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