Google Cloud Dataform V1beta1 Client - Class Declaration (0.3.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class Declaration.

Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.

Generated from protobuf message google.cloud.dataform.v1beta1.CompilationResultAction.Declaration

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ CompilationResultAction

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ relation_descriptor Google\Cloud\Dataform\V1beta1\RelationDescriptor

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.

getRelationDescriptor

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
TypeDescription
Google\Cloud\Dataform\V1beta1\RelationDescriptor|null

hasRelationDescriptor

clearRelationDescriptor

setRelationDescriptor

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.

Parameter
NameDescription
var Google\Cloud\Dataform\V1beta1\RelationDescriptor
Returns
TypeDescription
$this