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