Uses of Class
com.google.cloud.baremetalsolution.v2.CreateVolumeSnapshotRequest
-
Packages that use CreateVolumeSnapshotRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of CreateVolumeSnapshotRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return CreateVolumeSnapshotRequest Modifier and Type Method Description CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest.Builder. build()
CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest.Builder. buildPartial()
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. getDefaultInstance()
CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest.Builder. getDefaultInstanceForType()
CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. getDefaultInstanceForType()
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseDelimitedFrom(InputStream input)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(byte[] data)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(InputStream input)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(ByteBuffer data)
static CreateVolumeSnapshotRequest
CreateVolumeSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type CreateVolumeSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionClient. createVolumeSnapshotCallable()
Takes a snapshot of a boot volume.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionSettings.Builder. createVolumeSnapshotSettings()
Returns the builder for the settings used for calls to createVolumeSnapshot.com.google.api.gax.rpc.UnaryCallSettings<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionSettings. createVolumeSnapshotSettings()
Returns the object with the settings used for calls to createVolumeSnapshot.static io.grpc.MethodDescriptor<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionGrpc. getCreateVolumeSnapshotMethod()
com.google.protobuf.Parser<CreateVolumeSnapshotRequest>
CreateVolumeSnapshotRequest. getParserForType()
static com.google.protobuf.Parser<CreateVolumeSnapshotRequest>
CreateVolumeSnapshotRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type CreateVolumeSnapshotRequest Modifier and Type Method Description VolumeSnapshot
BareMetalSolutionClient. createVolumeSnapshot(CreateVolumeSnapshotRequest request)
Takes a snapshot of a boot volume.default void
BareMetalSolutionGrpc.AsyncService. createVolumeSnapshot(CreateVolumeSnapshotRequest request, io.grpc.stub.StreamObserver<VolumeSnapshot> responseObserver)
Takes a snapshot of a boot volume.VolumeSnapshot
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. createVolumeSnapshot(CreateVolumeSnapshotRequest request)
Takes a snapshot of a boot volume.com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. createVolumeSnapshot(CreateVolumeSnapshotRequest request)
Takes a snapshot of a boot volume.void
BareMetalSolutionGrpc.BareMetalSolutionStub. createVolumeSnapshot(CreateVolumeSnapshotRequest request, io.grpc.stub.StreamObserver<VolumeSnapshot> responseObserver)
Takes a snapshot of a boot volume.CreateVolumeSnapshotRequest.Builder
CreateVolumeSnapshotRequest.Builder. mergeFrom(CreateVolumeSnapshotRequest other)
static CreateVolumeSnapshotRequest.Builder
CreateVolumeSnapshotRequest. newBuilder(CreateVolumeSnapshotRequest prototype)
-
Uses of CreateVolumeSnapshotRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type CreateVolumeSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionStub. createVolumeSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<CreateVolumeSnapshotRequest,VolumeSnapshot>
GrpcBareMetalSolutionStub. createVolumeSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<CreateVolumeSnapshotRequest,VolumeSnapshot>
HttpJsonBareMetalSolutionStub. createVolumeSnapshotCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionStubSettings.Builder. createVolumeSnapshotSettings()
Returns the builder for the settings used for calls to createVolumeSnapshot.com.google.api.gax.rpc.UnaryCallSettings<CreateVolumeSnapshotRequest,VolumeSnapshot>
BareMetalSolutionStubSettings. createVolumeSnapshotSettings()
Returns the object with the settings used for calls to createVolumeSnapshot.
-