Class PersistentResourceServiceStub (3.42.0)

public abstract class PersistentResourceServiceStub implements BackgroundResource

Base stub class for the PersistentResourceService service API.

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

Inheritance

java.lang.Object > PersistentResourceServiceStub

Implements

BackgroundResource

Constructors

PersistentResourceServiceStub()

public PersistentResourceServiceStub()

Methods

close()

public abstract void close()

createPersistentResourceCallable()

public UnaryCallable<CreatePersistentResourceRequest,Operation> createPersistentResourceCallable()
Returns
TypeDescription
UnaryCallable<CreatePersistentResourceRequest,Operation>

createPersistentResourceOperationCallable()

public OperationCallable<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceOperationCallable()
Returns
TypeDescription
OperationCallable<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata>

deletePersistentResourceCallable()

public UnaryCallable<DeletePersistentResourceRequest,Operation> deletePersistentResourceCallable()
Returns
TypeDescription
UnaryCallable<DeletePersistentResourceRequest,Operation>

deletePersistentResourceOperationCallable()

public OperationCallable<DeletePersistentResourceRequest,Empty,DeleteOperationMetadata> deletePersistentResourceOperationCallable()
Returns
TypeDescription
OperationCallable<DeletePersistentResourceRequest,Empty,DeleteOperationMetadata>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getPersistentResourceCallable()

public UnaryCallable<GetPersistentResourceRequest,PersistentResource> getPersistentResourceCallable()
Returns
TypeDescription
UnaryCallable<GetPersistentResourceRequest,PersistentResource>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listPersistentResourcesCallable()

public UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> listPersistentResourcesCallable()
Returns
TypeDescription
UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse>

listPersistentResourcesPagedCallable()

public UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updatePersistentResourceCallable()

public UnaryCallable<UpdatePersistentResourceRequest,Operation> updatePersistentResourceCallable()
Returns
TypeDescription
UnaryCallable<UpdatePersistentResourceRequest,Operation>

updatePersistentResourceOperationCallable()

public OperationCallable<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceOperationCallable()
Returns
TypeDescription
OperationCallable<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata>