Class AttachedResource (2.9.0)

public sealed class AttachedResource : IMessage<AttachedResource>, IEquatable<AttachedResource>, IDeepCloneable<AttachedResource>, IBufferMessage, IMessage

Attached resource representation, which is defined by the corresponding service provider. It represents an attached resource's payload.

Inheritance

Object > AttachedResource

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

AttachedResource()

public AttachedResource()

AttachedResource(AttachedResource)

public AttachedResource(AttachedResource other)
Parameter
NameDescription
otherAttachedResource

Properties

AssetType

public string AssetType { get; set; }

The type of this attached resource.

Example: osconfig.googleapis.com/Inventory

You can find the supported attached asset types of each resource in this table: https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types

Property Value
TypeDescription
String

VersionedResources

public RepeatedField<VersionedResource> VersionedResources { get; }

Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.

Property Value
TypeDescription
RepeatedField<VersionedResource>