Google Cloud Asset Inventory v1 API - Class GcsOutputResult (3.10.0)

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

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class GcsOutputResult.

A Cloud Storage output result.

Inheritance

object > GcsOutputResult

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GcsOutputResult()

public GcsOutputResult()

GcsOutputResult(GcsOutputResult)

public GcsOutputResult(GcsOutputResult other)
Parameter
NameDescription
otherGcsOutputResult

Properties

Uris

public RepeatedField<string> Uris { get; }

List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

Property Value
TypeDescription
RepeatedFieldstring