Class: Google::Cloud::Asset::V1beta1::ExportAssetsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1beta1/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::V1beta1::OutputConfig

Returns Output configuration indicating where the results were output to. All results are in JSON format.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 70

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

#read_time::Google::Protobuf::Timestamp

Returns Time the snapshot was taken.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 70

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