Uses of Class
com.google.cloud.compute.v1.InsertSnapshotRequest
-
Packages that use InsertSnapshotRequest 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 InsertSnapshotRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertSnapshotRequest Modifier and Type Method Description InsertSnapshotRequest
InsertSnapshotRequest.Builder. build()
InsertSnapshotRequest
InsertSnapshotRequest.Builder. buildPartial()
static InsertSnapshotRequest
InsertSnapshotRequest. getDefaultInstance()
InsertSnapshotRequest
InsertSnapshotRequest.Builder. getDefaultInstanceForType()
InsertSnapshotRequest
InsertSnapshotRequest. getDefaultInstanceForType()
static InsertSnapshotRequest
InsertSnapshotRequest. parseDelimitedFrom(InputStream input)
static InsertSnapshotRequest
InsertSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(byte[] data)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(InputStream input)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(ByteBuffer data)
static InsertSnapshotRequest
InsertSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertSnapshotRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertSnapshotRequest>
InsertSnapshotRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertSnapshotRequest,Operation>
SnapshotsClient. insertCallable()
Creates a snapshot in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertSnapshotRequest,Operation,Operation>
SnapshotsClient. insertOperationCallable()
Creates a snapshot in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertSnapshotRequest,Operation,Operation>
SnapshotsSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertSnapshotRequest,Operation,Operation>
SnapshotsSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSnapshotRequest,Operation>
SnapshotsSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertSnapshotRequest,Operation>
SnapshotsSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertSnapshotRequest>
InsertSnapshotRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertSnapshotRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
SnapshotsClient. insertAsync(InsertSnapshotRequest request)
Creates a snapshot in the specified project using the data included in the request.InsertSnapshotRequest.Builder
InsertSnapshotRequest.Builder. mergeFrom(InsertSnapshotRequest other)
static InsertSnapshotRequest.Builder
InsertSnapshotRequest. newBuilder(InsertSnapshotRequest prototype)
-
Uses of InsertSnapshotRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertSnapshotRequest,Operation>
HttpJsonSnapshotsStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertSnapshotRequest,Operation>
SnapshotsStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertSnapshotRequest,Operation,Operation>
HttpJsonSnapshotsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertSnapshotRequest,Operation,Operation>
SnapshotsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertSnapshotRequest,Operation,Operation>
SnapshotsStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertSnapshotRequest,Operation,Operation>
SnapshotsStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSnapshotRequest,Operation>
SnapshotsStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertSnapshotRequest,Operation>
SnapshotsStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-