Interface MetadataValueOrBuilder (3.89.0)

public interface MetadataValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

Value of boolean type metadata.

bool bool_value = 5;

Returns
Type Description
boolean

The boolValue.

getDatetimeValue()

public abstract String getDatetimeValue()

Value of date time type metadata.

string datetime_value = 4;

Returns
Type Description
String

The datetimeValue.

getDatetimeValueBytes()

public abstract ByteString getDatetimeValueBytes()

Value of date time type metadata.

string datetime_value = 4;

Returns
Type Description
ByteString

The bytes for datetimeValue.

getFloatValue()

public abstract float getFloatValue()

Value of float type metadata.

float float_value = 2;

Returns
Type Description
float

The floatValue.

getIntValue()

public abstract long getIntValue()

Value of int type metadata.

int64 int_value = 1;

Returns
Type Description
long

The intValue.

getListValue()

public abstract MetadataList getListValue()

Value of list type metadata.

.google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;

Returns
Type Description
MetadataList

The listValue.

getListValueOrBuilder()

public abstract MetadataListOrBuilder getListValueOrBuilder()

Value of list type metadata.

.google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;

Returns
Type Description
MetadataListOrBuilder

getStrValue()

public abstract String getStrValue()

Value of string type metadata.

string str_value = 3;

Returns
Type Description
String

The strValue.

getStrValueBytes()

public abstract ByteString getStrValueBytes()

Value of string type metadata.

string str_value = 3;

Returns
Type Description
ByteString

The bytes for strValue.

getValueCase()

public abstract MetadataValue.ValueCase getValueCase()
Returns
Type Description
MetadataValue.ValueCase

hasBoolValue()

public abstract boolean hasBoolValue()

Value of boolean type metadata.

bool bool_value = 5;

Returns
Type Description
boolean

Whether the boolValue field is set.

hasDatetimeValue()

public abstract boolean hasDatetimeValue()

Value of date time type metadata.

string datetime_value = 4;

Returns
Type Description
boolean

Whether the datetimeValue field is set.

hasFloatValue()

public abstract boolean hasFloatValue()

Value of float type metadata.

float float_value = 2;

Returns
Type Description
boolean

Whether the floatValue field is set.

hasIntValue()

public abstract boolean hasIntValue()

Value of int type metadata.

int64 int_value = 1;

Returns
Type Description
boolean

Whether the intValue field is set.

hasListValue()

public abstract 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.

hasStrValue()

public abstract boolean hasStrValue()

Value of string type metadata.

string str_value = 3;

Returns
Type Description
boolean

Whether the strValue field is set.