Interface ProductLinkInvitationOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Immutable. The resource name of a product link invitation.
       Product link invitation resource names have the form:
      
       `customers/{customer_id}/productLinkInvitations/{product_link_invitation_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of a product link invitation.
       Product link invitation resource names have the form:
      
       `customers/{customer_id}/productLinkInvitations/{product_link_invitation_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getProductLinkInvitationId

      long getProductLinkInvitationId()
       Output only. The ID of the product link invitation.
       This field is read only.
       
      int64 product_link_invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The productLinkInvitationId.
    • getStatusValue

      int getStatusValue()
       Output only. The status of the product link invitation.
       This field is read only.
       
      .google.ads.googleads.v18.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       Output only. The status of the product link invitation.
       This field is read only.
       
      .google.ads.googleads.v18.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The status.
    • getTypeValue

      int getTypeValue()
       Output only. The type of the invited account.
       This field is read only and can be used for filtering invitations with
       {@code GoogleAdsService.SearchGoogleAdsRequest}.
       
      .google.ads.googleads.v18.enums.LinkedProductTypeEnum.LinkedProductType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Output only. The type of the invited account.
       This field is read only and can be used for filtering invitations with
       {@code GoogleAdsService.SearchGoogleAdsRequest}.
       
      .google.ads.googleads.v18.enums.LinkedProductTypeEnum.LinkedProductType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The type.
    • hasHotelCenter

      boolean hasHotelCenter()
       Output only. Hotel link invitation.
       
      .google.ads.googleads.v18.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the hotelCenter field is set.
    • getHotelCenter

       Output only. Hotel link invitation.
       
      .google.ads.googleads.v18.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The hotelCenter.
    • getHotelCenterOrBuilder

       Output only. Hotel link invitation.
       
      .google.ads.googleads.v18.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasMerchantCenter

      boolean hasMerchantCenter()
       Output only. Merchant Center link invitation.
       
      .google.ads.googleads.v18.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the merchantCenter field is set.
    • getMerchantCenter

       Output only. Merchant Center link invitation.
       
      .google.ads.googleads.v18.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The merchantCenter.
    • getMerchantCenterOrBuilder

       Output only. Merchant Center link invitation.
       
      .google.ads.googleads.v18.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasAdvertisingPartner

      boolean hasAdvertisingPartner()
       Output only. Advertising Partner link invitation.
       
      .google.ads.googleads.v18.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the advertisingPartner field is set.
    • getAdvertisingPartner

       Output only. Advertising Partner link invitation.
       
      .google.ads.googleads.v18.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The advertisingPartner.
    • getAdvertisingPartnerOrBuilder

      AdvertisingPartnerLinkInvitationIdentifierOrBuilder getAdvertisingPartnerOrBuilder()
       Output only. Advertising Partner link invitation.
       
      .google.ads.googleads.v18.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getInvitedAccountCase