Class OperationStep (0.8.0)

public final class OperationStep extends GeneratedMessage implements OperationStepOrBuilder

Message describing the status of a single step in a cluster mutation long-running operation.

Protobuf type google.cloud.hypercomputecluster.v1.OperationStep

Static Fields

CHECK_CLUSTER_HEALTH_FIELD_NUMBER

public static final int CHECK_CLUSTER_HEALTH_FIELD_NUMBER
Field Value
Type Description
int

CREATE_FILESTORE_INSTANCE_FIELD_NUMBER

public static final int CREATE_FILESTORE_INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

CREATE_LOGIN_NODE_FIELD_NUMBER

public static final int CREATE_LOGIN_NODE_FIELD_NUMBER
Field Value
Type Description
int

CREATE_LUSTRE_INSTANCE_FIELD_NUMBER

public static final int CREATE_LUSTRE_INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

CREATE_NETWORK_FIELD_NUMBER

public static final int CREATE_NETWORK_FIELD_NUMBER
Field Value
Type Description
int

CREATE_NODESET_FIELD_NUMBER

public static final int CREATE_NODESET_FIELD_NUMBER
Field Value
Type Description
int

CREATE_ORCHESTRATOR_FIELD_NUMBER

public static final int CREATE_ORCHESTRATOR_FIELD_NUMBER
Field Value
Type Description
int

CREATE_PARTITION_FIELD_NUMBER

public static final int CREATE_PARTITION_FIELD_NUMBER
Field Value
Type Description
int

CREATE_PRIVATE_SERVICE_ACCESS_FIELD_NUMBER

public static final int CREATE_PRIVATE_SERVICE_ACCESS_FIELD_NUMBER
Field Value
Type Description
int

CREATE_STORAGE_BUCKET_FIELD_NUMBER

public static final int CREATE_STORAGE_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

DELETE_FILESTORE_INSTANCE_FIELD_NUMBER

public static final int DELETE_FILESTORE_INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

DELETE_LOGIN_NODE_FIELD_NUMBER

public static final int DELETE_LOGIN_NODE_FIELD_NUMBER
Field Value
Type Description
int

DELETE_LUSTRE_INSTANCE_FIELD_NUMBER

public static final int DELETE_LUSTRE_INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

DELETE_NETWORK_FIELD_NUMBER

public static final int DELETE_NETWORK_FIELD_NUMBER
Field Value
Type Description
int

DELETE_NODESET_FIELD_NUMBER

public static final int DELETE_NODESET_FIELD_NUMBER
Field Value
Type Description
int

DELETE_ORCHESTRATOR_FIELD_NUMBER

public static final int DELETE_ORCHESTRATOR_FIELD_NUMBER
Field Value
Type Description
int

DELETE_PARTITION_FIELD_NUMBER

public static final int DELETE_PARTITION_FIELD_NUMBER
Field Value
Type Description
int

DELETE_PRIVATE_SERVICE_ACCESS_FIELD_NUMBER

public static final int DELETE_PRIVATE_SERVICE_ACCESS_FIELD_NUMBER
Field Value
Type Description
int

DELETE_STORAGE_BUCKET_FIELD_NUMBER

public static final int DELETE_STORAGE_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_LOGIN_NODE_FIELD_NUMBER

public static final int UPDATE_LOGIN_NODE_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_NODESET_FIELD_NUMBER

public static final int UPDATE_NODESET_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_ORCHESTRATOR_FIELD_NUMBER

public static final int UPDATE_ORCHESTRATOR_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_PARTITION_FIELD_NUMBER

public static final int UPDATE_PARTITION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static OperationStep getDefaultInstance()
Returns
Type Description
OperationStep

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OperationStep.Builder newBuilder()
Returns
Type Description
OperationStep.Builder

newBuilder(OperationStep prototype)

public static OperationStep.Builder newBuilder(OperationStep prototype)
Parameter
Name Description
prototype OperationStep
Returns
Type Description
OperationStep.Builder

parseDelimitedFrom(InputStream input)

