Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Declaration
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CompilationResultAction::Declaration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/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::V1beta1::RelationDescriptor
Descriptor for the relation and its columns.
Instance Attribute Details
#relation_descriptor ⇒ ::Google::Cloud::Dataform::V1beta1::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.
1526 1527 1528 1529 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1526 class Declaration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |