Google Cloud Asset Inventory v1 API - Class ExportAssetsResponse (3.11.0)

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

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

The export asset response. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.

Inheritance

object > ExportAssetsResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

ExportAssetsResponse()

public ExportAssetsResponse()

ExportAssetsResponse(ExportAssetsResponse)

public ExportAssetsResponse(ExportAssetsResponse other)
Parameter
NameDescription
otherExportAssetsResponse

Properties

OutputConfig

public OutputConfig OutputConfig { get; set; }

Output configuration indicating where the results were output to.

Property Value
TypeDescription
OutputConfig

OutputResult

public OutputResult OutputResult { get; set; }

Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to. The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.

Property Value
TypeDescription
OutputResult

ReadTime

public Timestamp ReadTime { get; set; }

Time the snapshot was taken.

Property Value
TypeDescription
Timestamp