public static final class UndeletePhraseSetRequest.Builder extends GeneratedMessageV3.Builder<UndeletePhraseSetRequest.Builder> implements UndeletePhraseSetRequestOrBuilder
Request message for the
UndeletePhraseSet
method.
Protobuf type google.cloud.speech.v2.UndeletePhraseSetRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UndeletePhraseSetRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UndeletePhraseSetRequest build()
Returns
buildPartial()
public UndeletePhraseSetRequest buildPartial()
Returns
clear()
public UndeletePhraseSetRequest.Builder clear()
Returns
Overrides
clearEtag()
public UndeletePhraseSetRequest.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 = 4;
Returns
clearField(Descriptors.FieldDescriptor field)
public UndeletePhraseSetRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearName()
public UndeletePhraseSetRequest.Builder clearName()
Required. The name of the PhraseSet to undelete.
Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public UndeletePhraseSetRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearValidateOnly()
public UndeletePhraseSetRequest.Builder clearValidateOnly()
If set, validate the request and preview the undeleted PhraseSet, but do
not actually undelete it.
bool validate_only = 3;
Returns
clone()
public UndeletePhraseSetRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public UndeletePhraseSetRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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 = 4;
Returns
Type | Description |
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 = 4;
Returns
getName()
Required. The name of the PhraseSet to undelete.
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 PhraseSet to undelete.
Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getValidateOnly()
public boolean getValidateOnly()
If set, validate the request and preview the undeleted PhraseSet, but do
not actually undelete it.
bool validate_only = 3;
Returns
Type | Description |
boolean | The validateOnly.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(UndeletePhraseSetRequest other)
public UndeletePhraseSetRequest.Builder mergeFrom(UndeletePhraseSetRequest other)
Parameter
Returns
public UndeletePhraseSetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UndeletePhraseSetRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UndeletePhraseSetRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setEtag(String value)
public UndeletePhraseSetRequest.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 = 4;
Parameter
Name | Description |
value | String
The etag to set.
|
Returns
setEtagBytes(ByteString value)
public UndeletePhraseSetRequest.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 = 4;
Parameter
Name | Description |
value | ByteString
The bytes for etag to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UndeletePhraseSetRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setName(String value)
public UndeletePhraseSetRequest.Builder setName(String value)
Required. The name of the PhraseSet to undelete.
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
setNameBytes(ByteString value)
public UndeletePhraseSetRequest.Builder setNameBytes(ByteString value)
Required. The name of the PhraseSet to undelete.
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UndeletePhraseSetRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UndeletePhraseSetRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setValidateOnly(boolean value)
public UndeletePhraseSetRequest.Builder setValidateOnly(boolean value)
If set, validate the request and preview the undeleted PhraseSet, but do
not actually undelete it.
bool validate_only = 3;
Parameter
Name | Description |
value | boolean
The validateOnly to set.
|
Returns