@Generated(value="by gapic-generator-java") public class GrpcAssetServiceStub extends AssetServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcAssetServiceStub(AssetServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcAssetServiceStub, using the given settings.
|
protected |
GrpcAssetServiceStub(AssetServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAssetServiceStub, using the given settings.
|
getHttpJsonOperationsStub
protected GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcAssetServiceStub create(AssetServiceStubSettings settings) throws IOException
IOException
public static final GrpcAssetServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcAssetServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public GrpcOperationsStub getOperationsStub()
getOperationsStub
in class AssetServiceStub
public UnaryCallable<ExportAssetsRequest,Operation> exportAssetsCallable()
exportAssetsCallable
in class AssetServiceStub
public OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> exportAssetsOperationCallable()
exportAssetsOperationCallable
in class AssetServiceStub
public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
listAssetsCallable
in class AssetServiceStub
public UnaryCallable<ListAssetsRequest,AssetServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()
listAssetsPagedCallable
in class AssetServiceStub
public UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> batchGetAssetsHistoryCallable()
batchGetAssetsHistoryCallable
in class AssetServiceStub
public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
createFeedCallable
in class AssetServiceStub
public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
getFeedCallable
in class AssetServiceStub
public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
listFeedsCallable
in class AssetServiceStub
public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
updateFeedCallable
in class AssetServiceStub
public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
deleteFeedCallable
in class AssetServiceStub
public UnaryCallable<SearchAllResourcesRequest,SearchAllResourcesResponse> searchAllResourcesCallable()
searchAllResourcesCallable
in class AssetServiceStub
public UnaryCallable<SearchAllResourcesRequest,AssetServiceClient.SearchAllResourcesPagedResponse> searchAllResourcesPagedCallable()
searchAllResourcesPagedCallable
in class AssetServiceStub
public UnaryCallable<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> searchAllIamPoliciesCallable()
searchAllIamPoliciesCallable
in class AssetServiceStub
public UnaryCallable<SearchAllIamPoliciesRequest,AssetServiceClient.SearchAllIamPoliciesPagedResponse> searchAllIamPoliciesPagedCallable()
searchAllIamPoliciesPagedCallable
in class AssetServiceStub
public UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> analyzeIamPolicyCallable()
analyzeIamPolicyCallable
in class AssetServiceStub
public UnaryCallable<AnalyzeIamPolicyLongrunningRequest,Operation> analyzeIamPolicyLongrunningCallable()
analyzeIamPolicyLongrunningCallable
in class AssetServiceStub
public OperationCallable<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> analyzeIamPolicyLongrunningOperationCallable()
analyzeIamPolicyLongrunningOperationCallable
in class AssetServiceStub
public UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> analyzeMoveCallable()
analyzeMoveCallable
in class AssetServiceStub
public UnaryCallable<QueryAssetsRequest,QueryAssetsResponse> queryAssetsCallable()
queryAssetsCallable
in class AssetServiceStub
public UnaryCallable<CreateSavedQueryRequest,SavedQuery> createSavedQueryCallable()
createSavedQueryCallable
in class AssetServiceStub
public UnaryCallable<GetSavedQueryRequest,SavedQuery> getSavedQueryCallable()
getSavedQueryCallable
in class AssetServiceStub
public UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesResponse> listSavedQueriesCallable()
listSavedQueriesCallable
in class AssetServiceStub
public UnaryCallable<ListSavedQueriesRequest,AssetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesPagedCallable()
listSavedQueriesPagedCallable
in class AssetServiceStub
public UnaryCallable<UpdateSavedQueryRequest,SavedQuery> updateSavedQueryCallable()
updateSavedQueryCallable
in class AssetServiceStub
public UnaryCallable<DeleteSavedQueryRequest,Empty> deleteSavedQueryCallable()
deleteSavedQueryCallable
in class AssetServiceStub
public UnaryCallable<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> batchGetEffectiveIamPoliciesCallable()
batchGetEffectiveIamPoliciesCallable
in class AssetServiceStub
public final void close()
close
in interface AutoCloseable
close
in class AssetServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.