Class ScheduleServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.ScheduleServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcScheduleServiceStub
@Generated("by gapic-generator-java")
public abstract class ScheduleServiceStub
extends Object
implements BackgroundResource
Base stub class for the ScheduleService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteScheduleRequest,com.google.protobuf.Empty, DeleteOperationMetadata> UnaryCallable<PauseScheduleRequest,com.google.protobuf.Empty> UnaryCallable<ResumeScheduleRequest,com.google.protobuf.Empty> 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
-
ScheduleServiceStub
public ScheduleServiceStub()
-
-
Method Details
-
getOperationsStub
-
createScheduleCallable
-
deleteScheduleOperationCallable
public OperationCallable<DeleteScheduleRequest,com.google.protobuf.Empty, deleteScheduleOperationCallable()DeleteOperationMetadata> -
deleteScheduleCallable
-
getScheduleCallable
-
listSchedulesPagedCallable
public UnaryCallable<ListSchedulesRequest,ScheduleServiceClient.ListSchedulesPagedResponse> listSchedulesPagedCallable() -
listSchedulesCallable
-
pauseScheduleCallable
-
resumeScheduleCallable
-
updateScheduleCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ScheduleServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-