Package p4.config.v1

Interface P4InfoOuterClass.DocumentationOrBuilder

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

public static interface P4InfoOuterClass.DocumentationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A brief description of something, e.g.
    com.google.protobuf.ByteString
    A brief description of something, e.g.
    A more verbose description of something.
    com.google.protobuf.ByteString
    A more verbose description of something.

    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

    • getBrief

      String getBrief()
       A brief description of something, e.g. one sentence
       
      string brief = 1;
      Returns:
      The brief.
    • getBriefBytes

      com.google.protobuf.ByteString getBriefBytes()
       A brief description of something, e.g. one sentence
       
      string brief = 1;
      Returns:
      The bytes for brief.
    • getDescription

      String getDescription()
       A more verbose description of something. Multiline is accepted. Markup
       format (if any) is TBD.
       
      string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       A more verbose description of something. Multiline is accepted. Markup
       format (if any) is TBD.
       
      string description = 2;
      Returns:
      The bytes for description.