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 Detail

      • getResourceName

        java.lang.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.v15.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus getStatus()
         Output only. The status of the product link invitation.
         This field is read only.
         
        .google.ads.googleads.v15.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.v15.enums.LinkedProductTypeEnum.LinkedProductType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        LinkedProductTypeEnum.LinkedProductType 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.v15.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.v15.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the hotelCenter field is set.
      • getHotelCenter

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

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

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

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

        MerchantCenterLinkInvitationIdentifierOrBuilder getMerchantCenterOrBuilder()
         Output only. Merchant Center link invitation.
         
        .google.ads.googleads.v15.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];