Class GetConfigRequest (2.16.1)

Stay organized with collections Save and categorize content based on your preferences.
GetConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the GetConfig method.

Attribute

NameDescription
name str
Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is ``projects/{project}/locations/{location}/config``.

Inheritance

builtins.object > proto.message.Message > GetConfigRequest