Class FeatureRegistryServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.FeatureRegistryServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcFeatureRegistryServiceStub
@Generated("by gapic-generator-java")
public abstract class FeatureRegistryServiceStub
extends Object
implements BackgroundResource
Base stub class for the FeatureRegistryService 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> abstract voidclose()OperationCallable<DeleteFeatureGroupRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty, DeleteOperationMetadata> 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
-
FeatureRegistryServiceStub
public FeatureRegistryServiceStub()
-
-
Method Details
-
getOperationsStub
-
createFeatureGroupOperationCallable
public OperationCallable<CreateFeatureGroupRequest,FeatureGroup, createFeatureGroupOperationCallable()CreateFeatureGroupOperationMetadata> -
createFeatureGroupCallable
-
getFeatureGroupCallable
-
listFeatureGroupsPagedCallable
public UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> listFeatureGroupsPagedCallable() -
listFeatureGroupsCallable
public UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> listFeatureGroupsCallable() -
updateFeatureGroupOperationCallable
public OperationCallable<UpdateFeatureGroupRequest,FeatureGroup, updateFeatureGroupOperationCallable()UpdateFeatureGroupOperationMetadata> -
updateFeatureGroupCallable
-
deleteFeatureGroupOperationCallable
public OperationCallable<DeleteFeatureGroupRequest,com.google.protobuf.Empty, deleteFeatureGroupOperationCallable()DeleteOperationMetadata> -
deleteFeatureGroupCallable
-
createFeatureOperationCallable
public OperationCallable<CreateFeatureRequest,Feature, createFeatureOperationCallable()CreateFeatureOperationMetadata> -
createFeatureCallable
-
batchCreateFeaturesOperationCallable
public OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse, batchCreateFeaturesOperationCallable()BatchCreateFeaturesOperationMetadata> -
batchCreateFeaturesCallable
-
getFeatureCallable
-
listFeaturesPagedCallable
public UnaryCallable<ListFeaturesRequest,FeatureRegistryServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable() -
listFeaturesCallable
-
updateFeatureOperationCallable
public OperationCallable<UpdateFeatureRequest,Feature, updateFeatureOperationCallable()UpdateFeatureOperationMetadata> -
updateFeatureCallable
-
deleteFeatureOperationCallable
public OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty, deleteFeatureOperationCallable()DeleteOperationMetadata> -
deleteFeatureCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeatureRegistryServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-