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 Summary
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.Output only.Output only.Output only.longOutput only.Immutable.com.google.protobuf.ByteStringImmutable.Output only.intOutput only.getType()Output only.intOutput only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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.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
HotelCenterLinkInvitationIdentifier 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
HotelCenterLinkInvitationIdentifierOrBuilder 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
MerchantCenterLinkInvitationIdentifier 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
MerchantCenterLinkInvitationIdentifierOrBuilder 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
AdvertisingPartnerLinkInvitationIdentifier 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
ProductLinkInvitation.InvitedAccountCase getInvitedAccountCase()
-