public interface CreateMerchantCenterAccountLinkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MerchantCenterAccountLink |
getMerchantCenterAccountLink()
Required.
|
MerchantCenterAccountLinkOrBuilder |
getMerchantCenterAccountLinkOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMerchantCenterAccountLink()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The branch resource where this MerchantCenterAccountLink will be
created. Format:
projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The branch resource where this MerchantCenterAccountLink will be
created. Format:
projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasMerchantCenterAccountLink()
Required. The [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink] to create. If the caller does not have permission to create the [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
.google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];
MerchantCenterAccountLink getMerchantCenterAccountLink()
Required. The [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink] to create. If the caller does not have permission to create the [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
.google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];
MerchantCenterAccountLinkOrBuilder getMerchantCenterAccountLinkOrBuilder()
Required. The [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink] to create. If the caller does not have permission to create the [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
.google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.