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