Interface ReadFeatureValuesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadFeatureValuesResponse,ReadFeatureValuesResponse.Builder
public interface ReadFeatureValuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadFeatureValuesResponse.EntityViewgetEntityView()Entity view with Feature values.ReadFeatureValuesResponse.EntityViewOrBuildergetEntityViewOrBuilder()Entity view with Feature values.ReadFeatureValuesResponse.HeadergetHeader()Response header.ReadFeatureValuesResponse.HeaderOrBuildergetHeaderOrBuilder()Response header.booleanhasEntityView()Entity view with Feature values.booleanhasHeader()Response header.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeader
boolean hasHeader()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;- Returns:
- Whether the header field is set.
-
getHeader
ReadFeatureValuesResponse.Header getHeader()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;- Returns:
- The header.
-
getHeaderOrBuilder
ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()
Response header.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;
-
hasEntityView
boolean hasEntityView()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;- Returns:
- Whether the entityView field is set.
-
getEntityView
ReadFeatureValuesResponse.EntityView getEntityView()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;- Returns:
- The entityView.
-
getEntityViewOrBuilder
ReadFeatureValuesResponse.EntityViewOrBuilder getEntityViewOrBuilder()
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;
-
-