public final class CustomClass extends GeneratedMessageV3 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANNOTATIONS_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CUSTOM_CLASS_ID_FIELD_NUMBER
public static final int CUSTOM_CLASS_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DELETE_TIME_FIELD_NUMBER
public static final int DELETE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ETAG_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXPIRE_TIME_FIELD_NUMBER
public static final int EXPIRE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KMS_KEY_NAME_FIELD_NUMBER
public static final int KMS_KEY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KMS_KEY_VERSION_NAME_FIELD_NUMBER
public static final int KMS_KEY_VERSION_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RECONCILING_FIELD_NUMBER
public static final int RECONCILING_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UID_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CustomClass getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CustomClass.Builder newBuilder()
newBuilder(CustomClass prototype)
public static CustomClass.Builder newBuilder(CustomClass prototype)
public static CustomClass parseDelimitedFrom(InputStream input)
public static CustomClass parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CustomClass parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomClass parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CustomClass parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomClass parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomClass parseFrom(CodedInputStream input)
public static CustomClass parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomClass parseFrom(InputStream input)
public static CustomClass parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CustomClass parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomClass parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CustomClass> parser()
Methods
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
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAnnotations()
public Map<String,String> getAnnotations()
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;
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;
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()
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.
|
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;
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()
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.
|
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;
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
|
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;
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
|
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.
|
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.
|
getParserForType()
public Parser<CustomClass> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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;
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()
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
Name |
Description |
number |
int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CustomClass.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomClass.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CustomClass.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides