Interface CompilationResultAction.DeclarationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompilationResultAction.Declaration,CompilationResultAction.Declaration.Builder
- Enclosing class:
- CompilationResultAction
public static interface CompilationResultAction.DeclarationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationDescriptorgetRelationDescriptor()Descriptor for the relation and its columns.RelationDescriptorOrBuildergetRelationDescriptorOrBuilder()Descriptor for the relation and its columns.booleanhasRelationDescriptor()Descriptor for the relation and its columns.-
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.v1alpha2.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.v1alpha2.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.v1alpha2.RelationDescriptor relation_descriptor = 1;
-
-