- 0.48.0 (latest)
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public class HttpJsonAnalyticsHubServiceStub extends AnalyticsHubServiceStub
REST stub implementation for the AnalyticsHubService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonAnalyticsHubServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonAnalyticsHubServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonAnalyticsHubServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonAnalyticsHubServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(AnalyticsHubServiceStubSettings settings)
public static final HttpJsonAnalyticsHubServiceStub create(AnalyticsHubServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | AnalyticsHubServiceStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonAnalyticsHubServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonAnalyticsHubServiceStub(AnalyticsHubServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonAnalyticsHubServiceStub(AnalyticsHubServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonAnalyticsHubServiceStub, 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.
Parameters | |
---|---|
Name | Description |
settings | AnalyticsHubServiceStubSettings |
clientContext | ClientContext |
HttpJsonAnalyticsHubServiceStub(AnalyticsHubServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonAnalyticsHubServiceStub(AnalyticsHubServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAnalyticsHubServiceStub, 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.
Parameters | |
---|---|
Name | Description |
settings | AnalyticsHubServiceStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final void close()
createDataExchangeCallable()
public UnaryCallable<CreateDataExchangeRequest,DataExchange> createDataExchangeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateDataExchangeRequest,DataExchange> |
createListingCallable()
public UnaryCallable<CreateListingRequest,Listing> createListingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateListingRequest,Listing> |
deleteDataExchangeCallable()
public UnaryCallable<DeleteDataExchangeRequest,Empty> deleteDataExchangeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteDataExchangeRequest,Empty> |
deleteListingCallable()
public UnaryCallable<DeleteListingRequest,Empty> deleteListingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteListingRequest,Empty> |
getDataExchangeCallable()
public UnaryCallable<GetDataExchangeRequest,DataExchange> getDataExchangeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetDataExchangeRequest,DataExchange> |
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getListingCallable()
public UnaryCallable<GetListingRequest,Listing> getListingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetListingRequest,Listing> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listDataExchangesCallable()
public UnaryCallable<ListDataExchangesRequest,ListDataExchangesResponse> listDataExchangesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDataExchangesRequest,ListDataExchangesResponse> |
listDataExchangesPagedCallable()
public UnaryCallable<ListDataExchangesRequest,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> listDataExchangesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListDataExchangesRequest,ListDataExchangesPagedResponse> |
listListingsCallable()
public UnaryCallable<ListListingsRequest,ListListingsResponse> listListingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListListingsRequest,ListListingsResponse> |
listListingsPagedCallable()
public UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse> listListingsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListListingsRequest,ListListingsPagedResponse> |
listOrgDataExchangesCallable()
public UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> listOrgDataExchangesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> |
listOrgDataExchangesPagedCallable()
public UnaryCallable<ListOrgDataExchangesRequest,AnalyticsHubServiceClient.ListOrgDataExchangesPagedResponse> listOrgDataExchangesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesPagedResponse> |
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
subscribeListingCallable()
public UnaryCallable<SubscribeListingRequest,SubscribeListingResponse> subscribeListingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SubscribeListingRequest,SubscribeListingResponse> |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
updateDataExchangeCallable()
public UnaryCallable<UpdateDataExchangeRequest,DataExchange> updateDataExchangeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateDataExchangeRequest,DataExchange> |
updateListingCallable()
public UnaryCallable<UpdateListingRequest,Listing> updateListingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateListingRequest,Listing> |