Interface Recommendation.MerchantInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.MerchantInfo,Recommendation.MerchantInfo.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.MerchantInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()Output only.booleangetMultiClient()Output only.java.lang.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
long getId()
Output only. The Merchant Center account ID.
int64 id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
getName
java.lang.String getName()
Output only. The name of the Merchant Center account.
string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The name of the Merchant Center account.
string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
getMultiClient
boolean getMultiClient()
Output only. Whether the Merchant Center account is a Multi-Client account (MCA).
bool multi_client = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The multiClient.
-
-