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