Class CustomClass.Builder (0.15.0)

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

A set of words or phrases that represents a common concept likely to appear in your audio, for example a list of passenger ship names. CustomClass items can be substituted into placeholders that you set in PhraseSet phrases.

Protobuf type google.events.cloud.speech.v1.CustomClass

Static Methods

getDescriptor()

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

Methods

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

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

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
values Iterable<? extends com.google.events.cloud.speech.v1.CustomClass.ClassItem>
Returns
Type Description
CustomClass.Builder

addItems(CustomClass.ClassItem value)

public CustomClass.Builder addItems(CustomClass.ClassItem value)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
value CustomClass.ClassItem
Returns
Type Description
CustomClass.Builder

addItems(CustomClass.ClassItem.Builder builderForValue)

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

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
builderForValue CustomClass.ClassItem.Builder
Returns
Type Description
CustomClass.Builder

addItems(int index, CustomClass.ClassItem value)

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

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameters
Name Description
index int
value CustomClass.ClassItem
Returns
Type Description
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.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameters
Name Description
index int
builderForValue CustomClass.ClassItem.Builder
Returns
Type Description
CustomClass.Builder

addItemsBuilder()

public CustomClass.ClassItem.Builder addItemsBuilder()

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
CustomClass.ClassItem.Builder

addItemsBuilder(int index)

public CustomClass.ClassItem.Builder addItemsBuilder(int index)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
index int
Returns
Type Description
CustomClass.ClassItem.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CustomClass.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CustomClass.Builder
Overrides

build()

public CustomClass build()
Returns
Type Description
CustomClass

buildPartial()

public CustomClass buildPartial()
Returns
Type Description
CustomClass

clear()

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

clearAnnotations()

public CustomClass.Builder clearAnnotations()
Returns
Type Description
CustomClass.Builder

clearCustomClassId()

public CustomClass.Builder clearCustomClassId()

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

string custom_class_id = 2;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearDeleteTime()

public CustomClass.Builder clearDeleteTime()

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Returns
Type Description
CustomClass.Builder

clearDisplayName()

public CustomClass.Builder clearDisplayName()

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

string display_name = 9;

Returns
Type Description
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. This field is not used.

string etag = 14;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearExpireTime()

public CustomClass.Builder clearExpireTime()

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Returns
Type Description
CustomClass.Builder

clearField(Descriptors.FieldDescriptor field)

public CustomClass.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CustomClass.Builder
Overrides

clearItems()

public CustomClass.Builder clearItems()

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
CustomClass.Builder

clearKmsKeyName()

public CustomClass.Builder clearKmsKeyName()

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

string kms_key_name = 6;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearKmsKeyVersionName()

public CustomClass.Builder clearKmsKeyVersionName()

Output only. The KMS key version name with which content of the ClassItem 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 = 7;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearName()

public CustomClass.Builder clearName()

The resource name of the custom class.

string name = 1;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CustomClass.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CustomClass.Builder
Overrides

clearReconciling()

public CustomClass.Builder clearReconciling()

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

bool reconciling = 15;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearState()

public CustomClass.Builder clearState()

Output only. The CustomClass lifecycle state. This field is not used.

.google.events.cloud.speech.v1.CustomClass.State state = 10;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clearUid()

public CustomClass.Builder clearUid()

Output only. System-assigned unique identifier for the CustomClass. This field is not used.

string uid = 8;

Returns
Type Description
CustomClass.Builder

This builder for chaining.

clone()

public CustomClass.Builder clone()
Returns
Type Description
CustomClass.Builder
Overrides

containsAnnotations(String key)

public boolean containsAnnotations(String key)

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAnnotations()

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
Type Description
Map<String,String>

getAnnotationsCount()

public int getAnnotationsCount()

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Returns
Type Description
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Returns
Type Description
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameter
Name Description
key String
Returns
Type Description
String

getCustomClassId()

public String getCustomClassId()

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

string custom_class_id = 2;

Returns
Type Description
String

The customClassId.

getCustomClassIdBytes()

public ByteString getCustomClassIdBytes()

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

string custom_class_id = 2;

Returns
Type Description
ByteString

The bytes for customClassId.

getDefaultInstanceForType()

public CustomClass getDefaultInstanceForType()
Returns
Type Description
CustomClass

getDeleteTime()

