public sealed class ExportAssetsResponse : IMessage<ExportAssetsResponse>, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>, IBufferMessage, IMessage
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
IMessage<ExportAssetsResponse>, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>, 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 Google 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 Google 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 |