public final class MetadataValue extends GeneratedMessage implements MetadataValueOrBuilder
Value of Metadata, including all types available in data schema.
Protobuf type google.cloud.aiplatform.v1beta1.MetadataValue
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BOOL_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DATETIME_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int FLOAT_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int INT_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int LIST_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int STR_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static MetadataValue getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static MetadataValue.Builder newBuilder()
public static MetadataValue.Builder newBuilder(MetadataValue prototype)
public static MetadataValue parseDelimitedFrom(InputStream input)
public static MetadataValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataValue parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static MetadataValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MetadataValue parseFrom(ByteString data)
public static MetadataValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MetadataValue parseFrom(CodedInputStream input)
public static MetadataValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataValue parseFrom(InputStream input)
public static MetadataValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataValue parseFrom(ByteBuffer data)
public static MetadataValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<MetadataValue> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public boolean getBoolValue()
Value of boolean type metadata.
bool bool_value = 5;
| Returns |
| Type |
Description |
boolean |
The boolValue.
|
public String getDatetimeValue()
Value of date time type metadata.
string datetime_value = 4;
| Returns |
| Type |
Description |
String |
The datetimeValue.
|
public ByteString getDatetimeValueBytes()
Value of date time type metadata.
string datetime_value = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for datetimeValue.
|
public MetadataValue getDefaultInstanceForType()
public float getFloatValue()
Value of float type metadata.
float float_value = 2;
| Returns |
| Type |
Description |
float |
The floatValue.
|
public long getIntValue()
Value of int type metadata.
int64 int_value = 1;
| Returns |
| Type |
Description |
long |
The intValue.
|
public MetadataList getListValue()
Value of list type metadata.
.google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
public MetadataListOrBuilder getListValueOrBuilder()
Value of list type metadata.
.google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
public Parser<MetadataValue> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public String getStrValue()
Value of string type metadata.
string str_value = 3;
| Returns |
| Type |
Description |
String |
The strValue.
|
public ByteString getStrValueBytes()
Value of string type metadata.
string str_value = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for strValue.
|
public MetadataValue.ValueCase getValueCase()
public boolean hasBoolValue()
Value of boolean type metadata.
bool bool_value = 5;
| Returns |
| Type |
Description |
boolean |
Whether the boolValue field is set.
|
public boolean hasDatetimeValue()
Value of date time type metadata.
string datetime_value = 4;
| Returns |
| Type |
Description |
boolean |
Whether the datetimeValue field is set.
|
public boolean hasFloatValue()
Value of float type metadata.
float float_value = 2;
| Returns |
| Type |
Description |
boolean |
Whether the floatValue field is set.
|
public boolean hasIntValue()
Value of int type metadata.
int64 int_value = 1;
| Returns |
| Type |
Description |
boolean |
Whether the intValue field is set.
|
public boolean hasListValue()
Value of list type metadata.
.google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
| Returns |
| Type |
Description |
boolean |
Whether the listValue field is set.
|
public boolean hasStrValue()
Value of string type metadata.
string str_value = 3;
| Returns |
| Type |
Description |
boolean |
Whether the strValue field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public MetadataValue.Builder newBuilderForType()
protected MetadataValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public MetadataValue.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides