public sealed class ExportAssetsResponse : IMessage<ExportAssetsResponse>, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>, IBufferMessage, IMessageReference 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.
Implements
IMessageExportAssetsResponse, IEquatableExportAssetsResponse, IDeepCloneableExportAssetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
ExportAssetsResponse()
public ExportAssetsResponse()ExportAssetsResponse(ExportAssetsResponse)
public ExportAssetsResponse(ExportAssetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAssetsResponse |
Properties
OutputConfig
public OutputConfig OutputConfig { get; set; }Output configuration indicating where the results were output to.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
OutputResult |
|
ReadTime
public Timestamp ReadTime { get; set; }Time the snapshot was taken.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|