Class: Google::Cloud::Asset::V1beta1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1beta1::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1beta1/asset_service.rb
Overview
Output configuration for export assets destination.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::Asset::V1beta1::GcsDestination
Destination on Cloud Storage.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::Asset::V1beta1::GcsDestination
Returns Destination on Cloud Storage.
120 121 122 123 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 120 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |