Interface SimpleExtensionDeclaration.ExtensionFunctionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SimpleExtensionDeclaration.ExtensionFunction, SimpleExtensionDeclaration.ExtensionFunction.Builder
Enclosing class:
SimpleExtensionDeclaration

public static interface SimpleExtensionDeclaration.ExtensionFunctionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    references the extension_urn_anchor defined for a specific extension URN.
    int
    A surrogate key used in the context of a single plan to reference a specific function.
    A function signature
    com.google.protobuf.ByteString
    A function signature

    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

    • getExtensionUrnReference

      int getExtensionUrnReference()
       references the extension_urn_anchor defined for a specific extension URN.
       
      uint32 extension_urn_reference = 4;
      Returns:
      The extensionUrnReference.
    • getFunctionAnchor

      int getFunctionAnchor()
       A surrogate key used in the context of a single plan to reference a
       specific function.
       0 is a valid anchor/reference, but prefer non-zero values for ergonomics.
       
      uint32 function_anchor = 2;
      Returns:
      The functionAnchor.
    • getName

      String getName()
       A function signature
       
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       A function signature
       
      string name = 3;
      Returns:
      The bytes for name.