public static OperationStep parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OperationStep parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OperationStep parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OperationStep parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OperationStep parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OperationStep parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OperationStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OperationStep
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OperationStep> parser()
Returns
Type Description
Parser<OperationStep>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCheckClusterHealth()

public CheckClusterHealth getCheckClusterHealth()

Output only. If set, indicates that cluster health check is part of the operation.

.google.cloud.hypercomputecluster.v1.CheckClusterHealth check_cluster_health = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CheckClusterHealth

The checkClusterHealth.

getCheckClusterHealthOrBuilder()

public CheckClusterHealthOrBuilder getCheckClusterHealthOrBuilder()

Output only. If set, indicates that cluster health check is part of the operation.

.google.cloud.hypercomputecluster.v1.CheckClusterHealth check_cluster_health = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CheckClusterHealthOrBuilder

getCreateFilestoreInstance()

public CreateFilestoreInstance getCreateFilestoreInstance()

Output only. If set, indicates that new Filestore instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateFilestoreInstance create_filestore_instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateFilestoreInstance

The createFilestoreInstance.

getCreateFilestoreInstanceOrBuilder()

public CreateFilestoreInstanceOrBuilder getCreateFilestoreInstanceOrBuilder()

Output only. If set, indicates that new Filestore instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateFilestoreInstance create_filestore_instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateFilestoreInstanceOrBuilder

getCreateLoginNode()

public CreateLoginNode getCreateLoginNode()

Output only. If set, indicates that new login node creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLoginNode create_login_node = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateLoginNode

The createLoginNode.

getCreateLoginNodeOrBuilder()

public CreateLoginNodeOrBuilder getCreateLoginNodeOrBuilder()

Output only. If set, indicates that new login node creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLoginNode create_login_node = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateLoginNodeOrBuilder

getCreateLustreInstance()

public CreateLustreInstance getCreateLustreInstance()

Output only. If set, indicates that new Lustre instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLustreInstance create_lustre_instance = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateLustreInstance

The createLustreInstance.

getCreateLustreInstanceOrBuilder()

public CreateLustreInstanceOrBuilder getCreateLustreInstanceOrBuilder()

Output only. If set, indicates that new Lustre instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLustreInstance create_lustre_instance = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateLustreInstanceOrBuilder

getCreateNetwork()

public CreateNetwork getCreateNetwork()

Output only. If set, indicates that new network creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNetwork create_network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateNetwork

The createNetwork.

getCreateNetworkOrBuilder()

public CreateNetworkOrBuilder getCreateNetworkOrBuilder()

Output only. If set, indicates that new network creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNetwork create_network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateNetworkOrBuilder

getCreateNodeset()

public CreateNodeset getCreateNodeset()

Output only. If set, indicates that new nodeset creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNodeset create_nodeset = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateNodeset

The createNodeset.

getCreateNodesetOrBuilder()

public CreateNodesetOrBuilder getCreateNodesetOrBuilder()

Output only. If set, indicates that new nodeset creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNodeset create_nodeset = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateNodesetOrBuilder

getCreateOrchestrator()

public CreateOrchestrator getCreateOrchestrator()

Output only. If set, indicates that orchestrator creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateOrchestrator create_orchestrator = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateOrchestrator

The createOrchestrator.

getCreateOrchestratorOrBuilder()

public CreateOrchestratorOrBuilder getCreateOrchestratorOrBuilder()

Output only. If set, indicates that orchestrator creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateOrchestrator create_orchestrator = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateOrchestratorOrBuilder

getCreatePartition()

public CreatePartition getCreatePartition()

Output only. If set, indicates that new partition creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePartition create_partition = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreatePartition

The createPartition.

getCreatePartitionOrBuilder()

public CreatePartitionOrBuilder getCreatePartitionOrBuilder()

Output only. If set, indicates that new partition creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePartition create_partition = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreatePartitionOrBuilder

getCreatePrivateServiceAccess()

public CreatePrivateServiceAccess getCreatePrivateServiceAccess()

Output only. If set, indicates that new private service access creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePrivateServiceAccess create_private_service_access = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreatePrivateServiceAccess

The createPrivateServiceAccess.