public Timestamp getDeleteTime()

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Returns
Type Description
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public Timestamp.Builder getDeleteTimeBuilder()

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Returns
Type Description
Builder

getDeleteTimeOrBuilder()

public TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Returns
Type Description
TimestampOrBuilder

getDescriptorForType()

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

getDisplayName()

public String getDisplayName()

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

string display_name = 9;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

string display_name = 9;

Returns
Type Description
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. This field is not used.

string etag = 14;

Returns
Type Description
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. This field is not used.

string etag = 14;

Returns
Type Description
ByteString

The bytes for etag.

getExpireTime()

public Timestamp getExpireTime()

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Returns
Type Description
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Returns
Type Description
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Returns
Type Description
TimestampOrBuilder

getItems(int index)

public CustomClass.ClassItem getItems(int index)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
index int
Returns
Type Description
CustomClass.ClassItem

getItemsBuilder(int index)

public CustomClass.ClassItem.Builder getItemsBuilder(int index)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
index int
Returns
Type Description
CustomClass.ClassItem.Builder

getItemsBuilderList()

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

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
List<Builder>

getItemsCount()

public int getItemsCount()

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
int

getItemsList()

public List<CustomClass.ClassItem> getItemsList()

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
List<ClassItem>

getItemsOrBuilder(int index)

public CustomClass.ClassItemOrBuilder getItemsOrBuilder(int index)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
index int
Returns
Type Description
CustomClass.ClassItemOrBuilder

getItemsOrBuilderList()

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

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Returns
Type Description
List<? extends com.google.events.cloud.speech.v1.CustomClass.ClassItemOrBuilder>

getKmsKeyName()

public String getKmsKeyName()

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

string kms_key_name = 6;

Returns
Type Description
String

The kmsKeyName.

getKmsKeyNameBytes()

public ByteString getKmsKeyNameBytes()

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

string kms_key_name = 6;

Returns
Type Description
ByteString

The bytes for kmsKeyName.

getKmsKeyVersionName()

public String getKmsKeyVersionName()

Output only. The KMS key version name with which content of the ClassItem 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 = 7;

Returns
Type Description
String

The kmsKeyVersionName.

getKmsKeyVersionNameBytes()

public ByteString getKmsKeyVersionNameBytes()

Output only. The KMS key version name with which content of the ClassItem 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 = 7;

Returns
Type Description
ByteString

The bytes for kmsKeyVersionName.

getMutableAnnotations()

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

The resource name of the custom class.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the custom class.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getReconciling()

public boolean getReconciling()

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

bool reconciling = 15;

Returns
Type Description
boolean

The reconciling.

getState()

public CustomClass.State getState()

Output only. The CustomClass lifecycle state. This field is not used.

.google.events.cloud.speech.v1.CustomClass.State state = 10;

Returns
Type Description
CustomClass.State

The state.

getStateValue()

public int getStateValue()

Output only. The CustomClass lifecycle state. This field is not used.

.google.events.cloud.speech.v1.CustomClass.State state = 10;

Returns
Type Description
int

The enum numeric value on the wire for state.

getUid()

public String getUid()

Output only. System-assigned unique identifier for the CustomClass. This field is not used.

string uid = 8;

Returns
Type Description
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. System-assigned unique identifier for the CustomClass. This field is not used.

string uid = 8;

Returns
Type Description
ByteString

The bytes for uid.

hasDeleteTime()

public boolean hasDeleteTime()

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Returns
Type Description
boolean

Whether the deleteTime field is set.

hasExpireTime()

public boolean hasExpireTime()

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Returns
Type Description
boolean

Whether the expireTime field is set.

internalGetFieldAccessorTable()

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

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
Name Description
number int
Returns
Type Description
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
Name Description
number int
Returns
Type Description
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDeleteTime(Timestamp value)

public CustomClass.Builder mergeDeleteTime(Timestamp value)

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
CustomClass.Builder

mergeExpireTime(Timestamp value)

public CustomClass.Builder mergeExpireTime(Timestamp value)

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Parameter
Name Description
value Timestamp
Returns
Type Description
CustomClass.Builder

