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