public interface CssProductStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreationDate()
public abstract Timestamp getCreationDate()Date on which the item has been created, in ISO 8601 format.
 .google.protobuf.Timestamp creation_date = 5;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The creationDate. | 
getCreationDateOrBuilder()
public abstract TimestampOrBuilder getCreationDateOrBuilder()Date on which the item has been created, in ISO 8601 format.
 .google.protobuf.Timestamp creation_date = 5;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDestinationStatuses(int index)
public abstract CssProductStatus.DestinationStatus getDestinationStatuses(int index)The intended destinations for the product.
 
 repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CssProductStatus.DestinationStatus | |
getDestinationStatusesCount()
public abstract int getDestinationStatusesCount()The intended destinations for the product.
 
 repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDestinationStatusesList()
public abstract List<CssProductStatus.DestinationStatus> getDestinationStatusesList()The intended destinations for the product.
 
 repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| List<DestinationStatus> | |
getDestinationStatusesOrBuilder(int index)
public abstract CssProductStatus.DestinationStatusOrBuilder getDestinationStatusesOrBuilder(int index)The intended destinations for the product.
 
 repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CssProductStatus.DestinationStatusOrBuilder | |
getDestinationStatusesOrBuilderList()
public abstract List<? extends CssProductStatus.DestinationStatusOrBuilder> getDestinationStatusesOrBuilderList()The intended destinations for the product.
 
 repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.shopping.css.v1.CssProductStatus.DestinationStatusOrBuilder> | |
getGoogleExpirationDate()
public abstract Timestamp getGoogleExpirationDate()Date on which the item expires, in ISO 8601 format.
 .google.protobuf.Timestamp google_expiration_date = 7;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The googleExpirationDate. | 
getGoogleExpirationDateOrBuilder()
public abstract TimestampOrBuilder getGoogleExpirationDateOrBuilder()Date on which the item expires, in ISO 8601 format.
 .google.protobuf.Timestamp google_expiration_date = 7;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getItemLevelIssues(int index)
public abstract CssProductStatus.ItemLevelIssue getItemLevelIssues(int index)A list of all issues associated with the product.
 repeated .google.shopping.css.v1.CssProductStatus.ItemLevelIssue item_level_issues = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CssProductStatus.ItemLevelIssue | |
getItemLevelIssuesCount()
public abstract int getItemLevelIssuesCount()A list of all issues associated with the product.
 repeated .google.shopping.css.v1.CssProductStatus.ItemLevelIssue item_level_issues = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getItemLevelIssuesList()
public abstract List<CssProductStatus.ItemLevelIssue> getItemLevelIssuesList()A list of all issues associated with the product.
 repeated .google.shopping.css.v1.CssProductStatus.ItemLevelIssue item_level_issues = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<ItemLevelIssue> | |
getItemLevelIssuesOrBuilder(int index)
public abstract CssProductStatus.ItemLevelIssueOrBuilder getItemLevelIssuesOrBuilder(int index)A list of all issues associated with the product.
 repeated .google.shopping.css.v1.CssProductStatus.ItemLevelIssue item_level_issues = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CssProductStatus.ItemLevelIssueOrBuilder | |
getItemLevelIssuesOrBuilderList()
public abstract List<? extends CssProductStatus.ItemLevelIssueOrBuilder> getItemLevelIssuesOrBuilderList()A list of all issues associated with the product.
 repeated .google.shopping.css.v1.CssProductStatus.ItemLevelIssue item_level_issues = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.shopping.css.v1.CssProductStatus.ItemLevelIssueOrBuilder> | |
getLastUpdateDate()
public abstract Timestamp getLastUpdateDate()Date on which the item has been last updated, in ISO 8601 format.
 .google.protobuf.Timestamp last_update_date = 6;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The lastUpdateDate. | 
getLastUpdateDateOrBuilder()
public abstract TimestampOrBuilder getLastUpdateDateOrBuilder()Date on which the item has been last updated, in ISO 8601 format.
 .google.protobuf.Timestamp last_update_date = 6;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCreationDate()
public abstract boolean hasCreationDate()Date on which the item has been created, in ISO 8601 format.
 .google.protobuf.Timestamp creation_date = 5;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the creationDate field is set. | 
hasGoogleExpirationDate()
public abstract boolean hasGoogleExpirationDate()Date on which the item expires, in ISO 8601 format.
 .google.protobuf.Timestamp google_expiration_date = 7;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the googleExpirationDate field is set. | 
hasLastUpdateDate()
public abstract boolean hasLastUpdateDate()Date on which the item has been last updated, in ISO 8601 format.
 .google.protobuf.Timestamp last_update_date = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the lastUpdateDate field is set. |