Interface CreateProductLinkInvitationRequestOrBuilder

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

public interface CreateProductLinkInvitationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       Required. The ID of the customer being modified.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The ID of the customer being modified.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • hasProductLinkInvitation

      boolean hasProductLinkInvitation()
       Required. The product link invitation to be created.
       
      .google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the productLinkInvitation field is set.
    • getProductLinkInvitation

      ProductLinkInvitation getProductLinkInvitation()
       Required. The product link invitation to be created.
       
      .google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The productLinkInvitation.
    • getProductLinkInvitationOrBuilder

      ProductLinkInvitationOrBuilder getProductLinkInvitationOrBuilder()
       Required. The product link invitation to be created.
       
      .google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];