Class ApiHubDependenciesStub (0.1.0)

public abstract class ApiHubDependenciesStub implements BackgroundResource

Base stub class for the ApiHubDependencies service API.

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

Inheritance

java.lang.Object > ApiHubDependenciesStub

Implements

BackgroundResource

Constructors

ApiHubDependenciesStub()

public ApiHubDependenciesStub()

Methods

close()

public abstract void close()

createDependencyCallable()

public UnaryCallable<CreateDependencyRequest,Dependency> createDependencyCallable()
Returns
Type Description
UnaryCallable<CreateDependencyRequest,Dependency>

deleteDependencyCallable()

public UnaryCallable<DeleteDependencyRequest,Empty> deleteDependencyCallable()
Returns
Type Description
UnaryCallable<DeleteDependencyRequest,Empty>

getDependencyCallable()

public UnaryCallable<GetDependencyRequest,Dependency> getDependencyCallable()
Returns
Type Description
UnaryCallable<GetDependencyRequest,Dependency>

getLocationCallable()

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

listDependenciesCallable()

public UnaryCallable<ListDependenciesRequest,ListDependenciesResponse> listDependenciesCallable()
Returns
Type Description
UnaryCallable<ListDependenciesRequest,ListDependenciesResponse>

listDependenciesPagedCallable()

public UnaryCallable<ListDependenciesRequest,ApiHubDependenciesClient.ListDependenciesPagedResponse> listDependenciesPagedCallable()
Returns
Type Description
UnaryCallable<ListDependenciesRequest,ListDependenciesPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ApiHubDependenciesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateDependencyCallable()

public UnaryCallable<UpdateDependencyRequest,Dependency> updateDependencyCallable()
Returns
Type Description
UnaryCallable<UpdateDependencyRequest,Dependency>