public interface UpdateCatalogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog()
Required.
|
CatalogOrBuilder |
getCatalogOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided
[Catalog][google.cloud.retail.v2alpha.Catalog] to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided
[Catalog][google.cloud.retail.v2alpha.Catalog] to update.
|
boolean |
hasCatalog()
Required.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided
[Catalog][google.cloud.retail.v2alpha.Catalog] to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCatalog()
Required. The [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If the caller does not have permission to update the [Catalog][google.cloud.retail.v2alpha.Catalog], regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the [Catalog][google.cloud.retail.v2alpha.Catalog] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.Catalog catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Catalog getCatalog()
Required. The [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If the caller does not have permission to update the [Catalog][google.cloud.retail.v2alpha.Catalog], regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the [Catalog][google.cloud.retail.v2alpha.Catalog] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.Catalog catalog = 1 [(.google.api.field_behavior) = REQUIRED];
CatalogOrBuilder getCatalogOrBuilder()
Required. The [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If the caller does not have permission to update the [Catalog][google.cloud.retail.v2alpha.Catalog], regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the [Catalog][google.cloud.retail.v2alpha.Catalog] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.Catalog catalog = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Indicates which fields in the provided [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided [Catalog][google.cloud.retail.v2alpha.Catalog] to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.