Package p4.config.v1
Class P4Types.P4TypeInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
p4.config.v1.P4Types.P4TypeInfo
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,P4Types.P4TypeInfoOrBuilder
- Enclosing class:
P4Types
public static final class P4Types.P4TypeInfo
extends com.google.protobuf.GeneratedMessage
implements P4Types.P4TypeInfoOrBuilder
These P4 types (struct, header_type, header_union and enum) are guaranteed to have a fully-qualified name (e.g. you cannot use an anonymous struct to declare a variable like in C). Instead of duplicating the type spec for these every time the type is used, we include the type spec once in this P4TypeInfo message and refer to the types by name in the P4DataTypeSpec message. We also support annotations for these type specs which can be useful, e.g. to identify well-known headers (such as ipv4).Protobuf type
p4.config.v1.P4TypeInfo- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThese P4 types (struct, header_type, header_union and enum) are guaranteed to have a fully-qualified name (e.g.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsEnums(String key) map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;booleancontainsHeaders(String key) map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;booleanmap<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;booleancontainsNewTypes(String key) map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;booleanmap<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;booleancontainsStructs(String key) map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;booleanstatic P4Types.P4TypeInfostatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetEnums()Deprecated.intmap<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;getEnumsOrDefault(String key, P4Types.P4EnumTypeSpec defaultValue) map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;getEnumsOrThrow(String key) map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;getError().p4.config.v1.P4ErrorTypeSpec error = 5;.p4.config.v1.P4ErrorTypeSpec error = 5;Deprecated.intmap<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;getHeadersOrDefault(String key, P4Types.P4HeaderTypeSpec defaultValue) map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;getHeadersOrThrow(String key) map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;Deprecated.intmap<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;getHeaderUnionsOrDefault(String key, P4Types.P4HeaderUnionTypeSpec defaultValue) map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;Deprecated.intmap<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;getNewTypesOrDefault(String key, P4Types.P4NewTypeSpec defaultValue) map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;getNewTypesOrThrow(String key) map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;com.google.protobuf.Parser<P4Types.P4TypeInfo> Deprecated.intmap<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;getSerializableEnumsOrDefault(String key, P4Types.P4SerializableEnumTypeSpec defaultValue) map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;intDeprecated.intmap<string, .p4.config.v1.P4StructTypeSpec> structs = 1;map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;getStructsOrDefault(String key, P4Types.P4StructTypeSpec defaultValue) map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;getStructsOrThrow(String key) map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;booleanhasError().p4.config.v1.P4ErrorTypeSpec error = 5;inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) final booleanstatic P4Types.P4TypeInfo.Builderstatic P4Types.P4TypeInfo.BuildernewBuilder(P4Types.P4TypeInfo prototype) protected P4Types.P4TypeInfo.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static P4Types.P4TypeInfoparseDelimitedFrom(InputStream input) static P4Types.P4TypeInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static P4Types.P4TypeInfoparseFrom(byte[] data) static P4Types.P4TypeInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static P4Types.P4TypeInfoparseFrom(com.google.protobuf.ByteString data) static P4Types.P4TypeInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static P4Types.P4TypeInfoparseFrom(com.google.protobuf.CodedInputStream input) static P4Types.P4TypeInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static P4Types.P4TypeInfoparseFrom(InputStream input) static P4Types.P4TypeInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static P4Types.P4TypeInfoparseFrom(ByteBuffer data) static P4Types.P4TypeInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<P4Types.P4TypeInfo> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
STRUCTS_FIELD_NUMBER
public static final int STRUCTS_FIELD_NUMBER- See Also:
-
HEADERS_FIELD_NUMBER
public static final int HEADERS_FIELD_NUMBER- See Also:
-
HEADER_UNIONS_FIELD_NUMBER
public static final int HEADER_UNIONS_FIELD_NUMBER- See Also:
-
ENUMS_FIELD_NUMBER
public static final int ENUMS_FIELD_NUMBER- See Also:
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER- See Also:
-
SERIALIZABLE_ENUMS_FIELD_NUMBER
public static final int SERIALIZABLE_ENUMS_FIELD_NUMBER- See Also:
-
NEW_TYPES_FIELD_NUMBER
public static final int NEW_TYPES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getStructsCount
public int getStructsCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4StructTypeSpec> structs = 1;- Specified by:
getStructsCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsStructs
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;- Specified by:
containsStructsin interfaceP4Types.P4TypeInfoOrBuilder
-
getStructs
Deprecated.UsegetStructsMap()instead.- Specified by:
getStructsin interfaceP4Types.P4TypeInfoOrBuilder
-
getStructsMap
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;- Specified by:
getStructsMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getStructsOrDefault
public P4Types.P4StructTypeSpec getStructsOrDefault(String key, P4Types.P4StructTypeSpec defaultValue) map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;- Specified by:
getStructsOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getStructsOrThrow
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;- Specified by:
getStructsOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeadersCount
public int getHeadersCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;- Specified by:
getHeadersCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsHeaders
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;- Specified by:
containsHeadersin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaders
Deprecated.UsegetHeadersMap()instead.- Specified by:
getHeadersin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeadersMap
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;- Specified by:
getHeadersMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeadersOrDefault
public P4Types.P4HeaderTypeSpec getHeadersOrDefault(String key, P4Types.P4HeaderTypeSpec defaultValue) map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;- Specified by:
getHeadersOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeadersOrThrow
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;- Specified by:
getHeadersOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaderUnionsCount
public int getHeaderUnionsCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;- Specified by:
getHeaderUnionsCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsHeaderUnions
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;- Specified by:
containsHeaderUnionsin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaderUnions
Deprecated.UsegetHeaderUnionsMap()instead.- Specified by:
getHeaderUnionsin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaderUnionsMap
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;- Specified by:
getHeaderUnionsMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaderUnionsOrDefault
public P4Types.P4HeaderUnionTypeSpec getHeaderUnionsOrDefault(String key, P4Types.P4HeaderUnionTypeSpec defaultValue) map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;- Specified by:
getHeaderUnionsOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getHeaderUnionsOrThrow
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;- Specified by:
getHeaderUnionsOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
getEnumsCount
public int getEnumsCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;- Specified by:
getEnumsCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsEnums
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;- Specified by:
containsEnumsin interfaceP4Types.P4TypeInfoOrBuilder
-
getEnums
Deprecated.UsegetEnumsMap()instead.- Specified by:
getEnumsin interfaceP4Types.P4TypeInfoOrBuilder
-
getEnumsMap
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;- Specified by:
getEnumsMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getEnumsOrDefault
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;- Specified by:
getEnumsOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getEnumsOrThrow
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;- Specified by:
getEnumsOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
hasError
public boolean hasError().p4.config.v1.P4ErrorTypeSpec error = 5;- Specified by:
hasErrorin interfaceP4Types.P4TypeInfoOrBuilder- Returns:
- Whether the error field is set.
-
getError
.p4.config.v1.P4ErrorTypeSpec error = 5;- Specified by:
getErrorin interfaceP4Types.P4TypeInfoOrBuilder- Returns:
- The error.
-
getErrorOrBuilder
.p4.config.v1.P4ErrorTypeSpec error = 5;- Specified by:
getErrorOrBuilderin interfaceP4Types.P4TypeInfoOrBuilder
-
getSerializableEnumsCount
public int getSerializableEnumsCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;- Specified by:
getSerializableEnumsCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsSerializableEnums
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;- Specified by:
containsSerializableEnumsin interfaceP4Types.P4TypeInfoOrBuilder
-
getSerializableEnums
Deprecated.UsegetSerializableEnumsMap()instead.- Specified by:
getSerializableEnumsin interfaceP4Types.P4TypeInfoOrBuilder
-
getSerializableEnumsMap
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;- Specified by:
getSerializableEnumsMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getSerializableEnumsOrDefault
public P4Types.P4SerializableEnumTypeSpec getSerializableEnumsOrDefault(String key, P4Types.P4SerializableEnumTypeSpec defaultValue) map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;- Specified by:
getSerializableEnumsOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getSerializableEnumsOrThrow
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;- Specified by:
getSerializableEnumsOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
getNewTypesCount
public int getNewTypesCount()Description copied from interface:P4Types.P4TypeInfoOrBuildermap<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;- Specified by:
getNewTypesCountin interfaceP4Types.P4TypeInfoOrBuilder
-
containsNewTypes
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;- Specified by:
containsNewTypesin interfaceP4Types.P4TypeInfoOrBuilder
-
getNewTypes
Deprecated.UsegetNewTypesMap()instead.- Specified by:
getNewTypesin interfaceP4Types.P4TypeInfoOrBuilder
-
getNewTypesMap
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;- Specified by:
getNewTypesMapin interfaceP4Types.P4TypeInfoOrBuilder
-
getNewTypesOrDefault
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;- Specified by:
getNewTypesOrDefaultin interfaceP4Types.P4TypeInfoOrBuilder
-
getNewTypesOrThrow
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;- Specified by:
getNewTypesOrThrowin interfaceP4Types.P4TypeInfoOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static P4Types.P4TypeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static P4Types.P4TypeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected P4Types.P4TypeInfo.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-