Class KeyTrackingServiceStub
- java.lang.Object
-
- com.google.cloud.kms.inventory.v1.stub.KeyTrackingServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcKeyTrackingServiceStub,HttpJsonKeyTrackingServiceStub
@Generated("by gapic-generator-java") public abstract class KeyTrackingServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the KeyTrackingService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description KeyTrackingServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary>getProtectedResourcesSummaryCallable()com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse>searchProtectedResourcesCallable()com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>searchProtectedResourcesPagedCallable()
-
-
-
Method Detail
-
getProtectedResourcesSummaryCallable
public com.google.api.gax.rpc.UnaryCallable<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary> getProtectedResourcesSummaryCallable()
-
searchProtectedResourcesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse> searchProtectedResourcesPagedCallable()
-
searchProtectedResourcesCallable
public com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse> searchProtectedResourcesCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-