Class ServerConfig (0.5.9)

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

Server configuration for supported versions and release channels.

Attributes

NameDescription
channels MutableMapping[str, google.cloud.edgecontainer_v1.types.ChannelConfig]
Output only. Mapping from release channel to channel config.
versions MutableSequence[google.cloud.edgecontainer_v1.types.Version]
Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].
default_version str
Output only. Default version, e.g.: "1.4.0".

Classes

ChannelsEntry

ChannelsEntry(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.