Interface MerchantCenterIdentifierOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MerchantCenterIdentifier, MerchantCenterIdentifier.Builder

    public interface MerchantCenterIdentifierOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMerchantCenterId()
      Immutable.
      boolean hasMerchantCenterId()
      Immutable.
      • 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

      • hasMerchantCenterId

        boolean hasMerchantCenterId()
         Immutable. The customer ID of the Google Merchant Center account.
         This field is required and should not be empty when creating a new
         Merchant Center link. It is unable to be modified after the creation of
         the link.
         
        optional int64 merchant_center_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the merchantCenterId field is set.
      • getMerchantCenterId

        long getMerchantCenterId()
         Immutable. The customer ID of the Google Merchant Center account.
         This field is required and should not be empty when creating a new
         Merchant Center link. It is unable to be modified after the creation of
         the link.
         
        optional int64 merchant_center_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The merchantCenterId.