Interface ReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reference, Reference.Builder

public interface ReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string description = 3 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 3 [json_name = "description"];
    string _ref = 1 [json_name = "Ref"];
    com.google.protobuf.ByteString
    string _ref = 1 [json_name = "Ref"];
    string summary = 2 [json_name = "summary"];
    com.google.protobuf.ByteString
    string summary = 2 [json_name = "summary"];

    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

    • getRef

      String getRef()
      string _ref = 1 [json_name = "Ref"];
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
      string _ref = 1 [json_name = "Ref"];
      Returns:
      The bytes for ref.
    • getSummary

      String getSummary()
      string summary = 2 [json_name = "summary"];
      Returns:
      The summary.
    • getSummaryBytes

      com.google.protobuf.ByteString getSummaryBytes()
      string summary = 2 [json_name = "summary"];
      Returns:
      The bytes for summary.
    • getDescription

      String getDescription()
      string description = 3 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 3 [json_name = "description"];
      Returns:
      The bytes for description.