getCreatePrivateServiceAccessOrBuilder()

public CreatePrivateServiceAccessOrBuilder getCreatePrivateServiceAccessOrBuilder()

Output only. If set, indicates that new private service access creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePrivateServiceAccess create_private_service_access = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreatePrivateServiceAccessOrBuilder

getCreateStorageBucket()

public CreateStorageBucket getCreateStorageBucket()

Output only. If set, indicates that new Cloud Storage bucket creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateStorageBucket create_storage_bucket = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateStorageBucket

The createStorageBucket.

getCreateStorageBucketOrBuilder()

public CreateStorageBucketOrBuilder getCreateStorageBucketOrBuilder()

Output only. If set, indicates that new Cloud Storage bucket creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateStorageBucket create_storage_bucket = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CreateStorageBucketOrBuilder

getDefaultInstanceForType()

public OperationStep getDefaultInstanceForType()
Returns
Type Description
OperationStep

getDeleteFilestoreInstance()

public DeleteFilestoreInstance getDeleteFilestoreInstance()

Output only. If set, indicates that Filestore instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteFilestoreInstance delete_filestore_instance = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteFilestoreInstance

The deleteFilestoreInstance.

getDeleteFilestoreInstanceOrBuilder()

public DeleteFilestoreInstanceOrBuilder getDeleteFilestoreInstanceOrBuilder()

Output only. If set, indicates that Filestore instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteFilestoreInstance delete_filestore_instance = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteFilestoreInstanceOrBuilder

getDeleteLoginNode()

public DeleteLoginNode getDeleteLoginNode()

Output only. If set, indicates that login node deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLoginNode delete_login_node = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteLoginNode

The deleteLoginNode.

getDeleteLoginNodeOrBuilder()

public DeleteLoginNodeOrBuilder getDeleteLoginNodeOrBuilder()

Output only. If set, indicates that login node deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLoginNode delete_login_node = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteLoginNodeOrBuilder

getDeleteLustreInstance()

public DeleteLustreInstance getDeleteLustreInstance()

Output only. If set, indicates that Lustre instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLustreInstance delete_lustre_instance = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteLustreInstance

The deleteLustreInstance.

getDeleteLustreInstanceOrBuilder()

public DeleteLustreInstanceOrBuilder getDeleteLustreInstanceOrBuilder()

Output only. If set, indicates that Lustre instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLustreInstance delete_lustre_instance = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteLustreInstanceOrBuilder

getDeleteNetwork()

public DeleteNetwork getDeleteNetwork()

Output only. If set, indicates that network deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNetwork delete_network = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteNetwork

The deleteNetwork.

getDeleteNetworkOrBuilder()

public DeleteNetworkOrBuilder getDeleteNetworkOrBuilder()

Output only. If set, indicates that network deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNetwork delete_network = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteNetworkOrBuilder

getDeleteNodeset()

public DeleteNodeset getDeleteNodeset()

Output only. If set, indicates that nodeset deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNodeset delete_nodeset = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteNodeset

The deleteNodeset.

getDeleteNodesetOrBuilder()

public DeleteNodesetOrBuilder getDeleteNodesetOrBuilder()

Output only. If set, indicates that nodeset deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNodeset delete_nodeset = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteNodesetOrBuilder

getDeleteOrchestrator()

public DeleteOrchestrator getDeleteOrchestrator()

Output only. If set, indicates that orchestrator deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteOrchestrator delete_orchestrator = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteOrchestrator

The deleteOrchestrator.

getDeleteOrchestratorOrBuilder()

public DeleteOrchestratorOrBuilder getDeleteOrchestratorOrBuilder()

Output only. If set, indicates that orchestrator deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteOrchestrator delete_orchestrator = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteOrchestratorOrBuilder

getDeletePartition()

public DeletePartition getDeletePartition()

Output only. If set, indicates that partition deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePartition delete_partition = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeletePartition

The deletePartition.

getDeletePartitionOrBuilder()

public DeletePartitionOrBuilder getDeletePartitionOrBuilder()

Output only. If set, indicates that partition deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePartition delete_partition = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeletePartitionOrBuilder

getDeletePrivateServiceAccess()

public DeletePrivateServiceAccess getDeletePrivateServiceAccess()

Output only. If set, indicates that private service access deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePrivateServiceAccess delete_private_service_access = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeletePrivateServiceAccess

The deletePrivateServiceAccess.

getDeletePrivateServiceAccessOrBuilder()

public DeletePrivateServiceAccessOrBuilder getDeletePrivateServiceAccessOrBuilder()

Output only. If set, indicates that private service access deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePrivateServiceAccess delete_private_service_access = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeletePrivateServiceAccessOrBuilder

getDeleteStorageBucket()

public DeleteStorageBucket getDeleteStorageBucket()

Output only. If set, indicates that Cloud Storage bucket deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteStorageBucket delete_storage_bucket = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteStorageBucket

The deleteStorageBucket.

getDeleteStorageBucketOrBuilder()

public DeleteStorageBucketOrBuilder getDeleteStorageBucketOrBuilder()

Output only. If set, indicates that Cloud Storage bucket deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteStorageBucket delete_storage_bucket = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteStorageBucketOrBuilder

getParserForType()

public Parser<OperationStep> getParserForType()
Returns
Type Description
Parser<OperationStep>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getState()

public OperationStep.State getState()

Output only. State of the operation step.

.google.cloud.hypercomputecluster.v1.OperationStep.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OperationStep.State

The state.

getStateValue()

public int getStateValue()

Output only. State of the operation step.

.google.cloud.hypercomputecluster.v1.OperationStep.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getTypeCase()

public OperationStep.TypeCase getTypeCase()
Returns
Type Description
OperationStep.TypeCase

getUpdateLoginNode()

public UpdateLoginNode getUpdateLoginNode()

Output only. If set, indicates that login node update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateLoginNode update_login_node = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateLoginNode

The updateLoginNode.

getUpdateLoginNodeOrBuilder()

public UpdateLoginNodeOrBuilder getUpdateLoginNodeOrBuilder()

Output only. If set, indicates that login node update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateLoginNode update_login_node = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateLoginNodeOrBuilder

getUpdateNodeset()

public UpdateNodeset getUpdateNodeset()

Output only. If set, indicates that nodeset update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateNodeset update_nodeset = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateNodeset

The updateNodeset.

getUpdateNodesetOrBuilder()

public UpdateNodesetOrBuilder getUpdateNodesetOrBuilder()

Output only. If set, indicates that nodeset update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateNodeset update_nodeset = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateNodesetOrBuilder

getUpdateOrchestrator()

public UpdateOrchestrator getUpdateOrchestrator()

Output only. If set, indicates that an orchestrator update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateOrchestrator update_orchestrator = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateOrchestrator

The updateOrchestrator.

getUpdateOrchestratorOrBuilder()

public UpdateOrchestratorOrBuilder getUpdateOrchestratorOrBuilder()

Output only. If set, indicates that an orchestrator update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateOrchestrator update_orchestrator = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateOrchestratorOrBuilder

getUpdatePartition()

public UpdatePartition getUpdatePartition()

Output only. If set, indicates that partition update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdatePartition update_partition = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdatePartition

The updatePartition.

getUpdatePartitionOrBuilder()

public UpdatePartitionOrBuilder getUpdatePartitionOrBuilder()

Output only. If set, indicates that partition update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdatePartition update_partition = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdatePartitionOrBuilder

hasCheckClusterHealth()

public boolean hasCheckClusterHealth()

Output only. If set, indicates that cluster health check is part of the operation.

.google.cloud.hypercomputecluster.v1.CheckClusterHealth check_cluster_health = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the checkClusterHealth field is set.

hasCreateFilestoreInstance()

public boolean hasCreateFilestoreInstance()

Output only. If set, indicates that new Filestore instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateFilestoreInstance create_filestore_instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createFilestoreInstance field is set.

hasCreateLoginNode()

public boolean hasCreateLoginNode()

Output only. If set, indicates that new login node creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLoginNode create_login_node = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createLoginNode field is set.

hasCreateLustreInstance()

public boolean hasCreateLustreInstance()

