Class AnalyticsHubServiceStub (2.0.0)

public abstract class AnalyticsHubServiceStub implements BackgroundResource

Base stub class for the AnalyticsHubService service API.

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

Inheritance

java.lang.Object > AnalyticsHubServiceStub

Implements

BackgroundResource

Constructors

AnalyticsHubServiceStub()

public AnalyticsHubServiceStub()

Methods

close()

public abstract void close()

createDataExchangeCallable()

public UnaryCallable<CreateDataExchangeRequest,DataExchange> createDataExchangeCallable()
Returns

createListingCallable()

public UnaryCallable<CreateListingRequest,Listing> createListingCallable()
Returns

deleteDataExchangeCallable()

public UnaryCallable<DeleteDataExchangeRequest,Empty> deleteDataExchangeCallable()
Returns

deleteListingCallable()

public UnaryCallable<DeleteListingRequest,Empty> deleteListingCallable()
Returns

getDataExchangeCallable()

public UnaryCallable<GetDataExchangeRequest,DataExchange> getDataExchangeCallable()
Returns

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getListingCallable()

public UnaryCallable<GetListingRequest,Listing> getListingCallable()
Returns

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listDataExchangesCallable()

public UnaryCallable<ListDataExchangesRequest,ListDataExchangesResponse> listDataExchangesCallable()
Returns

listDataExchangesPagedCallable()

public UnaryCallable<ListDataExchangesRequest,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> listDataExchangesPagedCallable()
Returns

listListingsCallable()

public UnaryCallable<ListListingsRequest,ListListingsResponse> listListingsCallable()
Returns

listListingsPagedCallable()

public UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse> listListingsPagedCallable()
Returns

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,AnalyticsHubServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listOrgDataExchangesCallable()

public UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> listOrgDataExchangesCallable()
Returns

listOrgDataExchangesPagedCallable()

public UnaryCallable<ListOrgDataExchangesRequest,AnalyticsHubServiceClient.ListOrgDataExchangesPagedResponse> listOrgDataExchangesPagedCallable()
Returns

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

subscribeListingCallable()

public UnaryCallable<SubscribeListingRequest,SubscribeListingResponse> subscribeListingCallable()
Returns

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateDataExchangeCallable()

public UnaryCallable<UpdateDataExchangeRequest,DataExchange> updateDataExchangeCallable()
Returns

updateListingCallable()

public UnaryCallable<UpdateListingRequest,Listing> updateListingCallable()
Returns