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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFeedLabel()
Optional.com.google.protobuf.ByteString
getFeedLabelBytes()
Optional.long
getMerchantId()
Required.boolean
hasFeedLabel()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-