Class Resource (3.14.0)

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

Representation of a cloud resource.

Attributes

NameDescription
version str
The API version. Example: "v1".
discovery_document_uri str
The URL of the discovery document containing the resource's JSON schema. For example: ``"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"``. It will be left unspecified for resources without a discovery-based API, such as Cloud Bigtable.
discovery_name str
The JSON schema name listed in the discovery document. Example: "Project". It will be left unspecified for resources (such as Cloud Bigtable) without a discovery-based API.
resource_url str
The REST URL for accessing the resource. An HTTP GET operation using this URL returns the resource itself. Example: ``https://cloudresourcemanager.googleapis.com/v1/projects/my-project-123``. It will be left unspecified for resources without a REST API.
parent str
The full name of the immediate parent of this resource. See `Resource Names
data google.protobuf.struct_pb2.Struct
The content of the resource, in which some sensitive fields are scrubbed away and may not be present.

Inheritance

builtins.object > proto.message.Message > Resource