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