Package com.google.cloud.aiplatform.v1
Interface ReadFeatureValuesResponse.EntityView.DataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadFeatureValuesResponse.EntityView.Data,ReadFeatureValuesResponse.EntityView.Data.Builder
- Enclosing class:
- ReadFeatureValuesResponse.EntityView
public static interface ReadFeatureValuesResponse.EntityView.DataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadFeatureValuesResponse.EntityView.Data.DataCasegetDataCase()FeatureValuegetValue()Feature value if a single value is requested.FeatureValueOrBuildergetValueOrBuilder()Feature value if a single value is requested.FeatureValueListgetValues()Feature values list if values, successive in time, are requested.FeatureValueListOrBuildergetValuesOrBuilder()Feature values list if values, successive in time, are requested.booleanhasValue()Feature value if a single value is requested.booleanhasValues()Feature values list if values, successive in time, are requested.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;- Returns:
- Whether the value field is set.
-
getValue
FeatureValue getValue()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;- Returns:
- The value.
-
getValueOrBuilder
FeatureValueOrBuilder getValueOrBuilder()
Feature value if a single value is requested.
.google.cloud.aiplatform.v1.FeatureValue value = 1;
-
hasValues
boolean hasValues()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;- Returns:
- Whether the values field is set.
-
getValues
FeatureValueList getValues()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;- Returns:
- The values.
-
getValuesOrBuilder
FeatureValueListOrBuilder getValuesOrBuilder()
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
.google.cloud.aiplatform.v1.FeatureValueList values = 2;
-
getDataCase
ReadFeatureValuesResponse.EntityView.Data.DataCase getDataCase()
-
-