Class CreatePhraseSetRequest (4.32.0)

public final class CreatePhraseSetRequest extends GeneratedMessageV3 implements CreatePhraseSetRequestOrBuilder

Message sent by the client for the CreatePhraseSet method.

Protobuf type google.cloud.speech.v1.CreatePhraseSetRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

PHRASE_SET_FIELD_NUMBER

public static final int PHRASE_SET_FIELD_NUMBER
Field Value
TypeDescription
int

PHRASE_SET_ID_FIELD_NUMBER

public static final int PHRASE_SET_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreatePhraseSetRequest getDefaultInstance()
Returns
TypeDescription
CreatePhraseSetRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreatePhraseSetRequest.Builder newBuilder()
Returns
TypeDescription
CreatePhraseSetRequest.Builder

newBuilder(CreatePhraseSetRequest prototype)

public static CreatePhraseSetRequest.Builder newBuilder(CreatePhraseSetRequest prototype)
Parameter
NameDescription
prototypeCreatePhraseSetRequest
Returns
TypeDescription
CreatePhraseSetRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreatePhraseSetRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreatePhraseSetRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreatePhraseSetRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreatePhraseSetRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreatePhraseSetRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreatePhraseSetRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreatePhraseSetRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePhraseSetRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreatePhraseSetRequest> parser()
Returns
TypeDescription
Parser<CreatePhraseSetRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreatePhraseSetRequest getDefaultInstanceForType()
Returns
TypeDescription
CreatePhraseSetRequest

getParent()

public String getParent()

Required. The parent resource where this phrase set will be created. Format:

projects/{project}/locations/{location}

Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource where this phrase set will be created. Format:

projects/{project}/locations/{location}

Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreatePhraseSetRequest> getParserForType()
Returns
TypeDescription
Parser<CreatePhraseSetRequest>
Overrides

getPhraseSet()

public PhraseSet getPhraseSet()

Required. The phrase set to create.

.google.cloud.speech.v1.PhraseSet phrase_set = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PhraseSet

The phraseSet.

getPhraseSetId()

public String getPhraseSetId()

Required. The ID to use for the phrase set, which will become the final component of the phrase set's resource name.

This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.

string phrase_set_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The phraseSetId.

getPhraseSetIdBytes()

public ByteString getPhraseSetIdBytes()

Required. The ID to use for the phrase set, which will become the final component of the phrase set's resource name.

This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.

string phrase_set_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for phraseSetId.

getPhraseSetOrBuilder()

public PhraseSetOrBuilder getPhraseSetOrBuilder()

Required. The phrase set to create.

.google.cloud.speech.v1.PhraseSet phrase_set = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PhraseSetOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasPhraseSet()

public boolean hasPhraseSet()

Required. The phrase set to create.

.google.cloud.speech.v1.PhraseSet phrase_set = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the phraseSet field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreatePhraseSetRequest.Builder newBuilderForType()
Returns
TypeDescription
CreatePhraseSetRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreatePhraseSetRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreatePhraseSetRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreatePhraseSetRequest.Builder toBuilder()
Returns
TypeDescription
CreatePhraseSetRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException