Class PrivateOffer.PublishRequirementGoogleReview.Builder (0.1.0)

public static final class PrivateOffer.PublishRequirementGoogleReview.Builder extends GeneratedMessage.Builder<PrivateOffer.PublishRequirementGoogleReview.Builder> implements PrivateOffer.PublishRequirementGoogleReviewOrBuilder

Information about the Google review process.

Protobuf type google.cloud.commerceproducer.v1beta.PrivateOffer.PublishRequirementGoogleReview

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PrivateOffer.PublishRequirementGoogleReview build()
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview

buildPartial()

public PrivateOffer.PublishRequirementGoogleReview buildPartial()
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview

clear()

public PrivateOffer.PublishRequirementGoogleReview.Builder clear()
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder
Overrides

clearReviewApproveTime()

public PrivateOffer.PublishRequirementGoogleReview.Builder clearReviewApproveTime()

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
PrivateOffer.PublishRequirementGoogleReview.Builder

getDefaultInstanceForType()

public PrivateOffer.PublishRequirementGoogleReview getDefaultInstanceForType()
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getReviewApproveTime()

public 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.

getReviewApproveTimeBuilder()

public Timestamp.Builder getReviewApproveTimeBuilder()

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
Builder

getReviewApproveTimeOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PrivateOffer.PublishRequirementGoogleReview other)

public PrivateOffer.PublishRequirementGoogleReview.Builder mergeFrom(PrivateOffer.PublishRequirementGoogleReview other)
Parameter
Name Description
other PrivateOffer.PublishRequirementGoogleReview
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PrivateOffer.PublishRequirementGoogleReview.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PrivateOffer.PublishRequirementGoogleReview.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder
Overrides

mergeReviewApproveTime(Timestamp value)

public PrivateOffer.PublishRequirementGoogleReview.Builder mergeReviewApproveTime(Timestamp value)

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

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

Parameter
Name Description
value Timestamp
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder

setReviewApproveTime(Timestamp value)

public PrivateOffer.PublishRequirementGoogleReview.Builder setReviewApproveTime(Timestamp value)

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

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

Parameter
Name Description
value Timestamp
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder

setReviewApproveTime(Timestamp.Builder builderForValue)

public PrivateOffer.PublishRequirementGoogleReview.Builder setReviewApproveTime(Timestamp.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
PrivateOffer.PublishRequirementGoogleReview.Builder