public interface UpdateCompletionConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CompletionConfig |
getCompletionConfig()
Required.
|
CompletionConfigOrBuilder |
getCompletionConfigOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided
[CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided
[CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update.
|
boolean |
hasCompletionConfig()
Required.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided
[CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCompletionConfig()
Required. The [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. If the caller does not have permission to update the [CompletionConfig][google.cloud.retail.v2.CompletionConfig], then a PERMISSION_DENIED error is returned. If the [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
CompletionConfig getCompletionConfig()
Required. The [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. If the caller does not have permission to update the [CompletionConfig][google.cloud.retail.v2.CompletionConfig], then a PERMISSION_DENIED error is returned. If the [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
CompletionConfigOrBuilder getCompletionConfigOrBuilder()
Required. The [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. If the caller does not have permission to update the [CompletionConfig][google.cloud.retail.v2.CompletionConfig], then a PERMISSION_DENIED error is returned. If the [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Indicates which fields in the provided [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. The following are the only supported fields: * [CompletionConfig.matching_order][google.cloud.retail.v2.CompletionConfig.matching_order] * [CompletionConfig.max_suggestions][google.cloud.retail.v2.CompletionConfig.max_suggestions] * [CompletionConfig.min_prefix_length][google.cloud.retail.v2.CompletionConfig.min_prefix_length] * [CompletionConfig.auto_learning][google.cloud.retail.v2.CompletionConfig.auto_learning] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. The following are the only supported fields: * [CompletionConfig.matching_order][google.cloud.retail.v2.CompletionConfig.matching_order] * [CompletionConfig.max_suggestions][google.cloud.retail.v2.CompletionConfig.max_suggestions] * [CompletionConfig.min_prefix_length][google.cloud.retail.v2.CompletionConfig.min_prefix_length] * [CompletionConfig.auto_learning][google.cloud.retail.v2.CompletionConfig.auto_learning] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. The following are the only supported fields: * [CompletionConfig.matching_order][google.cloud.retail.v2.CompletionConfig.matching_order] * [CompletionConfig.max_suggestions][google.cloud.retail.v2.CompletionConfig.max_suggestions] * [CompletionConfig.min_prefix_length][google.cloud.retail.v2.CompletionConfig.min_prefix_length] * [CompletionConfig.auto_learning][google.cloud.retail.v2.CompletionConfig.auto_learning] If not set, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.