public interface UpdateConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig()
Required.
|
ConfigOrBuilder |
getConfigOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
hasConfig()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
Required. The config to update.
The config's `name` field is used to identify the config to be updated.
The expected format is `projects/{project}/locations/{location}/config`.
.google.cloud.speech.v2.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
Config getConfig()
Required. The config to update.
The config's `name` field is used to identify the config to be updated.
The expected format is `projects/{project}/locations/{location}/config`.
.google.cloud.speech.v2.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
ConfigOrBuilder getConfigOrBuilder()
Required. The config to update.
The config's `name` field is used to identify the config to be updated.
The expected format is `projects/{project}/locations/{location}/config`.
.google.cloud.speech.v2.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.