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 InsertSnapshotRequestInsertSnapshotRequest.Builder. build()InsertSnapshotRequestInsertSnapshotRequest.Builder. buildPartial()static InsertSnapshotRequestInsertSnapshotRequest. getDefaultInstance()InsertSnapshotRequestInsertSnapshotRequest.Builder. getDefaultInstanceForType()InsertSnapshotRequestInsertSnapshotRequest. getDefaultInstanceForType()static InsertSnapshotRequestInsertSnapshotRequest. parseDelimitedFrom(InputStream input)static InsertSnapshotRequestInsertSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(byte[] data)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(InputStream input)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertSnapshotRequestInsertSnapshotRequest. parseFrom(ByteBuffer data)static InsertSnapshotRequestInsertSnapshotRequest. 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.BuilderInsertSnapshotRequest.Builder. mergeFrom(InsertSnapshotRequest other)static InsertSnapshotRequest.BuilderInsertSnapshotRequest. 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.
-