Compute Engine v1 API - Class InstancesSetLabelsRequest (2.5.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
Boolean

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
MapField<String, String>