Package com.google.cloud.aiplatform.v1
Interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair,FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder
- Enclosing class:
- FetchFeatureValuesResponse.FeatureNameValuePairList
public static interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder
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
-
hasValue
boolean hasValue()Feature value.
.google.cloud.aiplatform.v1.FeatureValue value = 2;- Returns:
- Whether the value field is set.
-
getValue
FeatureValue getValue()Feature value.
.google.cloud.aiplatform.v1.FeatureValue value = 2;- Returns:
- The value.
-
getValueOrBuilder
FeatureValueOrBuilder getValueOrBuilder()Feature value.
.google.cloud.aiplatform.v1.FeatureValue value = 2; -
getName
String getName()Feature short name.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Feature short name.
string name = 1;- Returns:
- The bytes for name.
-
getDataCase
-