Class: Google::Cloud::Asset::V1beta1::GcsDestination

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/asset/v1beta1/doc/google/cloud/asset/v1beta1/asset_service.rb

Overview

A Cloud Storage location.

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

Returns The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.

Returns:

  • (String)

    The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.



114
# File 'lib/google/cloud/asset/v1beta1/doc/google/cloud/asset/v1beta1/asset_service.rb', line 114

class GcsDestination; end