Class Zone (0.1.7)

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

A Google Edge Cloud zone.

Attributes

NameDescription
name str
Required. The resource name of the zone.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the zone was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the zone was last updated.
labels MutableMapping[str, str]
Deprecated: not implemented. Labels as key value pairs.
layout_name str
Deprecated: not implemented. The deployment layout type.

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.