Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Declaration

Inherits:
Object
  • Object
show all
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

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.

Returns:



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