Output only. If set, indicates that new Lustre instance creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateLustreInstance create_lustre_instance = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createLustreInstance field is set.

hasCreateNetwork()

public boolean hasCreateNetwork()

Output only. If set, indicates that new network creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNetwork create_network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createNetwork field is set.

hasCreateNodeset()

public boolean hasCreateNodeset()

Output only. If set, indicates that new nodeset creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateNodeset create_nodeset = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createNodeset field is set.

hasCreateOrchestrator()

public boolean hasCreateOrchestrator()

Output only. If set, indicates that orchestrator creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateOrchestrator create_orchestrator = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createOrchestrator field is set.

hasCreatePartition()

public boolean hasCreatePartition()

Output only. If set, indicates that new partition creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePartition create_partition = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createPartition field is set.

hasCreatePrivateServiceAccess()

public boolean hasCreatePrivateServiceAccess()

Output only. If set, indicates that new private service access creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreatePrivateServiceAccess create_private_service_access = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createPrivateServiceAccess field is set.

hasCreateStorageBucket()

public boolean hasCreateStorageBucket()

Output only. If set, indicates that new Cloud Storage bucket creation is part of the operation.

.google.cloud.hypercomputecluster.v1.CreateStorageBucket create_storage_bucket = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createStorageBucket field is set.

hasDeleteFilestoreInstance()

public boolean hasDeleteFilestoreInstance()

Output only. If set, indicates that Filestore instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteFilestoreInstance delete_filestore_instance = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteFilestoreInstance field is set.

hasDeleteLoginNode()

public boolean hasDeleteLoginNode()

Output only. If set, indicates that login node deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLoginNode delete_login_node = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteLoginNode field is set.

hasDeleteLustreInstance()

public boolean hasDeleteLustreInstance()

Output only. If set, indicates that Lustre instance deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteLustreInstance delete_lustre_instance = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteLustreInstance field is set.

hasDeleteNetwork()

public boolean hasDeleteNetwork()

Output only. If set, indicates that network deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNetwork delete_network = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteNetwork field is set.

hasDeleteNodeset()

public boolean hasDeleteNodeset()

Output only. If set, indicates that nodeset deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteNodeset delete_nodeset = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteNodeset field is set.

hasDeleteOrchestrator()

public boolean hasDeleteOrchestrator()

Output only. If set, indicates that orchestrator deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteOrchestrator delete_orchestrator = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteOrchestrator field is set.

hasDeletePartition()

public boolean hasDeletePartition()

Output only. If set, indicates that partition deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePartition delete_partition = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deletePartition field is set.

hasDeletePrivateServiceAccess()

public boolean hasDeletePrivateServiceAccess()

Output only. If set, indicates that private service access deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeletePrivateServiceAccess delete_private_service_access = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deletePrivateServiceAccess field is set.

hasDeleteStorageBucket()

public boolean hasDeleteStorageBucket()

Output only. If set, indicates that Cloud Storage bucket deletion is part of the operation.

.google.cloud.hypercomputecluster.v1.DeleteStorageBucket delete_storage_bucket = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteStorageBucket field is set.

hasUpdateLoginNode()

public boolean hasUpdateLoginNode()

Output only. If set, indicates that login node update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateLoginNode update_login_node = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateLoginNode field is set.

hasUpdateNodeset()

public boolean hasUpdateNodeset()

Output only. If set, indicates that nodeset update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateNodeset update_nodeset = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateNodeset field is set.

hasUpdateOrchestrator()

public boolean hasUpdateOrchestrator()

Output only. If set, indicates that an orchestrator update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdateOrchestrator update_orchestrator = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateOrchestrator field is set.

hasUpdatePartition()

public boolean hasUpdatePartition()

Output only. If set, indicates that partition update is part of the operation.

.google.cloud.hypercomputecluster.v1.UpdatePartition update_partition = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updatePartition field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OperationStep.Builder newBuilderForType()
Returns
Type Description
OperationStep.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected OperationStep.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OperationStep.Builder
Overrides

toBuilder()

public OperationStep.Builder toBuilder()
Returns
Type Description
OperationStep.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException