public final class MerchantReviewStatus extends GeneratedMessageV3 implements MerchantReviewStatusOrBuilder
The status of a merchant review, data validation issues, that is, information
about a merchant review computed asynchronously.
Protobuf type google.shopping.merchant.reviews.v1beta.MerchantReviewStatus
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 MerchantReviewStatus getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static MerchantReviewStatus.Builder newBuilder()
public static MerchantReviewStatus.Builder newBuilder(MerchantReviewStatus prototype)
public static MerchantReviewStatus parseDelimitedFrom(InputStream input)
public static MerchantReviewStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MerchantReviewStatus parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static MerchantReviewStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MerchantReviewStatus parseFrom(ByteString data)
public static MerchantReviewStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MerchantReviewStatus parseFrom(CodedInputStream input)
public static MerchantReviewStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MerchantReviewStatus parseFrom(InputStream input)
public static MerchantReviewStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MerchantReviewStatus parseFrom(ByteBuffer data)
public static MerchantReviewStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<MerchantReviewStatus> 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 MerchantReviewStatus getDefaultInstanceForType()
public MerchantReviewStatus.MerchantReviewDestinationStatus getDestinationStatuses(int index)
Output only. The intended destinations for the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public int getDestinationStatusesCount()
Output only. The intended destinations for the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<MerchantReviewStatus.MerchantReviewDestinationStatus> getDestinationStatusesList()
Output only. The intended destinations for the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MerchantReviewStatus.MerchantReviewDestinationStatusOrBuilder getDestinationStatusesOrBuilder(int index)
Output only. The intended destinations for the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends MerchantReviewStatus.MerchantReviewDestinationStatusOrBuilder> getDestinationStatusesOrBuilderList()
Output only. The intended destinations for the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatus destination_statuses = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewDestinationStatusOrBuilder> |
|
public MerchantReviewStatus.MerchantReviewItemLevelIssue getItemLevelIssues(int index)
Output only. A list of all issues associated with the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue 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 merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<MerchantReviewStatus.MerchantReviewItemLevelIssue> getItemLevelIssuesList()
Output only. A list of all issues associated with the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MerchantReviewStatus.MerchantReviewItemLevelIssueOrBuilder getItemLevelIssuesOrBuilder(int index)
Output only. A list of all issues associated with the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends MerchantReviewStatus.MerchantReviewItemLevelIssueOrBuilder> getItemLevelIssuesOrBuilderList()
Output only. A list of all issues associated with the merchant review.
repeated .google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue item_level_issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssueOrBuilder> |
|
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<MerchantReviewStatus> 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 MerchantReviewStatus.Builder newBuilderForType()
protected MerchantReviewStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public MerchantReviewStatus.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides