Interface AdvertisingPartnerLinkInvitationIdentifierOrBuilder

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

public interface AdvertisingPartnerLinkInvitationIdentifierOrBuilder 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 advertising partner Google Ads account.
       This field is read only.
       
      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 advertising partner Google Ads account.
       This field is read only.
       
      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 read only.
       
      optional string customer = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for customer.