Cloud Asset V1 API - Class Google::Cloud::Asset::V1::ExportAssetsResponse (v0.21.1)

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

#output_config=

def output_config=(value) -> ::Google::Cloud::Asset::V1::OutputConfig
Parameter
Returns

#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 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.

#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 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.

#read_time

def read_time() -> ::Google::Protobuf::Timestamp
Returns

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns