Interface Expression.FieldReference.OuterReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Expression.FieldReference.OuterReference, Expression.FieldReference.OuterReference.Builder
Enclosing class:
Expression.FieldReference

public static interface Expression.FieldReference.OuterReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    number of subquery boundaries to traverse up for this field's reference This value must be >= 1

    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 Details

    • getStepsOut

      int getStepsOut()
       number of subquery boundaries to traverse up for this field's reference
      
       This value must be >= 1
       
      uint32 steps_out = 1;
      Returns:
      The stepsOut.