Uses of Class
com.google.cloud.compute.v1.ListReservationsRequest
-
Packages that use ListReservationsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListReservationsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListReservationsRequest Modifier and Type Method Description ListReservationsRequest
ListReservationsRequest.Builder. build()
ListReservationsRequest
ListReservationsRequest.Builder. buildPartial()
static ListReservationsRequest
ListReservationsRequest. getDefaultInstance()
ListReservationsRequest
ListReservationsRequest.Builder. getDefaultInstanceForType()
ListReservationsRequest
ListReservationsRequest. getDefaultInstanceForType()
static ListReservationsRequest
ListReservationsRequest. parseDelimitedFrom(InputStream input)
static ListReservationsRequest
ListReservationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(byte[] data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(InputStream input)
static ListReservationsRequest
ListReservationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(ByteBuffer data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListReservationsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListReservationsRequest>
ListReservationsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationList>
ReservationsClient. listCallable()
A list of all the reservations that have been configured for the specified project in specified zone.com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
ReservationsClient. listPagedCallable()
A list of all the reservations that have been configured for the specified project in specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListReservationsRequest>
ListReservationsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListReservationsRequest Modifier and Type Method Description ReservationsClient.ListPagedResponse
ReservationsClient. list(ListReservationsRequest request)
A list of all the reservations that have been configured for the specified project in specified zone.ListReservationsRequest.Builder
ListReservationsRequest.Builder. mergeFrom(ListReservationsRequest other)
static ListReservationsRequest.Builder
ListReservationsRequest. newBuilder(ListReservationsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListReservationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ReservationsClient.ListPagedResponse>
ReservationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, com.google.api.core.ApiFuture<ReservationList> futureResponse)
protected ReservationsClient.ListPage
ReservationsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, ReservationList response)
com.google.api.core.ApiFuture<ReservationsClient.ListPage>
ReservationsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, com.google.api.core.ApiFuture<ReservationList> futureResponse)
-
Uses of ListReservationsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListReservationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationList>
HttpJsonReservationsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationList>
ReservationsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
HttpJsonReservationsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
ReservationsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-