Class: Google::Cloud::StorageInsights::V1::DatasetConfig::Link
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DatasetConfig::Link
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Defines the details about the linked dataset.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
readonly
Output only.
-
#linked ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#dataset ⇒ ::String (readonly)
622 623 624 625 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 622 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#linked ⇒ ::Boolean (readonly)
622 623 624 625 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 622 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |