com.google.ads.googleads.v17.resources.ProductLinkInvitationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/product_link_invitation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface ProductLinkInvitationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.ProductLinkInvitation)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* 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];
* @return The productLinkInvitationId.
*/
long getProductLinkInvitationId();
/**
*
* Output only. The status of the product link invitation.
* This field is read only.
*
*
* .google.ads.googleads.v17.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. The status of the product link invitation.
* This field is read only.
*
*
* .google.ads.googleads.v17.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatus getStatus();
/**
*
* 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.v17.enums.LinkedProductTypeEnum.LinkedProductType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
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.v17.enums.LinkedProductTypeEnum.LinkedProductType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.LinkedProductTypeEnum.LinkedProductType getType();
/**
*
* Output only. Hotel link invitation.
*
*
* .google.ads.googleads.v17.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the hotelCenter field is set.
*/
boolean hasHotelCenter();
/**
*
* Output only. Hotel link invitation.
*
*
* .google.ads.googleads.v17.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The hotelCenter.
*/
com.google.ads.googleads.v17.resources.HotelCenterLinkInvitationIdentifier getHotelCenter();
/**
*
* Output only. Hotel link invitation.
*
*
* .google.ads.googleads.v17.resources.HotelCenterLinkInvitationIdentifier hotel_center = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.HotelCenterLinkInvitationIdentifierOrBuilder getHotelCenterOrBuilder();
/**
*
* Output only. Merchant Center link invitation.
*
*
* .google.ads.googleads.v17.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the merchantCenter field is set.
*/
boolean hasMerchantCenter();
/**
*
* Output only. Merchant Center link invitation.
*
*
* .google.ads.googleads.v17.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The merchantCenter.
*/
com.google.ads.googleads.v17.resources.MerchantCenterLinkInvitationIdentifier getMerchantCenter();
/**
*
* Output only. Merchant Center link invitation.
*
*
* .google.ads.googleads.v17.resources.MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.MerchantCenterLinkInvitationIdentifierOrBuilder getMerchantCenterOrBuilder();
/**
*
* Output only. Advertising Partner link invitation.
*
*
* .google.ads.googleads.v17.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the advertisingPartner field is set.
*/
boolean hasAdvertisingPartner();
/**
*
* Output only. Advertising Partner link invitation.
*
*
* .google.ads.googleads.v17.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The advertisingPartner.
*/
com.google.ads.googleads.v17.resources.AdvertisingPartnerLinkInvitationIdentifier getAdvertisingPartner();
/**
*
* Output only. Advertising Partner link invitation.
*
*
* .google.ads.googleads.v17.resources.AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AdvertisingPartnerLinkInvitationIdentifierOrBuilder getAdvertisingPartnerOrBuilder();
com.google.ads.googleads.v17.resources.ProductLinkInvitation.InvitedAccountCase getInvitedAccountCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy