- 4.1.0 (latest)
 - 4.0.0
 - 3.30.1
 - 3.29.2
 - 3.28.0
 - 3.27.1
 - 3.26.4
 - 3.25.1
 - 3.24.3
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.1
 - 3.19.1
 - 3.18.1
 - 3.17.1
 - 3.16.0
 - 3.15.0
 - 3.14.2
 - 3.13.1
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.1
 - 3.8.1
 - 3.7.1
 - 3.6.1
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.1
 - 3.1.0
 - 2.2.2
 - 2.1.0
 - 2.0.0
 - 1.3.2
 - 1.2.0
 - 1.1.0
 - 1.0.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.1
 - 0.3.0
 
StandardResourceMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)The standard metadata of a cloud resource.
Attributes | 
      |
|---|---|
| Name | Description | 
name | 
        
          str
          The full resource name. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
   See `Resource
   Names  | 
      
asset_type | 
        
          str
          The type of this resource. For example: "compute.googleapis.com/Disk".  | 
      
project | 
        
          str
          The project that this resource belongs to, in the form of projects/{project_number}.
         | 
      
display_name | 
        
          str
          The display name of this resource.  | 
      
description | 
        
          str
          One or more paragraphs of text description of this resource. Maximum length could be up to 1M bytes.  | 
      
additional_attributes | 
        
          MutableSequence[str]
          Additional searchable attributes of this resource. Informational only. The exact set of attributes is subject to change. For example: project id, DNS name etc.  | 
      
location | 
        
          str
          Location can be "global", regional like "us-east1", or zonal like "us-west1-b".  | 
      
labels | 
        
          MutableMapping[str, str]
          Labels associated with this resource. See `Labelling and grouping Google Cloud resources  | 
      
network_tags | 
        
          MutableSequence[str]
          Network tags associated with this resource. Like labels, network tags are a type of annotations used to group Google Cloud resources. See `Labelling Google Cloud resources  | 
      
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
kwargs | 
        
          dict
          Keys and values corresponding to the fields of the message.  | 
      
mapping | 
        
          Union[dict, 
          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   |