public sealed class VersionedResource : IMessage<VersionedResource>, IEquatable<VersionedResource>, IDeepCloneable<VersionedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class VersionedResource.
Resource representation as defined by the corresponding service providing the
resource for a given API version.
JSON representation of the resource as defined by the corresponding
service providing this resource.
Example:
If the resource is an instance provided by Compute Engine, this field will
contain the JSON representation of the instance as defined by Compute
Engine:
https://cloud.google.com/compute/docs/reference/rest/v1/instances.
You can find the resource definition for each supported resource type in
this table:
https://cloud.google.com/asset-inventory/docs/supported-asset-types
Example:
If the resource is an instance provided by Compute Engine v1 API as defined
in https://cloud.google.com/compute/docs/reference/rest/v1/instances,
version will be "v1".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `VersionedResource` class within the Google Cloud Asset Inventory v1 API, specifically focusing on version 3.8.0."],["`VersionedResource` is a class that represents a resource as defined by the service providing it, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `VersionedResource()` and `VersionedResource(VersionedResource other)`, and includes properties for `Resource` (a JSON representation) and `Version` (the API version)."],["This page also shows the availability of many other versions of the API, from 2.7.0 up to the latest version 3.12.0."],["The `VersionedResource` class inherits from the base `object` class, and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]