public interface ProductReviewStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract 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. | 
getCreateTimeOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDestinationStatuses(int index)
public abstract 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 | 
| Returns | |
|---|---|
| Type | Description | 
| ProductReviewStatus.ProductReviewDestinationStatus | |
getDestinationStatusesCount()
public abstract 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 | |
getDestinationStatusesList()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ProductReviewDestinationStatus> | |
getDestinationStatusesOrBuilder(int index)
public abstract 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 | 
| Returns | |
|---|---|
| Type | Description | 
| ProductReviewStatus.ProductReviewDestinationStatusOrBuilder | |
getDestinationStatusesOrBuilderList()
public abstract 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> | |
getItemLevelIssues(int index)
public abstract 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 | 
| Returns | |
|---|---|
| Type | Description | 
| ProductReviewStatus.ProductReviewItemLevelIssue | |
getItemLevelIssuesCount()
public abstract 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 | |
getItemLevelIssuesList()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ProductReviewItemLevelIssue> | |
getItemLevelIssuesOrBuilder(int index)
public abstract 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 | 
| Returns | |
|---|---|
| Type | Description | 
| ProductReviewStatus.ProductReviewItemLevelIssueOrBuilder | |
getItemLevelIssuesOrBuilderList()
public abstract 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> | |
getLastUpdateTime()
public abstract 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. | 
getLastUpdateTimeOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCreateTime()
public abstract 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. | 
hasLastUpdateTime()
public abstract 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. |