Class: Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
A Cloud Storage location.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.
If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the analysis result.
1258 1259 1260 1261 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1258 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |