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
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 |