Class: Google::Cloud::Asset::V1::Resource
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::Resource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
A representation of a Google Cloud resource.
Instance Attribute Summary collapse
-
#data ⇒ ::Google::Protobuf::Struct
The content of the resource, in which some sensitive fields are removed and may not be present.
-
#discovery_document_uri ⇒ ::String
The URL of the discovery document containing the resource's JSON schema.
-
#discovery_name ⇒ ::String
The JSON schema name listed in the discovery document.
-
#location ⇒ ::String
The location of the resource in Google Cloud, such as its zone and region.
-
#parent ⇒ ::String
The full name of the immediate parent of this resource.
-
#resource_url ⇒ ::String
The REST URL for accessing the resource.
-
#version ⇒ ::String
The API version.
Instance Attribute Details
#data ⇒ ::Google::Protobuf::Struct
Returns The content of the resource, in which some sensitive fields are removed and may not be present.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#discovery_document_uri ⇒ ::String
Returns The URL of the discovery document containing the resource's JSON schema.
Example:
https://www.googleapis.com/discovery/v1/apis/compute/v1/rest
This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#discovery_name ⇒ ::String
Returns The JSON schema name listed in the discovery document. Example:
Project
This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The location of the resource in Google Cloud, such as its zone and region. For more information, see https://cloud.google.com/about/locations/.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The full name of the immediate parent of this resource. See Resource Names for more information.
For Google Cloud assets, this value is the parent resource defined in the
IAM policy
hierarchy.
Example:
//cloudresourcemanager.googleapis.com/projects/my_project_123
.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_url ⇒ ::String
Returns The REST URL for accessing the resource. An HTTP GET
request using this
URL returns the resource itself. Example:
https://cloudresourcemanager.googleapis.com/v1/projects/my-project-123
This value is unspecified for resources without a REST API.
215 216 217 218 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 215 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |