Class: Google::Cloud::Asset::V1::GcsOutputResult

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

A Cloud Storage output result.

Instance Attribute Summary collapse

Instance Attribute Details

#uris::Array<::String>

Returns List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

Returns:

  • (::Array<::String>)

    List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".



243
244
245
246
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 243

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