Class: Google::Cloud::Asset::V1::GcsOutputResult
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::GcsOutputResult
- 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
-
#uris ⇒ ::Array<::String>
List of URIs of the Cloud Storage objects.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
377 378 379 380 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 377 class GcsOutputResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |