@BetaApi @Generated(value="by gapic-generator-java") public abstract class PlaybooksStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
PlaybooksStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreatePlaybookRequest,Playbook> |
createPlaybookCallable() |
com.google.api.gax.rpc.UnaryCallable<CreatePlaybookVersionRequest,PlaybookVersion> |
createPlaybookVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<DeletePlaybookRequest,com.google.protobuf.Empty> |
deletePlaybookCallable() |
com.google.api.gax.rpc.UnaryCallable<DeletePlaybookVersionRequest,com.google.protobuf.Empty> |
deletePlaybookVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetPlaybookRequest,Playbook> |
getPlaybookCallable() |
com.google.api.gax.rpc.UnaryCallable<GetPlaybookVersionRequest,PlaybookVersion> |
getPlaybookVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PlaybooksClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,ListPlaybooksResponse> |
listPlaybooksCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> |
listPlaybooksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse> |
listPlaybookVersionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybookVersionsRequest,PlaybooksClient.ListPlaybookVersionsPagedResponse> |
listPlaybookVersionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdatePlaybookRequest,Playbook> |
updatePlaybookCallable() |
public com.google.api.gax.rpc.UnaryCallable<CreatePlaybookRequest,Playbook> createPlaybookCallable()
public com.google.api.gax.rpc.UnaryCallable<DeletePlaybookRequest,com.google.protobuf.Empty> deletePlaybookCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> listPlaybooksPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,ListPlaybooksResponse> listPlaybooksCallable()
public com.google.api.gax.rpc.UnaryCallable<GetPlaybookRequest,Playbook> getPlaybookCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdatePlaybookRequest,Playbook> updatePlaybookCallable()
public com.google.api.gax.rpc.UnaryCallable<CreatePlaybookVersionRequest,PlaybookVersion> createPlaybookVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<GetPlaybookVersionRequest,PlaybookVersion> getPlaybookVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPlaybookVersionsRequest,PlaybooksClient.ListPlaybookVersionsPagedResponse> listPlaybookVersionsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse> listPlaybookVersionsCallable()
public com.google.api.gax.rpc.UnaryCallable<DeletePlaybookVersionRequest,com.google.protobuf.Empty> deletePlaybookVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PlaybooksClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.