Interface ShoppingProduct.ProductIssueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShoppingProduct.ProductIssue,ShoppingProduct.ProductIssue.Builder
- Enclosing class:
- ShoppingProduct
public static interface ShoppingProduct.ProductIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.getAffectedRegions(int index) Output only.com.google.protobuf.ByteStringgetAffectedRegionsBytes(int index) Output only.intOutput only.Output only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorCode
String getErrorCode()Output only. The error code that identifies the issue.
string error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The errorCode.
-
getErrorCodeBytes
com.google.protobuf.ByteString getErrorCodeBytes()Output only. The error code that identifies the issue.
string error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for errorCode.
-
getAdsSeverityValue
int getAdsSeverityValue()Output only. The severity of the issue in Google Ads.
.google.ads.googleads.v18.enums.ProductIssueSeverityEnum.ProductIssueSeverity ads_severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for adsSeverity.
-
getAdsSeverity
ProductIssueSeverityEnum.ProductIssueSeverity getAdsSeverity()Output only. The severity of the issue in Google Ads.
.google.ads.googleads.v18.enums.ProductIssueSeverityEnum.ProductIssueSeverity ads_severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The adsSeverity.
-
hasAttributeName
boolean hasAttributeName()Output only. The name of the product's attribute, if any, that triggered the issue.
optional string attribute_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the attributeName field is set.
-
getAttributeName
String getAttributeName()Output only. The name of the product's attribute, if any, that triggered the issue.
optional string attribute_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The attributeName.
-
getAttributeNameBytes
com.google.protobuf.ByteString getAttributeNameBytes()Output only. The name of the product's attribute, if any, that triggered the issue.
optional string attribute_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for attributeName.
-
getDescription
String getDescription()Output only. The short description of the issue in English.
string description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Output only. The short description of the issue in English.
string description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for description.
-
getDetail
String getDetail()Output only. The detailed description of the issue in English.
string detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()Output only. The detailed description of the issue in English.
string detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for detail.
-
getDocumentation
String getDocumentation()Output only. The URL of the Help Center article for the issue.
string documentation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The documentation.
-
getDocumentationBytes
com.google.protobuf.ByteString getDocumentationBytes()Output only. The URL of the Help Center article for the issue.
string documentation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for documentation.
-
getAffectedRegionsList
Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.
repeated string affected_regions = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the affectedRegions.
-
getAffectedRegionsCount
int getAffectedRegionsCount()Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.
repeated string affected_regions = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of affectedRegions.
-
getAffectedRegions
Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.
repeated string affected_regions = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The affectedRegions at the given index.
-
getAffectedRegionsBytes
com.google.protobuf.ByteString getAffectedRegionsBytes(int index) Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.
repeated string affected_regions = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the affectedRegions at the given index.
-