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 TypeMethodDescriptioncom.google.protobuf.AnygetInfo()specific to the extern type, declared in a separate vendor-specific proto filecom.google.protobuf.AnyOrBuilderspecific to the extern type, declared in a separate vendor-specific proto file.p4.config.v1.Preamble preamble = 1;.p4.config.v1.Preamble preamble = 1;booleanhasInfo()specific to the extern type, declared in a separate vendor-specific proto fileboolean.p4.config.v1.Preamble preamble = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
P4InfoOuterClass.Preamble 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;
-