Package com.google.cloud.aiplatform.v1
Interface GenerateFetchAccessTokenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateFetchAccessTokenRequest,GenerateFetchAccessTokenRequest.Builder
@Generated
public interface GenerateFetchAccessTokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`com.google.protobuf.ByteStringFeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`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
-
getFeatureView
String getFeatureView()FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`string feature_view = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The featureView.
-
getFeatureViewBytes
com.google.protobuf.ByteString getFeatureViewBytes()FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`string feature_view = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for featureView.
-