Class ConfigRef (1.3.2)

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

Represents a service configuration with its name and id.

Attribute

NameDescription
name str
Resource name of a service config. It must have the following format: "services/{service name}/configs/{config id}".

Inheritance

builtins.object > proto.message.Message > ConfigRef