Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
abstract WireFormat.FieldType |
ExtensionLite.getLiteType()
Returns the type of the field.
|
WireFormat.FieldType |
Descriptors.FieldDescriptor.getLiteType()
For internal use only.
|
WireFormat.FieldType |
GeneratedMessageLite.GeneratedExtension.getLiteType() |
WireFormat.FieldType |
GeneratedMessage.GeneratedExtension.getLiteType() |
static WireFormat.FieldType |
WireFormat.FieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WireFormat.FieldType[] |
WireFormat.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapEntry<K,V> |
MapEntry.newDefaultInstance(Descriptors.Descriptor descriptor,
WireFormat.FieldType keyType,
K defaultKey,
WireFormat.FieldType valueType,
V defaultValue)
Create a default MapEntry instance.
|
static <K,V> MapEntryLite<K,V> |
MapEntryLite.newDefaultInstance(WireFormat.FieldType keyType,
K defaultKey,
WireFormat.FieldType valueType,
V defaultValue)
Creates a default MapEntryLite message instance.
|
static <ContainingType extends MessageLite,Type> |
GeneratedMessageLite.newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance,
MessageLite messageDefaultInstance,
Internal.EnumLiteMap<?> enumTypeMap,
int number,
WireFormat.FieldType type,
boolean isPacked,
java.lang.Class singularType)
For use by generated code only.
|
static <ContainingType extends MessageLite,Type> |
GeneratedMessageLite.newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance,
Type defaultValue,
MessageLite messageDefaultInstance,
Internal.EnumLiteMap<?> enumTypeMap,
int number,
WireFormat.FieldType type,
java.lang.Class singularType)
For use by generated code only.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.