Interface UpdateProductLinkInvitationRequestOrBuilder

    • Method Detail

      • getCustomerId

        java.lang.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.v15.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus product_link_invitation_status = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for productLinkInvitationStatus.
      • getProductLinkInvitationStatus

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

        java.lang.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.