Class PersistentResourceServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.PersistentResourceServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcPersistentResourceServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class PersistentResourceServiceStub
extends Object
implements BackgroundResource
Base stub class for the PersistentResourceService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<CreatePersistentResourceRequest,PersistentResource, CreatePersistentResourceOperationMetadata> OperationCallable<DeletePersistentResourceRequest,com.google.protobuf.Empty, DeleteOperationMetadata> UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> OperationCallable<RebootPersistentResourceRequest,PersistentResource, RebootPersistentResourceOperationMetadata> OperationCallable<UpdatePersistentResourceRequest,PersistentResource, UpdatePersistentResourceOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
PersistentResourceServiceStub
public PersistentResourceServiceStub()
-
-
Method Details
-
getOperationsStub
-
createPersistentResourceOperationCallable
public OperationCallable<CreatePersistentResourceRequest,PersistentResource, createPersistentResourceOperationCallable()CreatePersistentResourceOperationMetadata> -
createPersistentResourceCallable
-
getPersistentResourceCallable
public UnaryCallable<GetPersistentResourceRequest,PersistentResource> getPersistentResourceCallable() -
listPersistentResourcesPagedCallable
public UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesPagedCallable() -
listPersistentResourcesCallable
public UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> listPersistentResourcesCallable() -
deletePersistentResourceOperationCallable
public OperationCallable<DeletePersistentResourceRequest,com.google.protobuf.Empty, deletePersistentResourceOperationCallable()DeleteOperationMetadata> -
deletePersistentResourceCallable
-
updatePersistentResourceOperationCallable
public OperationCallable<UpdatePersistentResourceRequest,PersistentResource, updatePersistentResourceOperationCallable()UpdatePersistentResourceOperationMetadata> -
updatePersistentResourceCallable
-
rebootPersistentResourceOperationCallable
public OperationCallable<RebootPersistentResourceRequest,PersistentResource, rebootPersistentResourceOperationCallable()RebootPersistentResourceOperationMetadata> -
rebootPersistentResourceCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,PersistentResourceServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-