Compute Engine v1 API - Class GlobalSetLabelsRequest (2.15.0)

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

Inheritance

object > GlobalSetLabelsRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalSetLabelsRequest()

public GlobalSetLabelsRequest()

GlobalSetLabelsRequest(GlobalSetLabelsRequest)

public GlobalSetLabelsRequest(GlobalSetLabelsRequest other)
Parameter
NameDescription
otherGlobalSetLabelsRequest

Properties

HasLabelFingerprint

public bool HasLabelFingerprint { get; }

Gets whether the "label_fingerprint" field is set

Property Value
TypeDescription
bool

LabelFingerprint

public string LabelFingerprint { get; set; }

The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest fingerprint.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

A list of labels to apply for this resource. Each label must comply with the requirements for labels. For example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": "").

Property Value
TypeDescription
MapFieldstringstring