public interface CreatePhraseSetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPhraseSet()
public abstract PhraseSet getPhraseSet()Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PhraseSet |
The phraseSet. |
getPhraseSetId()
public abstract 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-/.
string phrase_set_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The phraseSetId. |
getPhraseSetIdBytes()
public abstract 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-/.
string phrase_set_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phraseSetId. |
getPhraseSetOrBuilder()
public abstract PhraseSetOrBuilder getPhraseSetOrBuilder()Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PhraseSetOrBuilder |
|
getValidateOnly()
public abstract boolean getValidateOnly()If set, validate the request and preview the PhraseSet, but do not actually create it.
bool validate_only = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasPhraseSet()
public abstract boolean hasPhraseSet()Required. The PhraseSet to create.
.google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the phraseSet field is set. |