Class ScheduleServiceStub (3.44.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
Type Description
UnaryCallable<CreateScheduleRequest,Schedule>

deleteScheduleCallable()

public UnaryCallable<DeleteScheduleRequest,Operation> deleteScheduleCallable()
Returns
Type Description
UnaryCallable<DeleteScheduleRequest,Operation>

deleteScheduleOperationCallable()

public OperationCallable<DeleteScheduleRequest,Empty,DeleteOperationMetadata> deleteScheduleOperationCallable()
Returns
Type Description
OperationCallable<DeleteScheduleRequest,Empty,DeleteOperationMetadata>

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getScheduleCallable()

public UnaryCallable<GetScheduleRequest,Schedule> getScheduleCallable()
Returns
Type Description
UnaryCallable<GetScheduleRequest,Schedule>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listSchedulesCallable()

public UnaryCallable<ListSchedulesRequest,ListSchedulesResponse> listSchedulesCallable()
Returns
Type Description
UnaryCallable<ListSchedulesRequest,ListSchedulesResponse>

listSchedulesPagedCallable()

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

pauseScheduleCallable()

public UnaryCallable<PauseScheduleRequest,Empty> pauseScheduleCallable()
Returns
Type Description
UnaryCallable<PauseScheduleRequest,Empty>

resumeScheduleCallable()

public UnaryCallable<ResumeScheduleRequest,Empty> resumeScheduleCallable()
Returns
Type Description
UnaryCallable<ResumeScheduleRequest,Empty>

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateScheduleCallable()

public UnaryCallable<UpdateScheduleRequest,Schedule> updateScheduleCallable()
Returns
Type Description
UnaryCallable<UpdateScheduleRequest,Schedule>