public sealed class UpdatePartition : IMessage<UpdatePartition>, IEquatable<UpdatePartition>, IDeepCloneable<UpdatePartition>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class UpdatePartition.
When set in OperationStep, indicates that a partition should be updated.
Implements
IMessageUpdatePartition, IEquatableUpdatePartition, IDeepCloneableUpdatePartition, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
UpdatePartition()
public UpdatePartition()UpdatePartition(UpdatePartition)
public UpdatePartition(UpdatePartition other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePartition |
Properties
Partitions
public RepeatedField<string> Partitions { get; }Output only. Name of the partition to update
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|