public interface CreatePhraseSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PhraseSet |
getPhraseSet()
Required.
|
String |
getPhraseSetId()
The ID to use for the PhraseSet, which will become the final component of
the PhraseSet's resource name.
|
com.google.protobuf.ByteString |
getPhraseSetIdBytes()
The ID to use for the PhraseSet, which will become the final component of
the PhraseSet's resource name.
|
PhraseSetOrBuilder |
getPhraseSetOrBuilder()
Required.
|
boolean |
getValidateOnly()
If set, validate the request and preview the PhraseSet, but do not
actually create it.
|
boolean |
hasPhraseSet()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhraseSet()
Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
PhraseSet getPhraseSet()
Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
PhraseSetOrBuilder getPhraseSetOrBuilder()
Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getValidateOnly()
If set, validate the request and preview the PhraseSet, but do not actually create it.
bool validate_only = 2;String getPhraseSetId()
The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string phrase_set_id = 3;com.google.protobuf.ByteString getPhraseSetIdBytes()
The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string phrase_set_id = 3;String getParent()
Required. The project and location where this PhraseSet will be created.
The expected format is `projects/{project}/locations/{location}`.
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location where this PhraseSet will be created.
The expected format is `projects/{project}/locations/{location}`.
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.