mergeFrom(CustomClass other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CustomClass.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CustomClass.Builder
Overrides

putAllAnnotations(Map<String,String> values)

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

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
CustomClass.Builder

putAnnotations(String key, String value)

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

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameters
Name Description
key String
value String
Returns
Type Description
CustomClass.Builder

removeAnnotations(String key)

public CustomClass.Builder removeAnnotations(String key)

Output only. 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. This field is not used.

map<string, string> annotations = 13;

Parameter
Name Description
key String
Returns
Type Description
CustomClass.Builder

removeItems(int index)

public CustomClass.Builder removeItems(int index)

A collection of class items.

repeated .google.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameter
Name Description
index int
Returns
Type Description
CustomClass.Builder

setCustomClassId(String value)

public CustomClass.Builder setCustomClassId(String value)

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

string custom_class_id = 2;

Parameter
Name Description
value String

The customClassId to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setCustomClassIdBytes(ByteString value)

public CustomClass.Builder setCustomClassIdBytes(ByteString value)

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

string custom_class_id = 2;

Parameter
Name Description
value ByteString

The bytes for customClassId to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setDeleteTime(Timestamp value)

public CustomClass.Builder setDeleteTime(Timestamp value)

Output only. The time at which this resource was requested for deletion. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
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. This field is not used.

.google.protobuf.Timestamp delete_time = 11;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
CustomClass.Builder

setDisplayName(String value)

public CustomClass.Builder setDisplayName(String value)

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

string display_name = 9;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public CustomClass.Builder setDisplayNameBytes(ByteString value)

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

string display_name = 9;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
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. This field is not used.

string etag = 14;

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
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. This field is not used.

string etag = 14;

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
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. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Parameter
Name Description
value Timestamp
Returns
Type Description
CustomClass.Builder

setExpireTime(Timestamp.Builder builderForValue)

public CustomClass.Builder setExpireTime(Timestamp.Builder builderForValue)

Output only. The time at which this resource will be purged. This field is not used.

.google.protobuf.Timestamp expire_time = 12;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
CustomClass.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CustomClass.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameters
Name Description
index int
value CustomClass.ClassItem
Returns
Type Description
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.events.cloud.speech.v1.CustomClass.ClassItem items = 3;

Parameters
Name Description
index int
builderForValue CustomClass.ClassItem.Builder
Returns
Type Description
CustomClass.Builder

setKmsKeyName(String value)

public CustomClass.Builder setKmsKeyName(String value)

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

string kms_key_name = 6;

Parameter
Name Description
value String

The kmsKeyName to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setKmsKeyNameBytes(ByteString value)

public CustomClass.Builder setKmsKeyNameBytes(ByteString value)

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

string kms_key_name = 6;

Parameter
Name Description
value ByteString

The bytes for kmsKeyName to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setKmsKeyVersionName(String value)

public CustomClass.Builder setKmsKeyVersionName(String value)

Output only. The KMS key version name with which content of the ClassItem 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 = 7;

Parameter
Name Description
value String

The kmsKeyVersionName to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setKmsKeyVersionNameBytes(ByteString value)

public CustomClass.Builder setKmsKeyVersionNameBytes(ByteString value)

Output only. The KMS key version name with which content of the ClassItem 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 = 7;

Parameter
Name Description
value ByteString

The bytes for kmsKeyVersionName to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setName(String value)

public CustomClass.Builder setName(String value)

The resource name of the custom class.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CustomClass.Builder setNameBytes(ByteString value)

The resource name of the custom class.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
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. This field is not used.

bool reconciling = 15;

Parameter
Name Description
value boolean

The reconciling to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CustomClass.Builder
Overrides

setState(CustomClass.State value)

public CustomClass.Builder setState(CustomClass.State value)

Output only. The CustomClass lifecycle state. This field is not used.

.google.events.cloud.speech.v1.CustomClass.State state = 10;

Parameter
Name Description
value CustomClass.State

The state to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setStateValue(int value)

public CustomClass.Builder setStateValue(int value)

Output only. The CustomClass lifecycle state. This field is not used.

.google.events.cloud.speech.v1.CustomClass.State state = 10;

Parameter
Name Description
value int

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

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setUid(String value)

public CustomClass.Builder setUid(String value)

Output only. System-assigned unique identifier for the CustomClass. This field is not used.

string uid = 8;

Parameter
Name Description
value String

The uid to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setUidBytes(ByteString value)

public CustomClass.Builder setUidBytes(ByteString value)

Output only. System-assigned unique identifier for the CustomClass. This field is not used.

string uid = 8;

Parameter
Name Description
value ByteString

The bytes for uid to set.

Returns
Type Description
CustomClass.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CustomClass.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CustomClass.Builder
Overrides