@BetaApi @Generated(value="by gapic-generator-java") public abstract class PersistentResourceServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
PersistentResourceServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreatePersistentResourceRequest,com.google.longrunning.Operation> |
createPersistentResourceCallable() |
com.google.api.gax.rpc.OperationCallable<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> |
createPersistentResourceOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeletePersistentResourceRequest,com.google.longrunning.Operation> |
deletePersistentResourceCallable() |
com.google.api.gax.rpc.OperationCallable<DeletePersistentResourceRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deletePersistentResourceOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetPersistentResourceRequest,PersistentResource> |
getPersistentResourceCallable() |
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,PersistentResourceServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> |
listPersistentResourcesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> |
listPersistentResourcesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdatePersistentResourceRequest,com.google.longrunning.Operation> |
updatePersistentResourceCallable() |
com.google.api.gax.rpc.OperationCallable<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> |
updatePersistentResourceOperationCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.rpc.OperationCallable<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreatePersistentResourceRequest,com.google.longrunning.Operation> createPersistentResourceCallable()
public com.google.api.gax.rpc.UnaryCallable<GetPersistentResourceRequest,PersistentResource> getPersistentResourceCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> listPersistentResourcesCallable()
public com.google.api.gax.rpc.OperationCallable<DeletePersistentResourceRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deletePersistentResourceOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeletePersistentResourceRequest,com.google.longrunning.Operation> deletePersistentResourceCallable()
public com.google.api.gax.rpc.OperationCallable<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdatePersistentResourceRequest,com.google.longrunning.Operation> updatePersistentResourceCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PersistentResourceServiceClient.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 com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2023 Google LLC. All rights reserved.