Package p4.config.v1

Interface P4InfoOuterClass.ExternInstanceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    specific to the extern type, declared in a separate vendor-specific proto file
    com.google.protobuf.AnyOrBuilder
    specific to the extern type, declared in a separate vendor-specific proto file
    .p4.config.v1.Preamble preamble = 1;
    .p4.config.v1.Preamble preamble = 1;
    boolean
    specific to the extern type, declared in a separate vendor-specific proto file
    boolean
    .p4.config.v1.Preamble preamble = 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

    • hasPreamble

      boolean hasPreamble()
      .p4.config.v1.Preamble preamble = 1;
      Returns:
      Whether the preamble field is set.
    • getPreamble

      .p4.config.v1.Preamble preamble = 1;
      Returns:
      The preamble.
    • getPreambleOrBuilder

      P4InfoOuterClass.PreambleOrBuilder getPreambleOrBuilder()
      .p4.config.v1.Preamble preamble = 1;
    • hasInfo

      boolean hasInfo()
       specific to the extern type, declared in a separate vendor-specific proto
       file
       
      .google.protobuf.Any info = 2;
      Returns:
      Whether the info field is set.
    • getInfo

      com.google.protobuf.Any getInfo()
       specific to the extern type, declared in a separate vendor-specific proto
       file
       
      .google.protobuf.Any info = 2;
      Returns:
      The info.
    • getInfoOrBuilder

      com.google.protobuf.AnyOrBuilder getInfoOrBuilder()
       specific to the extern type, declared in a separate vendor-specific proto
       file
       
      .google.protobuf.Any info = 2;