Interface CssProductStatusOrBuilder (0.1.0)

public interface CssProductStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreationDate()

public abstract Timestamp getCreationDate()

Date on which the item has been created, in ISO 8601 format.

.google.protobuf.Timestamp creation_date = 5;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
CssProductStatus.DestinationStatus

getDestinationStatusesCount()

public abstract int getDestinationStatusesCount()

The intended destinations for the product.

repeated .google.shopping.css.v1.CssProductStatus.DestinationStatus destination_statuses = 3;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.shopping.css.v1.CssProductStatus.DestinationStatusOrBuilder>

getGoogleExpirationDate()

public abstract Timestamp getGoogleExpirationDate()

Date on which the item expires in Google Shopping, in ISO 8601 format.

.google.protobuf.Timestamp google_expiration_date = 7;

Returns
TypeDescription
Timestamp

The googleExpirationDate.

getGoogleExpirationDateOrBuilder()

public abstract TimestampOrBuilder getGoogleExpirationDateOrBuilder()

Date on which the item expires in Google Shopping, in ISO 8601 format.

.google.protobuf.Timestamp google_expiration_date = 7;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the creationDate field is set.

hasGoogleExpirationDate()

public abstract boolean hasGoogleExpirationDate()

Date on which the item expires in Google Shopping, in ISO 8601 format.

.google.protobuf.Timestamp google_expiration_date = 7;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the lastUpdateDate field is set.