Interface OrchestratorOrBuilder (0.1.0)

publicinterface OrchestratorOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptionCase()

publicabstractOrchestrator.OptionCasegetOptionCase()
Returns
Type Description
Orchestrator.OptionCase

getSlurm()

publicabstractSlurmOrchestratorgetSlurm()

Optional. If set, indicates that the cluster should use Slurm as the orchestrator.

.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SlurmOrchestrator

The slurm.

getSlurmOrBuilder()

publicabstractSlurmOrchestratorOrBuildergetSlurmOrBuilder()

Optional. If set, indicates that the cluster should use Slurm as the orchestrator.

.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SlurmOrchestratorOrBuilder

hasSlurm()

publicabstractbooleanhasSlurm()

Optional. If set, indicates that the cluster should use Slurm as the orchestrator.

.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the slurm field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月17日 UTC.