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

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::GcsOutputResult.

A Cloud Storage output result.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#uris

def uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

#uris=

def uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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".