Class GetPhraseSetRequest.Builder (4.78.0)

public static final class GetPhraseSetRequest.Builder extends GeneratedMessage.Builder<GetPhraseSetRequest.Builder> implements GetPhraseSetRequestOrBuilder

Message sent by the client for the GetPhraseSet method.

Protobuf type google.cloud.speech.v1p1beta1.GetPhraseSetRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetPhraseSetRequest build()
Returns
Type Description
GetPhraseSetRequest

buildPartial()

public GetPhraseSetRequest buildPartial()
Returns
Type Description
GetPhraseSetRequest

clear()

public GetPhraseSetRequest.Builder clear()
Returns
Type Description
GetPhraseSetRequest.Builder
Overrides

clearName()

public GetPhraseSetRequest.Builder clearName()

Required. The name of the phrase set to retrieve. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}

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 name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPhraseSetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPhraseSetRequest getDefaultInstanceForType()
Returns
Type Description
GetPhraseSetRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the phrase set to retrieve. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}

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 name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the phrase set to retrieve. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}

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 name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPhraseSetRequest other)

public GetPhraseSetRequest.Builder mergeFrom(GetPhraseSetRequest other)
Parameter
Name Description
other GetPhraseSetRequest
Returns
Type Description
GetPhraseSetRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetPhraseSetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetPhraseSetRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetPhraseSetRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetPhraseSetRequest.Builder
Overrides

setName(String value)

public GetPhraseSetRequest.Builder setName(String value)

Required. The name of the phrase set to retrieve. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}

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 name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPhraseSetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPhraseSetRequest.Builder setNameBytes(ByteString value)

Required. The name of the phrase set to retrieve. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}

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 name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPhraseSetRequest.Builder

This builder for chaining.