Class RegionSetLabelsRequest (1.5.0)

RegionSetLabelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
label_fingerprint str
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 in order to update or change labels. Make a get() request to the resource to get the latest fingerprint. This field is a member of `oneof`_ ``_label_fingerprint``.
labels Mapping[str, str]
The labels to set for this resource.

Inheritance

builtins.object > proto.message.Message > RegionSetLabelsRequest

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.