publicstaticfinalclass Orchestrator.BuilderextendsGeneratedMessageV3.Builder<Orchestrator.Builder>implementsOrchestratorOrBuilder
The component responsible for scheduling and running workloads on the
cluster as well as providing the user interface for interacting with the
cluster at runtime.
Protobuf type google.cloud.hypercomputecluster.v1beta.Orchestrator
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicOrchestrator.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicOrchestratorbuild()
buildPartial()
publicOrchestratorbuildPartial()
clear()
publicOrchestrator.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicOrchestrator.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicOrchestrator.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearOption()
publicOrchestrator.BuilderclearOption()
clearSlurm()
publicOrchestrator.BuilderclearSlurm()
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];
clone()
publicOrchestrator.Builderclone()
Overrides
getDefaultInstanceForType()
publicOrchestratorgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getOptionCase()
publicOrchestrator.OptionCasegetOptionCase()
getSlurm()
publicSlurmOrchestratorgetSlurm()
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];
getSlurmBuilder()
publicSlurmOrchestrator.BuildergetSlurmBuilder()
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];
getSlurmOrBuilder()
publicSlurmOrchestratorOrBuildergetSlurmOrBuilder()
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];
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.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(Orchestrator other)
publicOrchestrator.BuildermergeFrom(Orchestratorother)
publicOrchestrator.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicOrchestrator.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeSlurm(SlurmOrchestrator value)
publicOrchestrator.BuildermergeSlurm(SlurmOrchestratorvalue)
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalOrchestrator.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicOrchestrator.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicOrchestrator.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSlurm(SlurmOrchestrator value)
publicOrchestrator.BuildersetSlurm(SlurmOrchestratorvalue)
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];
setSlurm(SlurmOrchestrator.Builder builderForValue)
publicOrchestrator.BuildersetSlurm(SlurmOrchestrator.BuilderbuilderForValue)
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];
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalOrchestrator.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides