Class ChangelogsStub (0.22.0)

public abstract class ChangelogsStub implements BackgroundResource

Base stub class for the Changelogs service API.

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

Inheritance

java.lang.Object > ChangelogsStub

Implements

BackgroundResource

Constructors

ChangelogsStub()

public ChangelogsStub()

Methods

close()

public abstract void close()

getChangelogCallable()

public UnaryCallable<GetChangelogRequest,Changelog> getChangelogCallable()
Returns
TypeDescription
UnaryCallable<GetChangelogRequest,Changelog>

getLocationCallable()

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

listChangelogsCallable()

public UnaryCallable<ListChangelogsRequest,ListChangelogsResponse> listChangelogsCallable()
Returns
TypeDescription
UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>

listChangelogsPagedCallable()

public UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse> listChangelogsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListChangelogsRequest,ListChangelogsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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