Package com.google.cloud.speech.v2
Class CustomClass.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
- com.google.cloud.speech.v2.CustomClass.Builder
-
- All Implemented Interfaces:
CustomClassOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CustomClass
public static final class CustomClass.Builder extends com.google.protobuf.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 typegoogle.cloud.speech.v2.CustomClass
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CustomClass.Builder
addAllItems(Iterable<? extends CustomClass.ClassItem> values)
A collection of class items.CustomClass.Builder
addItems(int index, CustomClass.ClassItem value)
A collection of class items.CustomClass.Builder
addItems(int index, CustomClass.ClassItem.Builder builderForValue)
A collection of class items.CustomClass.Builder
addItems(CustomClass.ClassItem value)
A collection of class items.CustomClass.Builder
addItems(CustomClass.ClassItem.Builder builderForValue)
A collection of class items.CustomClass.ClassItem.Builder
addItemsBuilder()
A collection of class items.CustomClass.ClassItem.Builder
addItemsBuilder(int index)
A collection of class items.CustomClass.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CustomClass
build()
CustomClass
buildPartial()
CustomClass.Builder
clear()
CustomClass.Builder
clearAnnotations()
CustomClass.Builder
clearCreateTime()
Output only.CustomClass.Builder
clearDeleteTime()
Output only.CustomClass.Builder
clearDisplayName()
User-settable, human-readable name for the CustomClass.CustomClass.Builder
clearEtag()
Output only.CustomClass.Builder
clearExpireTime()
Output only.CustomClass.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CustomClass.Builder
clearItems()
A collection of class items.CustomClass.Builder
clearKmsKeyName()
Output only.CustomClass.Builder
clearKmsKeyVersionName()
Output only.CustomClass.Builder
clearName()
Output only.CustomClass.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CustomClass.Builder
clearReconciling()
Output only.CustomClass.Builder
clearState()
Output only.CustomClass.Builder
clearUid()
Output only.CustomClass.Builder
clearUpdateTime()
Output only.CustomClass.Builder
clone()
boolean
containsAnnotations(String key)
Allows users to store small amounts of arbitrary data.Map<String,String>
getAnnotations()
Deprecated.int
getAnnotationsCount()
Allows users to store small amounts of arbitrary data.Map<String,String>
getAnnotationsMap()
Allows users to store small amounts of arbitrary data.String
getAnnotationsOrDefault(String key, String defaultValue)
Allows users to store small amounts of arbitrary data.String
getAnnotationsOrThrow(String key)
Allows users to store small amounts of arbitrary data.com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.CustomClass
getDefaultInstanceForType()
com.google.protobuf.Timestamp
getDeleteTime()
Output only.com.google.protobuf.Timestamp.Builder
getDeleteTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getDeleteTimeOrBuilder()
Output only.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getDisplayName()
User-settable, human-readable name for the CustomClass.com.google.protobuf.ByteString
getDisplayNameBytes()
User-settable, human-readable name for the CustomClass.String
getEtag()
Output only.com.google.protobuf.ByteString
getEtagBytes()
Output only.com.google.protobuf.Timestamp
getExpireTime()
Output only.com.google.protobuf.Timestamp.Builder
getExpireTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getExpireTimeOrBuilder()
Output only.CustomClass.ClassItem
getItems(int index)
A collection of class items.CustomClass.ClassItem.Builder
getItemsBuilder(int index)
A collection of class items.List<CustomClass.ClassItem.Builder>
getItemsBuilderList()
A collection of class items.int
getItemsCount()
A collection of class items.List<CustomClass.ClassItem>
getItemsList()
A collection of class items.CustomClass.ClassItemOrBuilder
getItemsOrBuilder(int index)
A collection of class items.List<? extends CustomClass.ClassItemOrBuilder>
getItemsOrBuilderList()
A collection of class items.String
getKmsKeyName()
Output only.com.google.protobuf.ByteString
getKmsKeyNameBytes()
Output only.String
getKmsKeyVersionName()
Output only.com.google.protobuf.ByteString
getKmsKeyVersionNameBytes()
Output only.Map<String,String>
getMutableAnnotations()
Deprecated.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.boolean
getReconciling()
Output only.CustomClass.State
getState()
Output only.int
getStateValue()
Output only.String
getUid()
Output only.com.google.protobuf.ByteString
getUidBytes()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.Timestamp.Builder
getUpdateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.boolean
hasCreateTime()
Output only.boolean
hasDeleteTime()
Output only.boolean
hasExpireTime()
Output only.boolean
hasUpdateTime()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
CustomClass.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
mergeDeleteTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
mergeExpireTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
mergeFrom(CustomClass other)
CustomClass.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CustomClass.Builder
mergeFrom(com.google.protobuf.Message other)
CustomClass.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CustomClass.Builder
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
putAllAnnotations(Map<String,String> values)
Allows users to store small amounts of arbitrary data.CustomClass.Builder
putAnnotations(String key, String value)
Allows users to store small amounts of arbitrary data.CustomClass.Builder
removeAnnotations(String key)
Allows users to store small amounts of arbitrary data.CustomClass.Builder
removeItems(int index)
A collection of class items.CustomClass.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.CustomClass.Builder
setDeleteTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.CustomClass.Builder
setDisplayName(String value)
User-settable, human-readable name for the CustomClass.CustomClass.Builder
setDisplayNameBytes(com.google.protobuf.ByteString value)
User-settable, human-readable name for the CustomClass.CustomClass.Builder
setEtag(String value)
Output only.CustomClass.Builder
setEtagBytes(com.google.protobuf.ByteString value)
Output only.CustomClass.Builder
setExpireTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.CustomClass.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CustomClass.Builder
setItems(int index, CustomClass.ClassItem value)
A collection of class items.CustomClass.Builder
setItems(int index, CustomClass.ClassItem.Builder builderForValue)
A collection of class items.CustomClass.Builder
setKmsKeyName(String value)
Output only.CustomClass.Builder
setKmsKeyNameBytes(com.google.protobuf.ByteString value)
Output only.CustomClass.Builder
setKmsKeyVersionName(String value)
Output only.CustomClass.Builder
setKmsKeyVersionNameBytes(com.google.protobuf.ByteString value)
Output only.CustomClass.Builder
setName(String value)
Output only.CustomClass.Builder
setNameBytes(com.google.protobuf.ByteString value)
Output only.CustomClass.Builder
setReconciling(boolean value)
Output only.CustomClass.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
CustomClass.Builder
setState(CustomClass.State value)
Output only.CustomClass.Builder
setStateValue(int value)
Output only.CustomClass.Builder
setUid(String value)
Output only.CustomClass.Builder
setUidBytes(com.google.protobuf.ByteString value)
Output only.CustomClass.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CustomClass.Builder
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.CustomClass.Builder
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
clear
public CustomClass.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
getDefaultInstanceForType
public CustomClass getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CustomClass build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CustomClass buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CustomClass.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
setField
public CustomClass.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
clearField
public CustomClass.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
clearOneof
public CustomClass.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
setRepeatedField
public CustomClass.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
addRepeatedField
public CustomClass.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
mergeFrom
public CustomClass.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CustomClass.Builder>
-
mergeFrom
public CustomClass.Builder mergeFrom(CustomClass other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
mergeFrom
public CustomClass.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CustomClass.Builder>
- Throws:
IOException
-
getName
public String getName()
Output only. The resource name of the CustomClass. Format: `projects/{project}/locations/{location}/customClasses/{custom_class}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfaceCustomClassOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the CustomClass. Format: `projects/{project}/locations/{location}/customClasses/{custom_class}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for name.
-
setName
public CustomClass.Builder setName(String value)
Output only. The resource name of the CustomClass. Format: `projects/{project}/locations/{location}/customClasses/{custom_class}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public CustomClass.Builder clearName()
Output only. The resource name of the CustomClass. Format: `projects/{project}/locations/{location}/customClasses/{custom_class}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setNameBytes
public CustomClass.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The resource name of the CustomClass. Format: `projects/{project}/locations/{location}/customClasses/{custom_class}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getUid
public String getUid()
Output only. System-assigned unique identifier for the CustomClass.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUid
in interfaceCustomClassOrBuilder
- Returns:
- The uid.
-
getUidBytes
public com.google.protobuf.ByteString getUidBytes()
Output only. System-assigned unique identifier for the CustomClass.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUidBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for uid.
-
setUid
public CustomClass.Builder setUid(String value)
Output only. System-assigned unique identifier for the CustomClass.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The uid to set.- Returns:
- 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:
- This builder for chaining.
-
setUidBytes
public CustomClass.Builder setUidBytes(com.google.protobuf.ByteString value)
Output only. System-assigned unique identifier for the CustomClass.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for uid to set.- Returns:
- This builder for chaining.
-
getDisplayName
public String getDisplayName()
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string display_name = 4;
- Specified by:
getDisplayName
in interfaceCustomClassOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string display_name = 4;
- Specified by:
getDisplayNameBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for displayName.
-
setDisplayName
public CustomClass.Builder setDisplayName(String value)
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string display_name = 4;
- Parameters:
value
- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public CustomClass.Builder clearDisplayName()
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string display_name = 4;
- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public CustomClass.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string display_name = 4;
- Parameters:
value
- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getItemsList
public List<CustomClass.ClassItem> getItemsList()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
- Specified by:
getItemsList
in interfaceCustomClassOrBuilder
-
getItemsCount
public int getItemsCount()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
- Specified by:
getItemsCount
in interfaceCustomClassOrBuilder
-
getItems
public CustomClass.ClassItem getItems(int index)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
- Specified by:
getItems
in interfaceCustomClassOrBuilder
-
setItems
public CustomClass.Builder setItems(int index, CustomClass.ClassItem value)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
setItems
public CustomClass.Builder setItems(int index, CustomClass.ClassItem.Builder builderForValue)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addItems
public CustomClass.Builder addItems(CustomClass.ClassItem value)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addItems
public CustomClass.Builder addItems(int index, CustomClass.ClassItem value)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addItems
public CustomClass.Builder addItems(CustomClass.ClassItem.Builder builderForValue)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addItems
public CustomClass.Builder addItems(int index, CustomClass.ClassItem.Builder builderForValue)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addAllItems
public CustomClass.Builder addAllItems(Iterable<? extends CustomClass.ClassItem> values)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
clearItems
public CustomClass.Builder clearItems()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
removeItems
public CustomClass.Builder removeItems(int index)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
getItemsBuilder
public CustomClass.ClassItem.Builder getItemsBuilder(int index)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
getItemsOrBuilder
public CustomClass.ClassItemOrBuilder getItemsOrBuilder(int index)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
- Specified by:
getItemsOrBuilder
in interfaceCustomClassOrBuilder
-
getItemsOrBuilderList
public List<? extends CustomClass.ClassItemOrBuilder> getItemsOrBuilderList()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
- Specified by:
getItemsOrBuilderList
in interfaceCustomClassOrBuilder
-
addItemsBuilder
public CustomClass.ClassItem.Builder addItemsBuilder()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
addItemsBuilder
public CustomClass.ClassItem.Builder addItemsBuilder(int index)
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
getItemsBuilderList
public List<CustomClass.ClassItem.Builder> getItemsBuilderList()
A collection of class items.
repeated .google.cloud.speech.v2.CustomClass.ClassItem items = 5;
-
getStateValue
public int getStateValue()
Output only. The CustomClass lifecycle state.
.google.cloud.speech.v2.CustomClass.State state = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStateValue
in interfaceCustomClassOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
setStateValue
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];
- Parameters:
value
- The enum numeric value on the wire for state to set.- Returns:
- This builder for chaining.
-
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];
- Specified by:
getState
in interfaceCustomClassOrBuilder
- Returns:
- The state.
-
setState
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];
- Parameters:
value
- The state to set.- Returns:
- 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:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasCreateTime
in interfaceCustomClassOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTime
in interfaceCustomClassOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public CustomClass.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public CustomClass.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public CustomClass.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public CustomClass.Builder clearCreateTime()
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTimeOrBuilder
in interfaceCustomClassOrBuilder
-
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];
- Specified by:
hasUpdateTime
in interfaceCustomClassOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time this resource was modified.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTime
in interfaceCustomClassOrBuilder
- Returns:
- The updateTime.
-
setUpdateTime
public CustomClass.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time this resource was modified.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public CustomClass.Builder setUpdateTime(com.google.protobuf.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];
-
mergeUpdateTime
public CustomClass.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time this resource was modified.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
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];
-
getUpdateTimeBuilder
public com.google.protobuf.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];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time this resource was modified.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTimeOrBuilder
in interfaceCustomClassOrBuilder
-
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];
- Specified by:
hasDeleteTime
in interfaceCustomClassOrBuilder
- Returns:
- Whether the deleteTime field is set.
-
getDeleteTime
public com.google.protobuf.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];
- Specified by:
getDeleteTime
in interfaceCustomClassOrBuilder
- Returns:
- The deleteTime.
-
setDeleteTime
public CustomClass.Builder setDeleteTime(com.google.protobuf.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];
-
setDeleteTime
public CustomClass.Builder setDeleteTime(com.google.protobuf.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];
-
mergeDeleteTime
public CustomClass.Builder mergeDeleteTime(com.google.protobuf.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];
-
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];
-
getDeleteTimeBuilder
public com.google.protobuf.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];
-
getDeleteTimeOrBuilder
public com.google.protobuf.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];
- Specified by:
getDeleteTimeOrBuilder
in interfaceCustomClassOrBuilder
-
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];
- Specified by:
hasExpireTime
in interfaceCustomClassOrBuilder
- Returns:
- Whether the expireTime field is set.
-
getExpireTime
public com.google.protobuf.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];
- Specified by:
getExpireTime
in interfaceCustomClassOrBuilder
- Returns:
- The expireTime.
-
setExpireTime
public CustomClass.Builder setExpireTime(com.google.protobuf.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];
-
setExpireTime
public CustomClass.Builder setExpireTime(com.google.protobuf.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];
-
mergeExpireTime
public CustomClass.Builder mergeExpireTime(com.google.protobuf.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];
-
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];
-
getExpireTimeBuilder
public com.google.protobuf.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];
-
getExpireTimeOrBuilder
public com.google.protobuf.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];
- Specified by:
getExpireTimeOrBuilder
in interfaceCustomClassOrBuilder
-
getAnnotationsCount
public int getAnnotationsCount()
Description copied from interface:CustomClassOrBuilder
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;
- Specified by:
getAnnotationsCount
in interfaceCustomClassOrBuilder
-
containsAnnotations
public boolean containsAnnotations(String key)
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;
- Specified by:
containsAnnotations
in interfaceCustomClassOrBuilder
-
getAnnotations
@Deprecated public Map<String,String> getAnnotations()
Deprecated.UsegetAnnotationsMap()
instead.- Specified by:
getAnnotations
in interfaceCustomClassOrBuilder
-
getAnnotationsMap
public Map<String,String> getAnnotationsMap()
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;
- Specified by:
getAnnotationsMap
in interfaceCustomClassOrBuilder
-
getAnnotationsOrDefault
public String getAnnotationsOrDefault(String key, String defaultValue)
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;
- Specified by:
getAnnotationsOrDefault
in interfaceCustomClassOrBuilder
-
getAnnotationsOrThrow
public String getAnnotationsOrThrow(String key)
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;
- Specified by:
getAnnotationsOrThrow
in interfaceCustomClassOrBuilder
-
clearAnnotations
public CustomClass.Builder clearAnnotations()
-
removeAnnotations
public CustomClass.Builder removeAnnotations(String key)
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;
-
getMutableAnnotations
@Deprecated public Map<String,String> getMutableAnnotations()
Deprecated.Use alternate mutation accessors instead.
-
putAnnotations
public CustomClass.Builder putAnnotations(String key, String value)
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;
-
putAllAnnotations
public CustomClass.Builder putAllAnnotations(Map<String,String> values)
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;
-
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];
- Specified by:
getEtag
in interfaceCustomClassOrBuilder
- Returns:
- The etag.
-
getEtagBytes
public com.google.protobuf.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];
- Specified by:
getEtagBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for etag.
-
setEtag
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];
- Parameters:
value
- The etag to set.- Returns:
- 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:
- This builder for chaining.
-
setEtagBytes
public CustomClass.Builder setEtagBytes(com.google.protobuf.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];
- Parameters:
value
- The bytes for etag to set.- Returns:
- This builder for chaining.
-
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];
- Specified by:
getReconciling
in interfaceCustomClassOrBuilder
- Returns:
- The reconciling.
-
setReconciling
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];
- Parameters:
value
- The reconciling to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
getKmsKeyName
public String getKmsKeyName()
Output only. The [KMS key name](https://cloud.google.com/kms/docs/resource-hierarchy#keys) 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) = { ... }
- Specified by:
getKmsKeyName
in interfaceCustomClassOrBuilder
- Returns:
- The kmsKeyName.
-
getKmsKeyNameBytes
public com.google.protobuf.ByteString getKmsKeyNameBytes()
Output only. The [KMS key name](https://cloud.google.com/kms/docs/resource-hierarchy#keys) 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) = { ... }
- Specified by:
getKmsKeyNameBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for kmsKeyName.
-
setKmsKeyName
public CustomClass.Builder setKmsKeyName(String value)
Output only. The [KMS key name](https://cloud.google.com/kms/docs/resource-hierarchy#keys) 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) = { ... }
- Parameters:
value
- The kmsKeyName to set.- Returns:
- This builder for chaining.
-
clearKmsKeyName
public CustomClass.Builder clearKmsKeyName()
Output only. The [KMS key name](https://cloud.google.com/kms/docs/resource-hierarchy#keys) 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:
- This builder for chaining.
-
setKmsKeyNameBytes
public CustomClass.Builder setKmsKeyNameBytes(com.google.protobuf.ByteString value)
Output only. The [KMS key name](https://cloud.google.com/kms/docs/resource-hierarchy#keys) 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) = { ... }
- Parameters:
value
- The bytes for kmsKeyName to set.- Returns:
- This builder for chaining.
-
getKmsKeyVersionName
public String getKmsKeyVersionName()
Output only. The [KMS key version name](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions) 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) = { ... }
- Specified by:
getKmsKeyVersionName
in interfaceCustomClassOrBuilder
- Returns:
- The kmsKeyVersionName.
-
getKmsKeyVersionNameBytes
public com.google.protobuf.ByteString getKmsKeyVersionNameBytes()
Output only. The [KMS key version name](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions) 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) = { ... }
- Specified by:
getKmsKeyVersionNameBytes
in interfaceCustomClassOrBuilder
- Returns:
- The bytes for kmsKeyVersionName.
-
setKmsKeyVersionName
public CustomClass.Builder setKmsKeyVersionName(String value)
Output only. The [KMS key version name](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions) 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) = { ... }
- Parameters:
value
- The kmsKeyVersionName to set.- Returns:
- This builder for chaining.
-
clearKmsKeyVersionName
public CustomClass.Builder clearKmsKeyVersionName()
Output only. The [KMS key version name](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions) 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:
- This builder for chaining.
-
setKmsKeyVersionNameBytes
public CustomClass.Builder setKmsKeyVersionNameBytes(com.google.protobuf.ByteString value)
Output only. The [KMS key version name](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions) 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) = { ... }
- Parameters:
value
- The bytes for kmsKeyVersionName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CustomClass.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
mergeUnknownFields
public final CustomClass.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomClass.Builder>
-
-