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
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
-
getId
long getId()Output only. The Merchant Center account ID.
int64 id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
getName
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.
-