Class GrpcFeaturestoreServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.FeaturestoreServiceStub
com.google.cloud.aiplatform.v1beta1.stub.GrpcFeaturestoreServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcFeaturestoreServiceStub
extends FeaturestoreServiceStub
gRPC stub implementation for the FeaturestoreService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings.protectedGrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse, BatchCreateFeaturesOperationMetadata> OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse, BatchReadFeatureValuesOperationMetadata> final voidclose()static final GrpcFeaturestoreServiceStubcreate(ClientContext clientContext) static final GrpcFeaturestoreServiceStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcFeaturestoreServiceStubcreate(FeaturestoreServiceStubSettings settings) 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> booleanbooleanvoidshutdown()void
-
Constructor Details
-
GrpcFeaturestoreServiceStub
protected GrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
GrpcFeaturestoreServiceStub
protected GrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
-
Method Details
-
create
public static final GrpcFeaturestoreServiceStub create(FeaturestoreServiceStubSettings settings) throws IOException - Throws:
IOException
-
create
public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext) throws IOException - Throws:
IOException
-
create
public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
- Overrides:
getOperationsStubin classFeaturestoreServiceStub
-
createFeaturestoreCallable
- Overrides:
createFeaturestoreCallablein classFeaturestoreServiceStub
-
createFeaturestoreOperationCallable
public OperationCallable<CreateFeaturestoreRequest,Featurestore, createFeaturestoreOperationCallable()CreateFeaturestoreOperationMetadata> - Overrides:
createFeaturestoreOperationCallablein classFeaturestoreServiceStub
-
getFeaturestoreCallable
- Overrides:
getFeaturestoreCallablein classFeaturestoreServiceStub
-
listFeaturestoresCallable
public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()- Overrides:
listFeaturestoresCallablein classFeaturestoreServiceStub
-
listFeaturestoresPagedCallable
public UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable()- Overrides:
listFeaturestoresPagedCallablein classFeaturestoreServiceStub
-
updateFeaturestoreCallable
- Overrides:
updateFeaturestoreCallablein classFeaturestoreServiceStub
-
updateFeaturestoreOperationCallable
public OperationCallable<UpdateFeaturestoreRequest,Featurestore, updateFeaturestoreOperationCallable()UpdateFeaturestoreOperationMetadata> - Overrides:
updateFeaturestoreOperationCallablein classFeaturestoreServiceStub
-
deleteFeaturestoreCallable
- Overrides:
deleteFeaturestoreCallablein classFeaturestoreServiceStub
-
deleteFeaturestoreOperationCallable
public OperationCallable<DeleteFeaturestoreRequest,com.google.protobuf.Empty, deleteFeaturestoreOperationCallable()DeleteOperationMetadata> - Overrides:
deleteFeaturestoreOperationCallablein classFeaturestoreServiceStub
-
createEntityTypeCallable
- Overrides:
createEntityTypeCallablein classFeaturestoreServiceStub
-
createEntityTypeOperationCallable
public OperationCallable<CreateEntityTypeRequest,EntityType, createEntityTypeOperationCallable()CreateEntityTypeOperationMetadata> - Overrides:
createEntityTypeOperationCallablein classFeaturestoreServiceStub
-
getEntityTypeCallable
- Overrides:
getEntityTypeCallablein classFeaturestoreServiceStub
-
listEntityTypesCallable
- Overrides:
listEntityTypesCallablein classFeaturestoreServiceStub
-
listEntityTypesPagedCallable
public UnaryCallable<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()- Overrides:
listEntityTypesPagedCallablein classFeaturestoreServiceStub
-
updateEntityTypeCallable
- Overrides:
updateEntityTypeCallablein classFeaturestoreServiceStub
-
deleteEntityTypeCallable
- Overrides:
deleteEntityTypeCallablein classFeaturestoreServiceStub
-
deleteEntityTypeOperationCallable
public OperationCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty, deleteEntityTypeOperationCallable()DeleteOperationMetadata> - Overrides:
deleteEntityTypeOperationCallablein classFeaturestoreServiceStub
-
createFeatureCallable
- Overrides:
createFeatureCallablein classFeaturestoreServiceStub
-
createFeatureOperationCallable
public OperationCallable<CreateFeatureRequest,Feature, createFeatureOperationCallable()CreateFeatureOperationMetadata> - Overrides:
createFeatureOperationCallablein classFeaturestoreServiceStub
-
batchCreateFeaturesCallable
- Overrides:
batchCreateFeaturesCallablein classFeaturestoreServiceStub
-
batchCreateFeaturesOperationCallable
public OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse, batchCreateFeaturesOperationCallable()BatchCreateFeaturesOperationMetadata> - Overrides:
batchCreateFeaturesOperationCallablein classFeaturestoreServiceStub
-
getFeatureCallable
- Overrides:
getFeatureCallablein classFeaturestoreServiceStub
-
listFeaturesCallable
- Overrides:
listFeaturesCallablein classFeaturestoreServiceStub
-
listFeaturesPagedCallable
public UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()- Overrides:
listFeaturesPagedCallablein classFeaturestoreServiceStub
-
updateFeatureCallable
- Overrides:
updateFeatureCallablein classFeaturestoreServiceStub
-
deleteFeatureCallable
- Overrides:
deleteFeatureCallablein classFeaturestoreServiceStub
-
deleteFeatureOperationCallable
public OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty, deleteFeatureOperationCallable()DeleteOperationMetadata> - Overrides:
deleteFeatureOperationCallablein classFeaturestoreServiceStub
-
importFeatureValuesCallable
- Overrides:
importFeatureValuesCallablein classFeaturestoreServiceStub
-
importFeatureValuesOperationCallable
public OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse, importFeatureValuesOperationCallable()ImportFeatureValuesOperationMetadata> - Overrides:
importFeatureValuesOperationCallablein classFeaturestoreServiceStub
-
batchReadFeatureValuesCallable
- Overrides:
batchReadFeatureValuesCallablein classFeaturestoreServiceStub
-
batchReadFeatureValuesOperationCallable
public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse, batchReadFeatureValuesOperationCallable()BatchReadFeatureValuesOperationMetadata> - Overrides:
batchReadFeatureValuesOperationCallablein classFeaturestoreServiceStub
-
exportFeatureValuesCallable
- Overrides:
exportFeatureValuesCallablein classFeaturestoreServiceStub
-
exportFeatureValuesOperationCallable
public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse, exportFeatureValuesOperationCallable()ExportFeatureValuesOperationMetadata> - Overrides:
exportFeatureValuesOperationCallablein classFeaturestoreServiceStub
-
deleteFeatureValuesCallable
- Overrides:
deleteFeatureValuesCallablein classFeaturestoreServiceStub
-
deleteFeatureValuesOperationCallable
public OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse, deleteFeatureValuesOperationCallable()DeleteFeatureValuesOperationMetadata> - Overrides:
deleteFeatureValuesOperationCallablein classFeaturestoreServiceStub
-
searchFeaturesCallable
- Overrides:
searchFeaturesCallablein classFeaturestoreServiceStub
-
searchFeaturesPagedCallable
public UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable()- Overrides:
searchFeaturesPagedCallablein classFeaturestoreServiceStub
-
listLocationsCallable
- Overrides:
listLocationsCallablein classFeaturestoreServiceStub
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()- Overrides:
listLocationsPagedCallablein classFeaturestoreServiceStub
-
getLocationCallable
- Overrides:
getLocationCallablein classFeaturestoreServiceStub
-
setIamPolicyCallable
- Overrides:
setIamPolicyCallablein classFeaturestoreServiceStub
-
getIamPolicyCallable
- Overrides:
getIamPolicyCallablein classFeaturestoreServiceStub
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()- Overrides:
testIamPermissionsCallablein classFeaturestoreServiceStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classFeaturestoreServiceStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-