Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CompilationResultAction::Operations.
Represents a list of arbitrary database operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dependency_targets
def dependency_targets() -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#dependency_targets=
def dependency_targets=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether this action is disabled (i.e. should not be run).
Returns
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#has_output
def has_output() -> ::Boolean
Returns
- (::Boolean) — Whether these operations produce an output relation.
#has_output=
def has_output=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether these operations produce an output relation.
Returns
- (::Boolean) — Whether these operations produce an output relation.
#queries
def queries() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of arbitrary SQL statements that will be executed without alteration.
#queries=
def queries=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of arbitrary SQL statements that will be executed without alteration.
Returns
- (::Array<::String>) — A list of arbitrary SQL statements that will be executed without alteration.
#relation_descriptor
def relation_descriptor() -> ::Google::Cloud::Dataform::V1beta1::RelationDescriptor
Returns
-
(::Google::Cloud::Dataform::V1beta1::RelationDescriptor) — Descriptor for any output relation and its columns. Only set if
has_output
is true.
#relation_descriptor=
def relation_descriptor=(value) -> ::Google::Cloud::Dataform::V1beta1::RelationDescriptor
Parameter
-
value (::Google::Cloud::Dataform::V1beta1::RelationDescriptor) — Descriptor for any output relation and its columns. Only set if
has_output
is true.
Returns
-
(::Google::Cloud::Dataform::V1beta1::RelationDescriptor) — Descriptor for any output relation and its columns. Only set if
has_output
is true.
#tags
def tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Arbitrary, user-defined tags on this action.
#tags=
def tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Arbitrary, user-defined tags on this action.
Returns
- (::Array<::String>) — Arbitrary, user-defined tags on this action.