Interface FunctionSignature.DescriptionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string body = 2;
    com.google.protobuf.ByteString
    string body = 2;
    string language = 1;
    com.google.protobuf.ByteString
    string language = 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

    • getLanguage

      String getLanguage()
      string language = 1;
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
      string language = 1;
      Returns:
      The bytes for language.
    • getBody

      String getBody()
      string body = 2;
      Returns:
      The body.
    • getBodyBytes

      com.google.protobuf.ByteString getBodyBytes()
      string body = 2;
      Returns:
      The bytes for body.