Interface OrchestratorOrBuilder (0.1.0)

public interface OrchestratorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptionCase()

public abstract Orchestrator.OptionCase getOptionCase()
Returns
Type Description
Orchestrator.OptionCase

getSlurm()

public abstract SlurmOrchestrator getSlurm()

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()

public abstract SlurmOrchestratorOrBuilder getSlurmOrBuilder()

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()

public abstract boolean hasSlurm()

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.