Interface GoogleAdsIdentifierOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Immutable.
    com.google.protobuf.ByteString
    Immutable.
    boolean
    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 Details

    • 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 = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      Whether the customer field is set.
    • getCustomer

      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 = 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 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 = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for customer.