Interface UpdateProductLinkInvitationRequestOrBuilder

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

public interface UpdateProductLinkInvitationRequestOrBuilder 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.
    • getProductLinkInvitationStatusValue

      int getProductLinkInvitationStatusValue()
       Required. The product link invitation to be created.
       
      .google.ads.googleads.v18.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus product_link_invitation_status = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for productLinkInvitationStatus.
    • getProductLinkInvitationStatus

       Required. The product link invitation to be created.
       
      .google.ads.googleads.v18.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus product_link_invitation_status = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The productLinkInvitationStatus.
    • getResourceName

      String getResourceName()
       Required. Resource name of the product link invitation.
       
      string resource_name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Required. Resource name of the product link invitation.
       
      string resource_name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.