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 path of the Cloud Storage objects. It's the same path that is used by gsutil. For example: "gs://bucket_name/object_path". See Viewing and Editing Object Metadata for more information.

Returns:

  • (String)

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



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

class GcsDestination; end