Class DeletePhraseSetRequest.Builder (4.36.0)

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

Request message for the DeletePhraseSet method.

Protobuf type google.cloud.speech.v2.DeletePhraseSetRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeletePhraseSetRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

build()

public DeletePhraseSetRequest build()
Returns
TypeDescription
DeletePhraseSetRequest

buildPartial()

public DeletePhraseSetRequest buildPartial()
Returns
TypeDescription
DeletePhraseSetRequest

clear()

public DeletePhraseSetRequest.Builder clear()
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

clearAllowMissing()

public DeletePhraseSetRequest.Builder clearAllowMissing()

If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

bool allow_missing = 4;

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

clearEtag()

public DeletePhraseSetRequest.Builder clearEtag()

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 3;

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeletePhraseSetRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

clearName()

public DeletePhraseSetRequest.Builder clearName()

Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

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

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeletePhraseSetRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

clearValidateOnly()

public DeletePhraseSetRequest.Builder clearValidateOnly()

If set, validate the request and preview the deleted PhraseSet, but do not actually delete it.

bool validate_only = 2;

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

clone()

public DeletePhraseSetRequest.Builder clone()
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

getAllowMissing()

public boolean getAllowMissing()

If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

bool allow_missing = 4;

Returns
TypeDescription
boolean

The allowMissing.

getDefaultInstanceForType()

public DeletePhraseSetRequest getDefaultInstanceForType()
Returns
TypeDescription
DeletePhraseSetRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEtag()

public String getEtag()

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 3;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 3;

Returns
TypeDescription
ByteString

The bytes for etag.

getName()

public String getName()

Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

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

Returns
TypeDescription
ByteString

The bytes for name.

getValidateOnly()

public boolean getValidateOnly()

If set, validate the request and preview the deleted PhraseSet, but do not actually delete it.

bool validate_only = 2;

Returns
TypeDescription
boolean

The validateOnly.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeletePhraseSetRequest other)

public DeletePhraseSetRequest.Builder mergeFrom(DeletePhraseSetRequest other)
Parameter
NameDescription
otherDeletePhraseSetRequest
Returns
TypeDescription
DeletePhraseSetRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeletePhraseSetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeletePhraseSetRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeletePhraseSetRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

setAllowMissing(boolean value)

public DeletePhraseSetRequest.Builder setAllowMissing(boolean value)

If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

bool allow_missing = 4;

Parameter
NameDescription
valueboolean

The allowMissing to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

setEtag(String value)

public DeletePhraseSetRequest.Builder setEtag(String value)

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 3;

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeletePhraseSetRequest.Builder setEtagBytes(ByteString value)

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 3;

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeletePhraseSetRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

setName(String value)

public DeletePhraseSetRequest.Builder setName(String value)

Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePhraseSetRequest.Builder setNameBytes(ByteString value)

Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeletePhraseSetRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeletePhraseSetRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeletePhraseSetRequest.Builder
Overrides

setValidateOnly(boolean value)

public DeletePhraseSetRequest.Builder setValidateOnly(boolean value)

If set, validate the request and preview the deleted PhraseSet, but do not actually delete it.

bool validate_only = 2;

Parameter
NameDescription
valueboolean

The validateOnly to set.

Returns
TypeDescription
DeletePhraseSetRequest.Builder

This builder for chaining.