Interface PrivateOffer.PublishRequirementGoogleReviewOrBuilder (0.1.0)

public static interface PrivateOffer.PublishRequirementGoogleReviewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReviewApproveTime()

public abstract Timestamp getReviewApproveTime()

Output only. The approval time of the Google review process.

.google.protobuf.Timestamp review_approve_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The reviewApproveTime.

getReviewApproveTimeOrBuilder()

public abstract TimestampOrBuilder getReviewApproveTimeOrBuilder()

Output only. The approval time of the Google review process.

.google.protobuf.Timestamp review_approve_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasReviewApproveTime()

public abstract boolean hasReviewApproveTime()

Output only. The approval time of the Google review process.

.google.protobuf.Timestamp review_approve_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the reviewApproveTime field is set.