Interface AdvertisingPartnerLinkIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCustomer()
      Immutable.
      com.google.protobuf.ByteString getCustomerBytes()
      Immutable.
      boolean hasCustomer()
      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

      • hasCustomer

        boolean hasCustomer()
         Immutable. The resource name of the advertising partner Google Ads account.
         This field is required and should not be empty when creating a new
         Advertising Partner link. It is unable to be modified after the creation of
         the link.
         
        optional string customer = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        Whether the customer field is set.
      • getCustomer

        java.lang.String getCustomer()
         Immutable. The resource name of the advertising partner Google Ads account.
         This field is required and should not be empty when creating a new
         Advertising Partner link. It is unable to be modified after the creation of
         the link.
         
        optional string customer = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The customer.
      • getCustomerBytes

        com.google.protobuf.ByteString getCustomerBytes()
         Immutable. The resource name of the advertising partner Google Ads account.
         This field is required and should not be empty when creating a new
         Advertising Partner link. It is unable to be modified after the creation of
         the link.
         
        optional string customer = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for customer.