Class: Google::Cloud::Asset::V1::VersionedResource
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::VersionedResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
Resource representation as defined by the corresponding service providing the resource for a given API version.
Instance Attribute Summary collapse
-
#resource ⇒ ::Google::Protobuf::Struct
JSON representation of the resource as defined by the corresponding service providing this resource.
-
#version ⇒ ::String
API version of the resource.
Instance Attribute Details
#resource ⇒ ::Google::Protobuf::Struct
799 800 801 802 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 799 class VersionedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
799 800 801 802 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 799 class VersionedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |