Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::ExportAssetsResponse.
The export asset response. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#output_config
def output_config() -> ::Google::Cloud::Asset::V1::OutputConfig
Returns
- (::Google::Cloud::Asset::V1::OutputConfig) — Output configuration indicating where the results were output to.
#output_config=
def output_config=(value) -> ::Google::Cloud::Asset::V1::OutputConfig
Parameter
- value (::Google::Cloud::Asset::V1::OutputConfig) — Output configuration indicating where the results were output to.
Returns
- (::Google::Cloud::Asset::V1::OutputConfig) — Output configuration indicating where the results were output to.
#output_result
def output_result() -> ::Google::Cloud::Asset::V1::OutputResult
Returns
- (::Google::Cloud::Asset::V1::OutputResult) — 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.
#output_result=
def output_result=(value) -> ::Google::Cloud::Asset::V1::OutputResult
Parameter
- value (::Google::Cloud::Asset::V1::OutputResult) — 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.
Returns
- (::Google::Cloud::Asset::V1::OutputResult) — 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.
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time the snapshot was taken.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time the snapshot was taken.
Returns
- (::Google::Protobuf::Timestamp) — Time the snapshot was taken.