public static enum MetadataSchema.MetadataSchemaType extends Enum<MetadataSchema.MetadataSchemaType> implements com.google.protobuf.ProtocolMessageEnum
Describes the type of the MetadataSchema.Protobuf enum
google.cloud.aiplatform.v1.MetadataSchema.MetadataSchemaType| Enum Constant and Description |
|---|
ARTIFACT_TYPE
A type indicating that the MetadataSchema will be used by Artifacts.
|
CONTEXT_TYPE
A state indicating that the MetadataSchema will be used by Contexts.
|
EXECUTION_TYPE
A typee indicating that the MetadataSchema will be used by Executions.
|
METADATA_SCHEMA_TYPE_UNSPECIFIED
Unspecified type for the MetadataSchema.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARTIFACT_TYPE_VALUE
A type indicating that the MetadataSchema will be used by Artifacts.
|
static int |
CONTEXT_TYPE_VALUE
A state indicating that the MetadataSchema will be used by Contexts.
|
static int |
EXECUTION_TYPE_VALUE
A typee indicating that the MetadataSchema will be used by Executions.
|
static int |
METADATA_SCHEMA_TYPE_UNSPECIFIED_VALUE
Unspecified type for the MetadataSchema.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataSchema.MetadataSchemaType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MetadataSchema.MetadataSchemaType> |
internalGetValueMap() |
static MetadataSchema.MetadataSchemaType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetadataSchema.MetadataSchemaType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetadataSchema.MetadataSchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSchema.MetadataSchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataSchema.MetadataSchemaType METADATA_SCHEMA_TYPE_UNSPECIFIED
Unspecified type for the MetadataSchema.
METADATA_SCHEMA_TYPE_UNSPECIFIED = 0;public static final MetadataSchema.MetadataSchemaType ARTIFACT_TYPE
A type indicating that the MetadataSchema will be used by Artifacts.
ARTIFACT_TYPE = 1;public static final MetadataSchema.MetadataSchemaType EXECUTION_TYPE
A typee indicating that the MetadataSchema will be used by Executions.
EXECUTION_TYPE = 2;public static final MetadataSchema.MetadataSchemaType CONTEXT_TYPE
A state indicating that the MetadataSchema will be used by Contexts.
CONTEXT_TYPE = 3;public static final MetadataSchema.MetadataSchemaType UNRECOGNIZED
public static final int METADATA_SCHEMA_TYPE_UNSPECIFIED_VALUE
Unspecified type for the MetadataSchema.
METADATA_SCHEMA_TYPE_UNSPECIFIED = 0;public static final int ARTIFACT_TYPE_VALUE
A type indicating that the MetadataSchema will be used by Artifacts.
ARTIFACT_TYPE = 1;public static final int EXECUTION_TYPE_VALUE
A typee indicating that the MetadataSchema will be used by Executions.
EXECUTION_TYPE = 2;public static final int CONTEXT_TYPE_VALUE
A state indicating that the MetadataSchema will be used by Contexts.
CONTEXT_TYPE = 3;public static MetadataSchema.MetadataSchemaType[] values()
for (MetadataSchema.MetadataSchemaType c : MetadataSchema.MetadataSchemaType.values()) System.out.println(c);
public static MetadataSchema.MetadataSchemaType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static MetadataSchema.MetadataSchemaType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MetadataSchema.MetadataSchemaType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MetadataSchema.MetadataSchemaType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MetadataSchema.MetadataSchemaType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.