Class FeaturestoreServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.FeaturestoreServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcFeaturestoreServiceStub
@Generated("by gapic-generator-java")
public abstract class FeaturestoreServiceStub
extends Object
implements BackgroundResource
Base stub class for the FeaturestoreService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse, BatchCreateFeaturesOperationMetadata> OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse, BatchReadFeatureValuesOperationMetadata> abstract voidclose()OperationCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteFeaturestoreRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse, DeleteFeatureValuesOperationMetadata> OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse, ExportFeatureValuesOperationMetadata> OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse, ImportFeatureValuesOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
FeaturestoreServiceStub
public FeaturestoreServiceStub()
-
-
Method Details
-
getOperationsStub
-
createFeaturestoreOperationCallable
public OperationCallable<CreateFeaturestoreRequest,Featurestore, createFeaturestoreOperationCallable()CreateFeaturestoreOperationMetadata> -
createFeaturestoreCallable
-
getFeaturestoreCallable
-
listFeaturestoresPagedCallable
public UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable() -
listFeaturestoresCallable
public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable() -
updateFeaturestoreOperationCallable
public OperationCallable<UpdateFeaturestoreRequest,Featurestore, updateFeaturestoreOperationCallable()UpdateFeaturestoreOperationMetadata> -
updateFeaturestoreCallable
-
deleteFeaturestoreOperationCallable
public OperationCallable<DeleteFeaturestoreRequest,com.google.protobuf.Empty, deleteFeaturestoreOperationCallable()DeleteOperationMetadata> -
deleteFeaturestoreCallable
-
createEntityTypeOperationCallable
public OperationCallable<CreateEntityTypeRequest,EntityType, createEntityTypeOperationCallable()CreateEntityTypeOperationMetadata> -
createEntityTypeCallable
-
getEntityTypeCallable
-
listEntityTypesPagedCallable
public UnaryCallable<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable() -
listEntityTypesCallable
-
updateEntityTypeCallable
-
deleteEntityTypeOperationCallable
public OperationCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty, deleteEntityTypeOperationCallable()DeleteOperationMetadata> -
deleteEntityTypeCallable
-
createFeatureOperationCallable
public OperationCallable<CreateFeatureRequest,Feature, createFeatureOperationCallable()CreateFeatureOperationMetadata> -
createFeatureCallable
-
batchCreateFeaturesOperationCallable
public OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse, batchCreateFeaturesOperationCallable()BatchCreateFeaturesOperationMetadata> -
batchCreateFeaturesCallable
-
getFeatureCallable
-
listFeaturesPagedCallable
public UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable() -
listFeaturesCallable
-
updateFeatureCallable
-
deleteFeatureOperationCallable
public OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty, deleteFeatureOperationCallable()DeleteOperationMetadata> -
deleteFeatureCallable
-
importFeatureValuesOperationCallable
public OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse, importFeatureValuesOperationCallable()ImportFeatureValuesOperationMetadata> -
importFeatureValuesCallable
-
batchReadFeatureValuesOperationCallable
public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse, batchReadFeatureValuesOperationCallable()BatchReadFeatureValuesOperationMetadata> -
batchReadFeatureValuesCallable
-
exportFeatureValuesOperationCallable
public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse, exportFeatureValuesOperationCallable()ExportFeatureValuesOperationMetadata> -
exportFeatureValuesCallable
-
deleteFeatureValuesOperationCallable
public OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse, deleteFeatureValuesOperationCallable()DeleteFeatureValuesOperationMetadata> -
deleteFeatureValuesCallable
-
searchFeaturesPagedCallable
public UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable() -
searchFeaturesCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-