Class ScheduleServiceStub (3.42.0)

public abstract class ScheduleServiceStub implements BackgroundResource

Base stub class for the ScheduleService service API.

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

Inheritance

java.lang.Object > ScheduleServiceStub

Implements

BackgroundResource

Constructors

ScheduleServiceStub()

public ScheduleServiceStub()

Methods

close()

public abstract void close()

createScheduleCallable()

public UnaryCallable<CreateScheduleRequest,Schedule> createScheduleCallable()
Returns
TypeDescription
UnaryCallable<CreateScheduleRequest,Schedule>

deleteScheduleCallable()

public UnaryCallable<DeleteScheduleRequest,Operation> deleteScheduleCallable()
Returns
TypeDescription
UnaryCallable<DeleteScheduleRequest,Operation>

deleteScheduleOperationCallable()

public OperationCallable<DeleteScheduleRequest,Empty,DeleteOperationMetadata> deleteScheduleOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteScheduleRequest,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

getScheduleCallable()

public UnaryCallable<GetScheduleRequest,Schedule> getScheduleCallable()
Returns
TypeDescription
UnaryCallable<GetScheduleRequest,Schedule>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listSchedulesCallable()

public UnaryCallable<ListSchedulesRequest,ListSchedulesResponse> listSchedulesCallable()
Returns
TypeDescription
UnaryCallable<ListSchedulesRequest,ListSchedulesResponse>

listSchedulesPagedCallable()

public UnaryCallable<ListSchedulesRequest,ScheduleServiceClient.ListSchedulesPagedResponse> listSchedulesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSchedulesRequest,ListSchedulesPagedResponse>

pauseScheduleCallable()

public UnaryCallable<PauseScheduleRequest,Empty> pauseScheduleCallable()
Returns
TypeDescription
UnaryCallable<PauseScheduleRequest,Empty>

resumeScheduleCallable()

public UnaryCallable<ResumeScheduleRequest,Empty> resumeScheduleCallable()
Returns
TypeDescription
UnaryCallable<ResumeScheduleRequest,Empty>

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>

updateScheduleCallable()

public UnaryCallable<UpdateScheduleRequest,Schedule> updateScheduleCallable()
Returns
TypeDescription
UnaryCallable<UpdateScheduleRequest,Schedule>