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