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