Class AnalyticsHubServiceStub (2.8.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
TypeDescription
UnaryCallable<CreateDataExchangeRequest,DataExchange>

createListingCallable()

public UnaryCallable<CreateListingRequest,Listing> createListingCallable()
Returns
TypeDescription
UnaryCallable<CreateListingRequest,Listing>

deleteDataExchangeCallable()

public UnaryCallable<DeleteDataExchangeRequest,Empty> deleteDataExchangeCallable()
Returns
TypeDescription
UnaryCallable<DeleteDataExchangeRequest,Empty>

deleteListingCallable()

public UnaryCallable<DeleteListingRequest,Empty> deleteListingCallable()
Returns
TypeDescription
UnaryCallable<DeleteListingRequest,Empty>

getDataExchangeCallable()

public UnaryCallable<GetDataExchangeRequest,DataExchange> getDataExchangeCallable()
Returns
TypeDescription
UnaryCallable<GetDataExchangeRequest,DataExchange>

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
TypeDescription
UnaryCallable<GetListingRequest,Listing>

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
TypeDescription
UnaryCallable<ListDataExchangesRequest,ListDataExchangesResponse>

listDataExchangesPagedCallable()

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

listListingsCallable()

public UnaryCallable<ListListingsRequest,ListListingsResponse> listListingsCallable()
Returns
TypeDescription
UnaryCallable<ListListingsRequest,ListListingsResponse>

listListingsPagedCallable()

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

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
TypeDescription
UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse>

listOrgDataExchangesPagedCallable()

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

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
TypeDescription
UnaryCallable<SubscribeListingRequest,SubscribeListingResponse>

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
TypeDescription
UnaryCallable<UpdateDataExchangeRequest,DataExchange>

updateListingCallable()

public UnaryCallable<UpdateListingRequest,Listing> updateListingCallable()
Returns
TypeDescription
UnaryCallable<UpdateListingRequest,Listing>