Interface UpdateProductLinkInvitationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateProductLinkInvitationRequest,UpdateProductLinkInvitationRequest.Builder
public interface UpdateProductLinkInvitationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.ProductLinkInvitationStatusEnum.ProductLinkInvitationStatusgetProductLinkInvitationStatus()Required.intgetProductLinkInvitationStatusValue()Required.java.lang.StringgetResourceName()Required.com.google.protobuf.ByteStringgetResourceNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-