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