Class AssetServiceStub (3.7.2-SNAPSHOT)

public abstract class AssetServiceStub implements BackgroundResource

Base stub class for the AssetService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AssetServiceStub

Implements

BackgroundResource

Constructors

AssetServiceStub()

public AssetServiceStub()

Methods

analyzeIamPolicyCallable()

public UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> analyzeIamPolicyCallable()

analyzeIamPolicyLongrunningCallable()

public UnaryCallable<AnalyzeIamPolicyLongrunningRequest,Operation> analyzeIamPolicyLongrunningCallable()

analyzeIamPolicyLongrunningOperationCallable()

public OperationCallable<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> analyzeIamPolicyLongrunningOperationCallable()

analyzeMoveCallable()

public UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> analyzeMoveCallable()

batchGetAssetsHistoryCallable()

public UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> batchGetAssetsHistoryCallable()

batchGetEffectiveIamPoliciesCallable()

public UnaryCallable<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> batchGetEffectiveIamPoliciesCallable()

close()

public abstract void close()

createFeedCallable()

public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
Returns
Type Description
UnaryCallable<CreateFeedRequest,Feed>

createSavedQueryCallable()

public UnaryCallable<CreateSavedQueryRequest,SavedQuery> createSavedQueryCallable()

deleteFeedCallable()

public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
Returns
Type Description
UnaryCallable<DeleteFeedRequest,Empty>

deleteSavedQueryCallable()

public UnaryCallable<DeleteSavedQueryRequest,Empty> deleteSavedQueryCallable()
Returns
Type Description
UnaryCallable<DeleteSavedQueryRequest,Empty>

exportAssetsCallable()

public UnaryCallable<ExportAssetsRequest,Operation> exportAssetsCallable()
Returns
Type Description
UnaryCallable<ExportAssetsRequest,Operation>

exportAssetsOperationCallable()

public OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> exportAssetsOperationCallable()

getFeedCallable()

public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
Returns
Type Description
UnaryCallable<GetFeedRequest,Feed>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getSavedQueryCallable()

public UnaryCallable<GetSavedQueryRequest,SavedQuery> getSavedQueryCallable()
Returns
Type Description
UnaryCallable<GetSavedQueryRequest,SavedQuery>

listAssetsCallable()

public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()

listAssetsPagedCallable()

public UnaryCallable<ListAssetsRequest,AssetServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()

listFeedsCallable()

public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()

listSavedQueriesCallable()

public UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesResponse> listSavedQueriesCallable()

listSavedQueriesPagedCallable()

public UnaryCallable<ListSavedQueriesRequest,AssetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesPagedCallable()

queryAssetsCallable()

public UnaryCallable<QueryAssetsRequest,QueryAssetsResponse> queryAssetsCallable()

searchAllIamPoliciesCallable()

public UnaryCallable<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> searchAllIamPoliciesCallable()

searchAllIamPoliciesPagedCallable()

public UnaryCallable<SearchAllIamPoliciesRequest,AssetServiceClient.SearchAllIamPoliciesPagedResponse> searchAllIamPoliciesPagedCallable()

searchAllResourcesCallable()

public UnaryCallable<SearchAllResourcesRequest,SearchAllResourcesResponse> searchAllResourcesCallable()

searchAllResourcesPagedCallable()

public UnaryCallable<SearchAllResourcesRequest,AssetServiceClient.SearchAllResourcesPagedResponse> searchAllResourcesPagedCallable()

updateFeedCallable()

public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
Returns
Type Description
UnaryCallable<UpdateFeedRequest,Feed>

updateSavedQueryCallable()

public UnaryCallable<UpdateSavedQueryRequest,SavedQuery> updateSavedQueryCallable()