[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface ProductStatusOrBuilder (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/java/docs/reference/google-shopping-merchant-products/latest/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.26.0](/java/docs/reference/google-shopping-merchant-products/0.26.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.24.0](/java/docs/reference/google-shopping-merchant-products/0.24.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.23.0](/java/docs/reference/google-shopping-merchant-products/0.23.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.20.0](/java/docs/reference/google-shopping-merchant-products/0.20.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.19.0](/java/docs/reference/google-shopping-merchant-products/0.19.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.18.0](/java/docs/reference/google-shopping-merchant-products/0.18.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.16.0](/java/docs/reference/google-shopping-merchant-products/0.16.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.15.0](/java/docs/reference/google-shopping-merchant-products/0.15.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.14.0](/java/docs/reference/google-shopping-merchant-products/0.14.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.13.0](/java/docs/reference/google-shopping-merchant-products/0.13.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.12.0](/java/docs/reference/google-shopping-merchant-products/0.12.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.11.0](/java/docs/reference/google-shopping-merchant-products/0.11.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-products/0.10.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.9.0](/java/docs/reference/google-shopping-merchant-products/0.9.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-products/0.8.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-products/0.7.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.5.0](/java/docs/reference/google-shopping-merchant-products/0.5.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-products/0.4.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-products/0.3.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-products/0.2.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder)\n- [0.1.0](/java/docs/reference/google-shopping-merchant-products/0.1.0/com.google.shopping.merchant.products.v1beta.ProductStatusOrBuilder) \n\n public interface ProductStatusOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCreationDate()\n\n public abstract Timestamp getCreationDate()\n\nDate on which the item has been created, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp creation_date = 5;`\n\n### getCreationDateOrBuilder()\n\n public abstract TimestampOrBuilder getCreationDateOrBuilder()\n\nDate on which the item has been created, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp creation_date = 5;`\n\n### getDestinationStatuses(int index)\n\n public abstract ProductStatus.DestinationStatus getDestinationStatuses(int index)\n\nThe intended destinations for the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus destination_statuses = 3;\n`\n\n### getDestinationStatusesCount()\n\n public abstract int getDestinationStatusesCount()\n\nThe intended destinations for the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus destination_statuses = 3;\n`\n\n### getDestinationStatusesList()\n\n public abstract List\u003cProductStatus.DestinationStatus\u003e getDestinationStatusesList()\n\nThe intended destinations for the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus destination_statuses = 3;\n`\n\n### getDestinationStatusesOrBuilder(int index)\n\n public abstract ProductStatus.DestinationStatusOrBuilder getDestinationStatusesOrBuilder(int index)\n\nThe intended destinations for the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus destination_statuses = 3;\n`\n\n### getDestinationStatusesOrBuilderList()\n\n public abstract List\u003c? extends ProductStatus.DestinationStatusOrBuilder\u003e getDestinationStatusesOrBuilderList()\n\nThe intended destinations for the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus destination_statuses = 3;\n`\n\n### getGoogleExpirationDate()\n\n public abstract Timestamp getGoogleExpirationDate()\n\nDate on which the item expires, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp google_expiration_date = 7;`\n\n### getGoogleExpirationDateOrBuilder()\n\n public abstract TimestampOrBuilder getGoogleExpirationDateOrBuilder()\n\nDate on which the item expires, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp google_expiration_date = 7;`\n\n### getItemLevelIssues(int index)\n\n public abstract ProductStatus.ItemLevelIssue getItemLevelIssues(int index)\n\nA list of all issues associated with the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue item_level_issues = 4;\n`\n\n### getItemLevelIssuesCount()\n\n public abstract int getItemLevelIssuesCount()\n\nA list of all issues associated with the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue item_level_issues = 4;\n`\n\n### getItemLevelIssuesList()\n\n public abstract List\u003cProductStatus.ItemLevelIssue\u003e getItemLevelIssuesList()\n\nA list of all issues associated with the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue item_level_issues = 4;\n`\n\n### getItemLevelIssuesOrBuilder(int index)\n\n public abstract ProductStatus.ItemLevelIssueOrBuilder getItemLevelIssuesOrBuilder(int index)\n\nA list of all issues associated with the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue item_level_issues = 4;\n`\n\n### getItemLevelIssuesOrBuilderList()\n\n public abstract List\u003c? extends ProductStatus.ItemLevelIssueOrBuilder\u003e getItemLevelIssuesOrBuilderList()\n\nA list of all issues associated with the product.\n\n`\nrepeated .google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue item_level_issues = 4;\n`\n\n### getLastUpdateDate()\n\n public abstract Timestamp getLastUpdateDate()\n\nDate on which the item has been last updated, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp last_update_date = 6;`\n\n### getLastUpdateDateOrBuilder()\n\n public abstract TimestampOrBuilder getLastUpdateDateOrBuilder()\n\nDate on which the item has been last updated, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp last_update_date = 6;`\n\n### hasCreationDate()\n\n public abstract boolean hasCreationDate()\n\nDate on which the item has been created, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp creation_date = 5;`\n\n### hasGoogleExpirationDate()\n\n public abstract boolean hasGoogleExpirationDate()\n\nDate on which the item expires, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp google_expiration_date = 7;`\n\n### hasLastUpdateDate()\n\n public abstract boolean hasLastUpdateDate()\n\nDate on which the item has been last updated, in [ISO\n8601](http://en.wikipedia.org/wiki/ISO_8601) format.\n\n`.google.protobuf.Timestamp last_update_date = 6;`"]]