Class: Google::Cloud::Asset::V1::ExportAssetsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#output_config::Google::Cloud::Asset::V1::OutputConfig

Returns Output configuration indicating where the results were output to.

Returns:



86
87
88
89
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 86

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.

Returns:

  • (::Google::Cloud::Asset::V1::OutputResult)

    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.



86
87
88
89
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 86

class ExportAssetsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_time::Google::Protobuf::Timestamp

Returns Time the snapshot was taken.

Returns:



86
87
88
89
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 86

class ExportAssetsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end