Class PlaybooksStub (0.52.0)

public abstract class PlaybooksStub implements BackgroundResource

Base stub class for the Playbooks service API.

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

Inheritance

java.lang.Object > PlaybooksStub

Implements

BackgroundResource

Constructors

PlaybooksStub()

public PlaybooksStub()

Methods

close()

public abstract void close()

createPlaybookCallable()

public UnaryCallable<CreatePlaybookRequest,Playbook> createPlaybookCallable()
Returns
TypeDescription
UnaryCallable<CreatePlaybookRequest,Playbook>

createPlaybookVersionCallable()

public UnaryCallable<CreatePlaybookVersionRequest,PlaybookVersion> createPlaybookVersionCallable()
Returns
TypeDescription
UnaryCallable<CreatePlaybookVersionRequest,PlaybookVersion>

deletePlaybookCallable()

public UnaryCallable<DeletePlaybookRequest,Empty> deletePlaybookCallable()
Returns
TypeDescription
UnaryCallable<DeletePlaybookRequest,Empty>

deletePlaybookVersionCallable()

public UnaryCallable<DeletePlaybookVersionRequest,Empty> deletePlaybookVersionCallable()
Returns
TypeDescription
UnaryCallable<DeletePlaybookVersionRequest,Empty>

getLocationCallable()

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

getPlaybookCallable()

public UnaryCallable<GetPlaybookRequest,Playbook> getPlaybookCallable()
Returns
TypeDescription
UnaryCallable<GetPlaybookRequest,Playbook>

getPlaybookVersionCallable()

public UnaryCallable<GetPlaybookVersionRequest,PlaybookVersion> getPlaybookVersionCallable()
Returns
TypeDescription
UnaryCallable<GetPlaybookVersionRequest,PlaybookVersion>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listPlaybookVersionsCallable()

public UnaryCallable<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse> listPlaybookVersionsCallable()
Returns
TypeDescription
UnaryCallable<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse>

listPlaybookVersionsPagedCallable()

public UnaryCallable<ListPlaybookVersionsRequest,PlaybooksClient.ListPlaybookVersionsPagedResponse> listPlaybookVersionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPlaybookVersionsRequest,ListPlaybookVersionsPagedResponse>

listPlaybooksCallable()

public UnaryCallable<ListPlaybooksRequest,ListPlaybooksResponse> listPlaybooksCallable()
Returns
TypeDescription
UnaryCallable<ListPlaybooksRequest,ListPlaybooksResponse>

listPlaybooksPagedCallable()

public UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> listPlaybooksPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPlaybooksRequest,ListPlaybooksPagedResponse>

updatePlaybookCallable()

public UnaryCallable<UpdatePlaybookRequest,Playbook> updatePlaybookCallable()
Returns
TypeDescription
UnaryCallable<UpdatePlaybookRequest,Playbook>