- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.1
 - 2.4.0
 - 2.3.0
 - 2.2.3
 - 2.1.0
 - 2.0.19
 
public static final class UpdateCompletionConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateCompletionConfigRequest.Builder> implements UpdateCompletionConfigRequestOrBuilderRequest for CatalogService.UpdateCompletionConfig method.
 Protobuf type google.cloud.retail.v2beta.UpdateCompletionConfigRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateCompletionConfigRequest.BuilderImplements
UpdateCompletionConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateCompletionConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
build()
public UpdateCompletionConfigRequest build()| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest | 
        |
buildPartial()
public UpdateCompletionConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest | 
        |
clear()
public UpdateCompletionConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
clearCompletionConfig()
public UpdateCompletionConfigRequest.Builder clearCompletionConfig()Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public UpdateCompletionConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateCompletionConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
clearUpdateMask()
public UpdateCompletionConfigRequest.Builder clearUpdateMask()Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
clone()
public UpdateCompletionConfigRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
getCompletionConfig()
public CompletionConfig getCompletionConfig()Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CompletionConfig | 
        The completionConfig.  | 
      
getCompletionConfigBuilder()
public CompletionConfig.Builder getCompletionConfigBuilder()Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CompletionConfig.Builder | 
        |
getCompletionConfigOrBuilder()
public CompletionConfigOrBuilder getCompletionConfigOrBuilder()Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CompletionConfigOrBuilder | 
        |
getDefaultInstanceForType()
public UpdateCompletionConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getUpdateMask()
public FieldMask getUpdateMask()Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
FieldMask | 
        The updateMask.  | 
      
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
FieldMaskOrBuilder | 
        |
hasCompletionConfig()
public boolean hasCompletionConfig()Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the completionConfig field is set.  | 
      
hasUpdateMask()
public boolean hasUpdateMask()Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateMask field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeCompletionConfig(CompletionConfig value)
public UpdateCompletionConfigRequest.Builder mergeCompletionConfig(CompletionConfig value)Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        CompletionConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
mergeFrom(UpdateCompletionConfigRequest other)
public UpdateCompletionConfigRequest.Builder mergeFrom(UpdateCompletionConfigRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateCompletionConfigRequest | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCompletionConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public UpdateCompletionConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCompletionConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
mergeUpdateMask(FieldMask value)
public UpdateCompletionConfigRequest.Builder mergeUpdateMask(FieldMask value)Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        FieldMask | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setCompletionConfig(CompletionConfig value)
public UpdateCompletionConfigRequest.Builder setCompletionConfig(CompletionConfig value)Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        CompletionConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setCompletionConfig(CompletionConfig.Builder builderForValue)
public UpdateCompletionConfigRequest.Builder setCompletionConfig(CompletionConfig.Builder builderForValue)Required. The CompletionConfig to update.
If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.
If the CompletionConfig to update does not exist, a NOT_FOUND error is returned.
 
 .google.cloud.retail.v2beta.CompletionConfig completion_config = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        CompletionConfig.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateCompletionConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateCompletionConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCompletionConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setUpdateMask(FieldMask value)
public UpdateCompletionConfigRequest.Builder setUpdateMask(FieldMask value)Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        FieldMask | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCompletionConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:
- CompletionConfig.matching_order
 - CompletionConfig.max_suggestions
 - CompletionConfig.min_prefix_length
 - CompletionConfig.auto_learning
If not set, all supported fields are updated.
 
 .google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateCompletionConfigRequest.Builder | 
        |