Interface Recommendation.MerchantInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      Output only.
      boolean getMultiClient()
      Output only.
      java.lang.String getName()
      Output only.
      com.google.protobuf.ByteString getNameBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.