Interface FunctionSignature.Argument.EnumArgumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FunctionSignature.Argument.EnumArgument, FunctionSignature.Argument.EnumArgument.Builder
Enclosing class:
FunctionSignature.Argument

public static interface FunctionSignature.Argument.EnumArgumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool optional = 2;
    getOptions(int index)
    repeated string options = 1;
    com.google.protobuf.ByteString
    getOptionsBytes(int index)
    repeated string options = 1;
    int
    repeated string options = 1;
    repeated string options = 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

    • getOptionsList

      List<String> getOptionsList()
      repeated string options = 1;
      Returns:
      A list containing the options.
    • getOptionsCount

      int getOptionsCount()
      repeated string options = 1;
      Returns:
      The count of options.
    • getOptions

      String getOptions(int index)
      repeated string options = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The options at the given index.
    • getOptionsBytes

      com.google.protobuf.ByteString getOptionsBytes(int index)
      repeated string options = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the options at the given index.
    • getOptional

      boolean getOptional()
      bool optional = 2;
      Returns:
      The optional.