Class ReservationsStub (1.6.0-beta)

public abstract class ReservationsStub implements BackgroundResource

Base stub class for the Reservations service API.

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

Inheritance

java.lang.Object > ReservationsStub

Implements

BackgroundResource

Constructors

ReservationsStub()

public ReservationsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListReservationsRequest,ReservationAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListReservationsRequest,ReservationAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListReservationsRequest,ReservationsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListReservationsRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteReservationRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteReservationRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteReservationRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteReservationRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetReservationRequest,Reservation> getCallable()
Returns
TypeDescription
UnaryCallable<GetReservationRequest,Reservation>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyReservationRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetIamPolicyReservationRequest,Policy>

insertCallable()

public UnaryCallable<InsertReservationRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertReservationRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertReservationRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertReservationRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListReservationsRequest,ReservationList> listCallable()
Returns
TypeDescription
UnaryCallable<ListReservationsRequest,ReservationList>

listPagedCallable()

public UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListReservationsRequest,ListPagedResponse>

resizeCallable()

public UnaryCallable<ResizeReservationRequest,Operation> resizeCallable()
Returns
TypeDescription
UnaryCallable<ResizeReservationRequest,Operation>

resizeOperationCallable()

public OperationCallable<ResizeReservationRequest,Operation,Operation> resizeOperationCallable()
Returns
TypeDescription
OperationCallable<ResizeReservationRequest,Operation,Operation>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyReservationRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<SetIamPolicyReservationRequest,Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsReservationRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsReservationRequest,TestPermissionsResponse>