|
static< ContainingType extends MessageLite, Type > GeneratedExtension< ContainingType, Type > | newSingularGeneratedExtension (final ContainingType containingTypeDefaultInstance, final Type defaultValue, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final Class singularType) |
|
static< ContainingType extends MessageLite, Type > GeneratedExtension< ContainingType, Type > | newRepeatedGeneratedExtension (final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked, final Class singularType) |
|
|
static final< T extends GeneratedMessageLite< T, ?> > boolean | isInitialized (T message, boolean shouldMemoize) |
|
static final< T extends GeneratedMessageLite< T, ?> > void | makeImmutable (T message) |
|
static IntList | emptyIntList () |
|
static IntList | mutableCopy (IntList list) |
|
static LongList | emptyLongList () |
|
static LongList | mutableCopy (LongList list) |
|
static FloatList | emptyFloatList () |
|
static FloatList | mutableCopy (FloatList list) |
|
static DoubleList | emptyDoubleList () |
|
static DoubleList | mutableCopy (DoubleList list) |
|
static BooleanList | emptyBooleanList () |
|
static BooleanList | mutableCopy (BooleanList list) |
|
static< E > ProtobufList< E > | emptyProtobufList () |
|
static< E > ProtobufList< E > | mutableCopy (ProtobufList< E > list) |
|
static< T extends GeneratedMessageLite< T, ?> T | parsePartialFrom (T defaultInstance, CodedInputStream input) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, ByteString data) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, byte[] data) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, InputStream input) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, CodedInputStream input) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseFrom (T defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseDelimitedFrom (T defaultInstance, InputStream input) throws InvalidProtocolBufferException |
|
static< T extends GeneratedMessageLite< T, ?> T | parseDelimitedFrom (T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException |
|
static void | checkByteStringIsUtf8 (ByteString byteString) throws IllegalArgumentException |
|
static< T > void | addAll (final Iterable< T > values, final Collection<? super T > list) |
|
A reflective toString function. This is primarily intended as a developer aid, while keeping binary size down. The first line of the
representation includes a commented version of
to act as an indicator that this should not be relied on for comparisons.
NOTE: This method relies on the field getter methods not being stripped or renamed by proguard. If they are, the fields will not be included in the returned string representation.
NOTE: This implementation is liable to change in the future, and should not be relied on in code.