Interface StructFieldValueOrBuilder (3.46.0)

public interface StructFieldValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the field in the struct feature.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the field in the struct feature.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getValue()

public abstract FeatureValue getValue()

The value for this field.

.google.cloud.aiplatform.v1.FeatureValue value = 2;

Returns
Type Description
FeatureValue

The value.

getValueOrBuilder()

public abstract FeatureValueOrBuilder getValueOrBuilder()

The value for this field.

.google.cloud.aiplatform.v1.FeatureValue value = 2;

Returns
Type Description
FeatureValueOrBuilder

hasValue()

public abstract boolean hasValue()

The value for this field.

.google.cloud.aiplatform.v1.FeatureValue value = 2;

Returns
Type Description
boolean

Whether the value field is set.