Package com.google.cloud.aiplatform.v1
Interface StructFieldValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructFieldValue,StructFieldValue.Builder
@Generated
public interface StructFieldValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Name of the field in the struct feature.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the field in the struct feature.
string name = 1;- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;- Returns:
- Whether the value field is set.
-
getValue
FeatureValue getValue()The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;- Returns:
- The value.
-
getValueOrBuilder
FeatureValueOrBuilder getValueOrBuilder()The value for this field.
.google.cloud.aiplatform.v1.FeatureValue value = 2;
-