public sealed class GlobalSetLabelsRequest : IMessage<GlobalSetLabelsRequest>, IEquatable<GlobalSetLabelsRequest>, IDeepCloneable<GlobalSetLabelsRequest>, IBufferMessage, IMessage
Implements
IMessageGlobalSetLabelsRequest, IEquatableGlobalSetLabelsRequest, IDeepCloneableGlobalSetLabelsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GlobalSetLabelsRequest()
public GlobalSetLabelsRequest()
GlobalSetLabelsRequest(GlobalSetLabelsRequest)
public GlobalSetLabelsRequest(GlobalSetLabelsRequest other)
Parameter | |
---|---|
Name | Description |
other | GlobalSetLabelsRequest |
Properties
HasLabelFingerprint
public bool HasLabelFingerprint { get; }
Gets whether the "label_fingerprint" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapFieldstringstring |