Class ResourceInfo (1.5.2)

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

Describes a resource referenced in the request.

Attributes

NameDescription
name str
The name of the resource referenced in the request.
type_ str
The resource type in the format of "{service}/{kind}".
permission str
The resource permission needed for this request. The format must be "{service}/{plural}.{verb}".
container str
Optional. The identifier of the container of this resource. For Google Cloud APIs, the resource container must be one of the following formats: - ``projects/
location str
Optional. The location of the resource. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a".

Inheritance

builtins.object > proto.message.Message > ResourceInfo