public interface UpdatePhraseSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PhraseSet |
getPhraseSet()
Required.
|
PhraseSetOrBuilder |
getPhraseSetOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
getValidateOnly()
If set, validate the request and preview the updated PhraseSet, but do not
actually update it.
|
boolean |
hasPhraseSet()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhraseSet()
Required. The PhraseSet to update.
The PhraseSet's `name` field is used to identify the PhraseSet to update.
Format: `projects/{project}/locations/{location}/phraseSets/{phrase_set}`.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
PhraseSet getPhraseSet()
Required. The PhraseSet to update.
The PhraseSet's `name` field is used to identify the PhraseSet to update.
Format: `projects/{project}/locations/{location}/phraseSets/{phrase_set}`.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
PhraseSetOrBuilder getPhraseSetOrBuilder()
Required. The PhraseSet to update.
The PhraseSet's `name` field is used to identify the PhraseSet to update.
Format: `projects/{project}/locations/{location}/phraseSets/{phrase_set}`.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to update. If empty, all non-default valued fields are considered for update. Use `*` to update the entire PhraseSet resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. If empty, all non-default valued fields are considered for update. Use `*` to update the entire PhraseSet resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. If empty, all non-default valued fields are considered for update. Use `*` to update the entire PhraseSet resource.
.google.protobuf.FieldMask update_mask = 2;boolean getValidateOnly()
If set, validate the request and preview the updated PhraseSet, but do not actually update it.
bool validate_only = 4;Copyright © 2023 Google LLC. All rights reserved.