Interface StardocOutputProtos.FunctionDeprecationInfoOrBuilder

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

public static interface StardocOutputProtos.FunctionDeprecationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The documented deprecation of the function (if specified in the function's docstring).
    com.google.protobuf.ByteString
    The documented deprecation of the function (if specified in the function's docstring).

    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

    • getDocString

      String getDocString()
       The documented deprecation of the function (if specified in the function's
       docstring).
       
      string doc_string = 1;
      Returns:
      The docString.
    • getDocStringBytes

      com.google.protobuf.ByteString getDocStringBytes()
       The documented deprecation of the function (if specified in the function's
       docstring).
       
      string doc_string = 1;
      Returns:
      The bytes for docString.