Package com.google.cloud.aiplatform.v1
Interface ReadFeatureValuesResponse.HeaderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadFeatureValuesResponse.Header,ReadFeatureValuesResponse.Header.Builder
- Enclosing class:
- ReadFeatureValuesResponse
public static interface ReadFeatureValuesResponse.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityType()The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].com.google.protobuf.ByteStringgetEntityTypeBytes()The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].ReadFeatureValuesResponse.FeatureDescriptorgetFeatureDescriptors(int index)List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].intgetFeatureDescriptorsCount()List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].List<ReadFeatureValuesResponse.FeatureDescriptor>getFeatureDescriptorsList()List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].ReadFeatureValuesResponse.FeatureDescriptorOrBuildergetFeatureDescriptorsOrBuilder(int index)List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].List<? extends ReadFeatureValuesResponse.FeatureDescriptorOrBuilder>getFeatureDescriptorsOrBuilderList()List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntityType
String getEntityType()
The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest]. Value format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.string entity_type = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The entityType.
-
getEntityTypeBytes
com.google.protobuf.ByteString getEntityTypeBytes()
The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest]. Value format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.string entity_type = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for entityType.
-
getFeatureDescriptorsList
List<ReadFeatureValuesResponse.FeatureDescriptor> getFeatureDescriptorsList()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
-
getFeatureDescriptors
ReadFeatureValuesResponse.FeatureDescriptor getFeatureDescriptors(int index)
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
-
getFeatureDescriptorsCount
int getFeatureDescriptorsCount()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
-
getFeatureDescriptorsOrBuilderList
List<? extends ReadFeatureValuesResponse.FeatureDescriptorOrBuilder> getFeatureDescriptorsOrBuilderList()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
-
getFeatureDescriptorsOrBuilder
ReadFeatureValuesResponse.FeatureDescriptorOrBuilder getFeatureDescriptorsOrBuilder(int index)
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
-
-