Class: Google::Cloud::Asset::V1::ExportAssetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::ExportAssetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
The export asset response. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.
Instance Attribute Summary collapse
-
#output_config ⇒ ::Google::Cloud::Asset::V1::OutputConfig
Output configuration indicating where the results were output to.
-
#output_result ⇒ ::Google::Cloud::Asset::V1::OutputResult
Output result indicating where the assets were exported to.
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Time the snapshot was taken.
Instance Attribute Details
#output_config ⇒ ::Google::Cloud::Asset::V1::OutputConfig
Returns Output configuration indicating where the results were output to.
113 114 115 116 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 113 class ExportAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_result ⇒ ::Google::Cloud::Asset::V1::OutputResult
Returns 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.
113 114 115 116 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 113 class ExportAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the snapshot was taken.
113 114 115 116 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 113 class ExportAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |