Interface AssetSet.MerchantCenterFeedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetSet.MerchantCenterFeed,AssetSet.MerchantCenterFeed.Builder
- Enclosing class:
- AssetSet
public static interface AssetSet.MerchantCenterFeedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.longRequired.booleanOptional.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
-
getMerchantId
long getMerchantId()Required. Merchant ID from Google Merchant Center
int64 merchant_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The merchantId.
-
hasFeedLabel
boolean hasFeedLabel()Optional. Feed Label from Google Merchant Center.
optional string feed_label = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the feedLabel field is set.
-
getFeedLabel
String getFeedLabel()Optional. Feed Label from Google Merchant Center.
optional string feed_label = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The feedLabel.
-
getFeedLabelBytes
com.google.protobuf.ByteString getFeedLabelBytes()Optional. Feed Label from Google Merchant Center.
optional string feed_label = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for feedLabel.
-