Interface CreateProductLinkInvitationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateProductLinkInvitationRequest,CreateProductLinkInvitationRequest.Builder
public interface CreateProductLinkInvitationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.Required.booleanRequired.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
-
getCustomerId
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.
-
hasProductLinkInvitation
boolean hasProductLinkInvitation()Required. The product link invitation to be created.
.google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the productLinkInvitation field is set.
-
getProductLinkInvitation
ProductLinkInvitation getProductLinkInvitation()Required. The product link invitation to be created.
.google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The productLinkInvitation.
-
getProductLinkInvitationOrBuilder
ProductLinkInvitationOrBuilder getProductLinkInvitationOrBuilder()Required. The product link invitation to be created.
.google.ads.googleads.v18.resources.ProductLinkInvitation product_link_invitation = 2 [(.google.api.field_behavior) = REQUIRED];
-