Compute Engine v1 API - Class InstancesSetLabelsRequest (2.15.0)

public sealed class InstancesSetLabelsRequest : IMessage<InstancesSetLabelsRequest>, IEquatable<InstancesSetLabelsRequest>, IDeepCloneable<InstancesSetLabelsRequest>, IBufferMessage, IMessage

Inheritance

object > InstancesSetLabelsRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstancesSetLabelsRequest()

public InstancesSetLabelsRequest()

InstancesSetLabelsRequest(InstancesSetLabelsRequest)

public InstancesSetLabelsRequest(InstancesSetLabelsRequest other)
Parameter
NameDescription
otherInstancesSetLabelsRequest

Properties

HasLabelFingerprint

public bool HasLabelFingerprint { get; }

Gets whether the "label_fingerprint" field is set

Property Value
TypeDescription
bool

LabelFingerprint

public string LabelFingerprint { get; set; }

Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }
Property Value
TypeDescription
MapFieldstringstring