- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public class HttpJsonAssetServiceStub extends AssetServiceStub
REST stub implementation for the AssetService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonAssetServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
HttpJsonAssetServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonAssetServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Type | Description |
HttpJsonAssetServiceStub |
Type | Description |
IOException |
create(AssetServiceStubSettings settings)
public static final HttpJsonAssetServiceStub create(AssetServiceStubSettings settings)
Name | Description |
settings | AssetServiceStubSettings |
Type | Description |
HttpJsonAssetServiceStub |
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonAssetServiceStub, 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.
Name | Description |
settings | AssetServiceStubSettings |
clientContext | ClientContext |
HttpJsonAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAssetServiceStub, 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.
Name | Description |
settings | AssetServiceStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
analyzeIamPolicyCallable()
public UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> analyzeIamPolicyCallable()
Type | Description |
UnaryCallable<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
analyzeIamPolicyLongrunningCallable()
public UnaryCallable<AnalyzeIamPolicyLongrunningRequest,Operation> analyzeIamPolicyLongrunningCallable()
Type | Description |
UnaryCallable<AnalyzeIamPolicyLongrunningRequest,Operation> |
analyzeIamPolicyLongrunningOperationCallable()
public OperationCallable<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> analyzeIamPolicyLongrunningOperationCallable()
Type | Description |
OperationCallable<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
analyzeMoveCallable()
public UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> analyzeMoveCallable()
Type | Description |
UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> |
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
batchGetAssetsHistoryCallable()
public UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> batchGetAssetsHistoryCallable()
Type | Description |
UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
batchGetEffectiveIamPoliciesCallable()
public UnaryCallable<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> batchGetEffectiveIamPoliciesCallable()
Type | Description |
UnaryCallable<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> |
close()
public final void close()
createFeedCallable()
public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
Type | Description |
UnaryCallable<CreateFeedRequest,Feed> |
createSavedQueryCallable()
public UnaryCallable<CreateSavedQueryRequest,SavedQuery> createSavedQueryCallable()
Type | Description |
UnaryCallable<CreateSavedQueryRequest,SavedQuery> |
deleteFeedCallable()
public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
Type | Description |
UnaryCallable<DeleteFeedRequest,Empty> |
deleteSavedQueryCallable()
public UnaryCallable<DeleteSavedQueryRequest,Empty> deleteSavedQueryCallable()
Type | Description |
UnaryCallable<DeleteSavedQueryRequest,Empty> |
exportAssetsCallable()
public UnaryCallable<ExportAssetsRequest,Operation> exportAssetsCallable()
Type | Description |
UnaryCallable<ExportAssetsRequest,Operation> |
exportAssetsOperationCallable()
public OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> exportAssetsOperationCallable()
Type | Description |
OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> |
getFeedCallable()
public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
Type | Description |
UnaryCallable<GetFeedRequest,Feed> |
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Type | Description |
HttpJsonOperationsStub |
getSavedQueryCallable()
public UnaryCallable<GetSavedQueryRequest,SavedQuery> getSavedQueryCallable()
Type | Description |
UnaryCallable<GetSavedQueryRequest,SavedQuery> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listAssetsCallable()
public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsResponse> |
listAssetsPagedCallable()
public UnaryCallable<ListAssetsRequest,AssetServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse> |
listFeedsCallable()
public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
Type | Description |
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
listSavedQueriesCallable()
public UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesResponse> listSavedQueriesCallable()
Type | Description |
UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesResponse> |
listSavedQueriesPagedCallable()
public UnaryCallable<ListSavedQueriesRequest,AssetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesPagedCallable()
Type | Description |
UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesPagedResponse> |
queryAssetsCallable()
public UnaryCallable<QueryAssetsRequest,QueryAssetsResponse> queryAssetsCallable()
Type | Description |
UnaryCallable<QueryAssetsRequest,QueryAssetsResponse> |
searchAllIamPoliciesCallable()
public UnaryCallable<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> searchAllIamPoliciesCallable()
Type | Description |
UnaryCallable<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> |
searchAllIamPoliciesPagedCallable()
public UnaryCallable<SearchAllIamPoliciesRequest,AssetServiceClient.SearchAllIamPoliciesPagedResponse> searchAllIamPoliciesPagedCallable()
Type | Description |
UnaryCallable<SearchAllIamPoliciesRequest,SearchAllIamPoliciesPagedResponse> |
searchAllResourcesCallable()
public UnaryCallable<SearchAllResourcesRequest,SearchAllResourcesResponse> searchAllResourcesCallable()
Type | Description |
UnaryCallable<SearchAllResourcesRequest,SearchAllResourcesResponse> |
searchAllResourcesPagedCallable()
public UnaryCallable<SearchAllResourcesRequest,AssetServiceClient.SearchAllResourcesPagedResponse> searchAllResourcesPagedCallable()
Type | Description |
UnaryCallable<SearchAllResourcesRequest,SearchAllResourcesPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateFeedCallable()
public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
Type | Description |
UnaryCallable<UpdateFeedRequest,Feed> |
updateSavedQueryCallable()
public UnaryCallable<UpdateSavedQueryRequest,SavedQuery> updateSavedQueryCallable()
Type | Description |
UnaryCallable<UpdateSavedQueryRequest,SavedQuery> |