public final class ProductReviewStatus extends GeneratedMessageV3 implements ProductReviewStatusOrBuilder
Product review status.
Protobuf type google.shopping.merchant.reviews.v1beta.ProductReviewStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DESTINATION_STATUSES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ITEM_LEVEL_ISSUES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ProductReviewStatus getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ProductReviewStatus.Builder newBuilder()
public static ProductReviewStatus.Builder newBuilder(ProductReviewStatus prototype)
public static ProductReviewStatus parseDelimitedFrom(InputStream input)
public static ProductReviewStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProductReviewStatus parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ProductReviewStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProductReviewStatus parseFrom(ByteString data)
public static ProductReviewStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProductReviewStatus parseFrom(CodedInputStream input)
public static ProductReviewStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProductReviewStatus parseFrom(InputStream input)
public static ProductReviewStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProductReviewStatus parseFrom(ByteBuffer data)
public static ProductReviewStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ProductReviewStatus> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public Timestamp getCreateTime()
Output only. Date on which the item has been created, in ISO
8601 format.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Date on which the item has been created, in ISO
8601 format.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ProductReviewStatus getDefaultInstanceForType()
public ProductReviewStatus.ProductReviewDestinationStatus getDestinationStatuses(int index)
Output only. The intended destinations for the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public int getDestinationStatusesCount()
Output only. The intended destinations for the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<ProductReviewStatus.ProductReviewDestinationStatus> getDestinationStatusesList()
Output only. The intended destinations for the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ProductReviewStatus.ProductReviewDestinationStatusOrBuilder getDestinationStatusesOrBuilder(int index)
Output only. The intended destinations for the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends ProductReviewStatus.ProductReviewDestinationStatusOrBuilder> getDestinationStatusesOrBuilderList()
Output only. The intended destinations for the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatusOrBuilder> |
|
public ProductReviewStatus.ProductReviewItemLevelIssue getItemLevelIssues(int index)
Output only. A list of all issues associated with the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public int getItemLevelIssuesCount()
Output only. A list of all issues associated with the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<ProductReviewStatus.ProductReviewItemLevelIssue> getItemLevelIssuesList()
Output only. A list of all issues associated with the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ProductReviewStatus.ProductReviewItemLevelIssueOrBuilder getItemLevelIssuesOrBuilder(int index)
Output only. A list of all issues associated with the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends ProductReviewStatus.ProductReviewItemLevelIssueOrBuilder> getItemLevelIssuesOrBuilderList()
Output only. A list of all issues associated with the product review.
repeated .google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewItemLevelIssueOrBuilder> |
|
public Timestamp getLastUpdateTime()
Output only. Date on which the item has been last updated, in ISO
8601 format.
.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The lastUpdateTime.
|
public TimestampOrBuilder getLastUpdateTimeOrBuilder()
Output only. Date on which the item has been last updated, in ISO
8601 format.
.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Parser<ProductReviewStatus> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public boolean hasCreateTime()
Output only. Date on which the item has been created, in ISO
8601 format.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
public boolean hasLastUpdateTime()
Output only. Date on which the item has been last updated, in ISO
8601 format.
.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the lastUpdateTime field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ProductReviewStatus.Builder newBuilderForType()
protected ProductReviewStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ProductReviewStatus.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides