Uses of Class
com.google.cloud.baremetalsolution.v2.ListVolumesRequest
-
Packages that use ListVolumesRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of ListVolumesRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return ListVolumesRequest Modifier and Type Method Description ListVolumesRequest
ListVolumesRequest.Builder. build()
ListVolumesRequest
ListVolumesRequest.Builder. buildPartial()
static ListVolumesRequest
ListVolumesRequest. getDefaultInstance()
ListVolumesRequest
ListVolumesRequest.Builder. getDefaultInstanceForType()
ListVolumesRequest
ListVolumesRequest. getDefaultInstanceForType()
static ListVolumesRequest
ListVolumesRequest. parseDelimitedFrom(InputStream input)
static ListVolumesRequest
ListVolumesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVolumesRequest
ListVolumesRequest. parseFrom(byte[] data)
static ListVolumesRequest
ListVolumesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVolumesRequest
ListVolumesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListVolumesRequest
ListVolumesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVolumesRequest
ListVolumesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListVolumesRequest
ListVolumesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVolumesRequest
ListVolumesRequest. parseFrom(InputStream input)
static ListVolumesRequest
ListVolumesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVolumesRequest
ListVolumesRequest. parseFrom(ByteBuffer data)
static ListVolumesRequest
ListVolumesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type ListVolumesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListVolumesRequest,ListVolumesResponse>
BareMetalSolutionGrpc. getListVolumesMethod()
com.google.protobuf.Parser<ListVolumesRequest>
ListVolumesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,ListVolumesResponse>
BareMetalSolutionClient. listVolumesCallable()
List storage volumes in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionClient. listVolumesPagedCallable()
List storage volumes in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes.static com.google.protobuf.Parser<ListVolumesRequest>
ListVolumesRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type ListVolumesRequest Modifier and Type Method Description BareMetalSolutionClient.ListVolumesPagedResponse
BareMetalSolutionClient. listVolumes(ListVolumesRequest request)
List storage volumes in a given project and location.default void
BareMetalSolutionGrpc.AsyncService. listVolumes(ListVolumesRequest request, io.grpc.stub.StreamObserver<ListVolumesResponse> responseObserver)
List storage volumes in a given project and location.ListVolumesResponse
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. listVolumes(ListVolumesRequest request)
List storage volumes in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListVolumesResponse>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. listVolumes(ListVolumesRequest request)
List storage volumes in a given project and location.void
BareMetalSolutionGrpc.BareMetalSolutionStub. listVolumes(ListVolumesRequest request, io.grpc.stub.StreamObserver<ListVolumesResponse> responseObserver)
List storage volumes in a given project and location.ListVolumesRequest.Builder
ListVolumesRequest.Builder. mergeFrom(ListVolumesRequest other)
static ListVolumesRequest.Builder
ListVolumesRequest. newBuilder(ListVolumesRequest prototype)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type ListVolumesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionClient.ListVolumesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVolumesRequest,ListVolumesResponse,Volume> context, com.google.api.core.ApiFuture<ListVolumesResponse> futureResponse)
protected BareMetalSolutionClient.ListVolumesPage
BareMetalSolutionClient.ListVolumesPage. createPage(com.google.api.gax.rpc.PageContext<ListVolumesRequest,ListVolumesResponse,Volume> context, ListVolumesResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListVolumesPage>
BareMetalSolutionClient.ListVolumesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListVolumesRequest,ListVolumesResponse,Volume> context, com.google.api.core.ApiFuture<ListVolumesResponse> futureResponse)
-
Uses of ListVolumesRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type ListVolumesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,ListVolumesResponse>
BareMetalSolutionStub. listVolumesCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,ListVolumesResponse>
GrpcBareMetalSolutionStub. listVolumesCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,ListVolumesResponse>
HttpJsonBareMetalSolutionStub. listVolumesCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
GrpcBareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
HttpJsonBareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStubSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStubSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes.
-