Class DeletePhraseSetRequest.Builder (4.78.0)

public static final class DeletePhraseSetRequest.Builder extends GeneratedMessage.Builder<DeletePhraseSetRequest.Builder> implements DeletePhraseSetRequestOrBuilder

Message sent by the client for the DeletePhraseSet method.

Protobuf type google.cloud.speech.v1p1beta1.DeletePhraseSetRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeletePhraseSetRequest build()
Returns
Type Description
DeletePhraseSetRequest

buildPartial()

public DeletePhraseSetRequest buildPartial()
Returns
Type Description
DeletePhraseSetRequest

clear()

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

clearName()

public DeletePhraseSetRequest.Builder clearName()

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

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

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

Returns
Type Description
DeletePhraseSetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeletePhraseSetRequest getDefaultInstanceForType()
Returns
Type Description
DeletePhraseSetRequest

getDescriptorForType()

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

getName()

public String getName()

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

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

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 delete. Format:

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

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(DeletePhraseSetRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeletePhraseSetRequest.Builder setName(String value)

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

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeletePhraseSetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePhraseSetRequest.Builder setNameBytes(ByteString value)

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

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

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
DeletePhraseSetRequest.Builder

This builder for chaining.