Interface GoogleAdsLinkIdentifierOrBuilder

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

    public interface GoogleAdsLinkIdentifierOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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 Google Ads account.
         This field is required and should not be empty when creating a new
         Google Ads link. It is unable to be modified after the creation of
         the link.
         
        optional string customer = 3 [(.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 Google Ads account.
         This field is required and should not be empty when creating a new
         Google Ads link. It is unable to be modified after the creation of
         the link.
         
        optional string customer = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The customer.
      • getCustomerBytes

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