Class: Google::Cloud::Dataform::V1::CompilationResultAction::Declaration
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::CompilationResultAction::Declaration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.
Instance Attribute Summary collapse
-
#relation_descriptor ⇒ ::Google::Cloud::Dataform::V1::RelationDescriptor
Descriptor for the relation and its columns.
Instance Attribute Details
#relation_descriptor ⇒ ::Google::Cloud::Dataform::V1::RelationDescriptor
Returns Descriptor for the relation and its columns. Used as documentation only, i.e. values here will result in no changes to the relation's metadata.
1774 1775 1776 1777 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1774 class Declaration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |