Class CustomClass.Builder (4.32.0)

public static final class CustomClass.Builder extends GeneratedMessageV3.Builder<CustomClass.Builder> implements CustomClassOrBuilder

CustomClass for biasing in speech recognition. Used to define a set of words or phrases that represents a common concept or theme likely to appear in your audio, for example a list of passenger ship names.

Protobuf type google.cloud.speech.v2.CustomClass

Static Methods

getDescriptor()

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

Methods

addAllItems(Iterable<? extends CustomClass.ClassItem> values)

public CustomClass.Builder addAllItems(Iterable<? extends CustomClass.ClassItem> values)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.speech.v2.CustomClass.ClassItem>
Returns
TypeDescription
CustomClass.Builder

addItems(CustomClass.ClassItem value)

public CustomClass.Builder addItems(CustomClass.ClassItem value)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
valueCustomClass.ClassItem
Returns
TypeDescription
CustomClass.Builder

addItems(CustomClass.ClassItem.Builder builderForValue)

public CustomClass.Builder addItems(CustomClass.ClassItem.Builder builderForValue)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
builderForValueCustomClass.ClassItem.Builder
Returns
TypeDescription
CustomClass.Builder

addItems(int index, CustomClass.ClassItem value)

public CustomClass.Builder addItems(int index, CustomClass.ClassItem value)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameters
NameDescription
indexint
valueCustomClass.ClassItem
Returns
TypeDescription
CustomClass.Builder

addItems(int index, CustomClass.ClassItem.Builder builderForValue)

public CustomClass.Builder addItems(int index, CustomClass.ClassItem.Builder builderForValue)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameters
NameDescription
indexint
builderForValueCustomClass.ClassItem.Builder
Returns
TypeDescription
CustomClass.Builder

addItemsBuilder()

public CustomClass.ClassItem.Builder addItemsBuilder()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
CustomClass.ClassItem.Builder

addItemsBuilder(int index)

public CustomClass.ClassItem.Builder addItemsBuilder(int index)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomClass.ClassItem.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CustomClass build()
Returns
TypeDescription
CustomClass

buildPartial()

public CustomClass buildPartial()
Returns
TypeDescription
CustomClass

clear()

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

clearAnnotations()

public CustomClass.Builder clearAnnotations()
Returns
TypeDescription
CustomClass.Builder

clearCreateTime()

public CustomClass.Builder clearCreateTime()

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

clearDeleteTime()

public CustomClass.Builder clearDeleteTime()

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

clearDisplayName()

public CustomClass.Builder clearDisplayName()

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearEtag()

public CustomClass.Builder clearEtag()

Output only. 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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearExpireTime()

public CustomClass.Builder clearExpireTime()

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearItems()

public CustomClass.Builder clearItems()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
CustomClass.Builder

clearKmsKeyName()

public CustomClass.Builder clearKmsKeyName()

Output only. The KMS key name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

string kms_key_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearKmsKeyVersionName()

public CustomClass.Builder clearKmsKeyVersionName()

Output only. The KMS key version name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

string kms_key_version_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearName()

public CustomClass.Builder clearName()

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearReconciling()

public CustomClass.Builder clearReconciling()

Output only. Whether or not this CustomClass is in the process of being updated.

bool reconciling = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearState()

public CustomClass.Builder clearState()

Output only. The CustomClass lifecycle state.

.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearUid()

public CustomClass.Builder clearUid()

Output only. System-assigned unique identifier for the CustomClass.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

clearUpdateTime()

public CustomClass.Builder clearUpdateTime()

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.Builder

clone()

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

containsAnnotations(String key)

public boolean containsAnnotations(String key)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAnnotations() (deprecated)

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
TypeDescription
Map<String,String>

getAnnotationsCount()

public int getAnnotationsCount()

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getCreateTime()

public Timestamp getCreateTime()

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public CustomClass getDefaultInstanceForType()
Returns
TypeDescription
CustomClass

getDeleteTime()

public Timestamp getDeleteTime()

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public Timestamp.Builder getDeleteTimeBuilder()

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getDeleteTimeOrBuilder()

public TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for displayName.

getEtag()

public String getEtag()

Output only. 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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Output only. 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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for etag.

getExpireTime()

public Timestamp getExpireTime()

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getItems(int index)

public CustomClass.ClassItem getItems(int index)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomClass.ClassItem

getItemsBuilder(int index)

public CustomClass.ClassItem.Builder getItemsBuilder(int index)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomClass.ClassItem.Builder

getItemsBuilderList()

public List<CustomClass.ClassItem.Builder> getItemsBuilderList()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
List<Builder>

getItemsCount()

public int getItemsCount()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
int

getItemsList()

public List<CustomClass.ClassItem> getItemsList()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
List<ClassItem>

getItemsOrBuilder(int index)

public CustomClass.ClassItemOrBuilder getItemsOrBuilder(int index)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomClass.ClassItemOrBuilder

getItemsOrBuilderList()

public List<? extends CustomClass.ClassItemOrBuilder> getItemsOrBuilderList()

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Returns
TypeDescription
List<? extends com.google.cloud.speech.v2.CustomClass.ClassItemOrBuilder>

getKmsKeyName()

public String getKmsKeyName()

Output only. The KMS key name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

string kms_key_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The kmsKeyName.

getKmsKeyNameBytes()

public ByteString getKmsKeyNameBytes()

Output only. The KMS key name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

string kms_key_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for kmsKeyName.

getKmsKeyVersionName()

public String getKmsKeyVersionName()

Output only. The KMS key version name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

string kms_key_version_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The kmsKeyVersionName.

getKmsKeyVersionNameBytes()

public ByteString getKmsKeyVersionNameBytes()

Output only. The KMS key version name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

string kms_key_version_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for kmsKeyVersionName.

getMutableAnnotations() (deprecated)

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
ByteString

The bytes for name.

getReconciling()

public boolean getReconciling()

Output only. Whether or not this CustomClass is in the process of being updated.

bool reconciling = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The reconciling.

getState()

public CustomClass.State getState()

Output only. The CustomClass lifecycle state.

.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CustomClass.State

The state.

getStateValue()

public int getStateValue()

Output only. The CustomClass lifecycle state.

.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUid()

public String getUid()

Output only. System-assigned unique identifier for the CustomClass.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. System-assigned unique identifier for the CustomClass.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uid.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDeleteTime()

public boolean hasDeleteTime()

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the deleteTime field is set.

hasExpireTime()

public boolean hasExpireTime()

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public CustomClass.Builder mergeCreateTime(Timestamp value)

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

mergeDeleteTime(Timestamp value)

public CustomClass.Builder mergeDeleteTime(Timestamp value)

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

mergeExpireTime(Timestamp value)

public CustomClass.Builder mergeExpireTime(Timestamp value)

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

mergeFrom(CustomClass other)

public CustomClass.Builder mergeFrom(CustomClass other)
Parameter
NameDescription
otherCustomClass
Returns
TypeDescription
CustomClass.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateTime(Timestamp value)

public CustomClass.Builder mergeUpdateTime(Timestamp value)

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

putAllAnnotations(Map<String,String> values)

public CustomClass.Builder putAllAnnotations(Map<String,String> values)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
CustomClass.Builder

putAnnotations(String key, String value)

public CustomClass.Builder putAnnotations(String key, String value)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
CustomClass.Builder

removeAnnotations(String key)

public CustomClass.Builder removeAnnotations(String key)

Optional. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

map<string, string> annotations = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
CustomClass.Builder

removeItems(int index)

public CustomClass.Builder removeItems(int index)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomClass.Builder

setCreateTime(Timestamp value)

public CustomClass.Builder setCreateTime(Timestamp value)

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

setCreateTime(Timestamp.Builder builderForValue)

public CustomClass.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
CustomClass.Builder

setDeleteTime(Timestamp value)

public CustomClass.Builder setDeleteTime(Timestamp value)

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

setDeleteTime(Timestamp.Builder builderForValue)

public CustomClass.Builder setDeleteTime(Timestamp.Builder builderForValue)

Output only. The time at which this resource was requested for deletion.

.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
CustomClass.Builder

setDisplayName(String value)

public CustomClass.Builder setDisplayName(String value)

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public CustomClass.Builder setDisplayNameBytes(ByteString value)

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setEtag(String value)

public CustomClass.Builder setEtag(String value)

Output only. 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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public CustomClass.Builder setEtagBytes(ByteString value)

Output only. 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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setExpireTime(Timestamp value)

public CustomClass.Builder setExpireTime(Timestamp value)

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

setExpireTime(Timestamp.Builder builderForValue)

public CustomClass.Builder setExpireTime(Timestamp.Builder builderForValue)

Output only. The time at which this resource will be purged.

.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
CustomClass.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setItems(int index, CustomClass.ClassItem value)

public CustomClass.Builder setItems(int index, CustomClass.ClassItem value)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameters
NameDescription
indexint
valueCustomClass.ClassItem
Returns
TypeDescription
CustomClass.Builder

setItems(int index, CustomClass.ClassItem.Builder builderForValue)

public CustomClass.Builder setItems(int index, CustomClass.ClassItem.Builder builderForValue)

A collection of class items.

repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;

Parameters
NameDescription
indexint
builderForValueCustomClass.ClassItem.Builder
Returns
TypeDescription
CustomClass.Builder

setKmsKeyName(String value)

public CustomClass.Builder setKmsKeyName(String value)

Output only. The KMS key name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

string kms_key_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The kmsKeyName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setKmsKeyNameBytes(ByteString value)

public CustomClass.Builder setKmsKeyNameBytes(ByteString value)

Output only. The KMS key name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

string kms_key_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for kmsKeyName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setKmsKeyVersionName(String value)

public CustomClass.Builder setKmsKeyVersionName(String value)

Output only. The KMS key version name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

string kms_key_version_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The kmsKeyVersionName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setKmsKeyVersionNameBytes(ByteString value)

public CustomClass.Builder setKmsKeyVersionNameBytes(ByteString value)

Output only. The KMS key version name with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

string kms_key_version_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for kmsKeyVersionName to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setName(String value)

public CustomClass.Builder setName(String value)

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CustomClass.Builder setNameBytes(ByteString value)

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setReconciling(boolean value)

public CustomClass.Builder setReconciling(boolean value)

Output only. Whether or not this CustomClass is in the process of being updated.

bool reconciling = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The reconciling to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

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

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

setState(CustomClass.State value)

public CustomClass.Builder setState(CustomClass.State value)

Output only. The CustomClass lifecycle state.

.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueCustomClass.State

The state to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setStateValue(int value)

public CustomClass.Builder setStateValue(int value)

Output only. The CustomClass lifecycle state.

.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setUid(String value)

public CustomClass.Builder setUid(String value)

Output only. System-assigned unique identifier for the CustomClass.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The uid to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setUidBytes(ByteString value)

public CustomClass.Builder setUidBytes(ByteString value)

Output only. System-assigned unique identifier for the CustomClass.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for uid to set.

Returns
TypeDescription
CustomClass.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateTime(Timestamp value)

public CustomClass.Builder setUpdateTime(Timestamp value)

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
CustomClass.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public CustomClass.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The most recent time this resource was modified.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
CustomClass.Builder