Interface CompilationResultAction.DeclarationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RelationDescriptor getRelationDescriptor()
      Descriptor for the relation and its columns.
      RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
      Descriptor for the relation and its columns.
      boolean hasRelationDescriptor()
      Descriptor for the relation and its columns.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRelationDescriptor

        boolean hasRelationDescriptor()
         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.
         
        .google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 1;
        Returns:
        Whether the relationDescriptor field is set.
      • getRelationDescriptor

        RelationDescriptor 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.
         
        .google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 1;
        Returns:
        The relationDescriptor.
      • getRelationDescriptorOrBuilder

        RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
         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.
         
        .google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 1;