- instance - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
-
- INSTANCE - Static variable in class com.google.protobuf.GeneratedMessageLite.MergeFromVisitor
-
- Internal - Class in com.google.protobuf
-
The classes contained within are used internally by the Protocol Buffer library and generated message
implementations.
- Internal.BooleanList - Interface in com.google.protobuf
-
A List
implementation that avoids boxing the elements into Booleans if possible.
- Internal.DoubleList - Interface in com.google.protobuf
-
A List
implementation that avoids boxing the elements into Doubles if possible.
- Internal.EnumLite - Interface in com.google.protobuf
-
Interface for an enum value or value descriptor, to be used in FieldSet.
- Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
-
- Internal.FloatList - Interface in com.google.protobuf
-
A List
implementation that avoids boxing the elements into Floats if possible.
- Internal.IntList - Interface in com.google.protobuf
-
A List
implementation that avoids boxing the elements into Integers if possible.
- Internal.ListAdapter<F,T> - Class in com.google.protobuf
-
Provides an immutable view of List<T>
around a List<F>
.
- Internal.ListAdapter.Converter<F,T> - Interface in com.google.protobuf
-
Convert individual elements of the List from F to T.
- Internal.LongList - Interface in com.google.protobuf
-
A List
implementation that avoids boxing the elements into Longs if possible.
- Internal.MapAdapter<K,V,RealValue> - Class in com.google.protobuf
-
Wrap around a Map<K, RealValue>
and provide a Map<K, V>
interface.
- Internal.MapAdapter.Converter<A,B> - Interface in com.google.protobuf
-
An interface used to convert between two types.
- Internal.ProtobufList<E> - Interface in com.google.protobuf
-
Extends List
to add the capability to make the list immutable and inspect if it is modifiable.
- internalMergeFrom(MessageType) - Method in class com.google.protobuf.AbstractMessageLite.Builder
-
- internalMergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- InvalidProtocolBufferException - Exception in com.google.protobuf
-
Thrown when a protocol message being parsed is invalid in some way, e.g.
- InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
-
- InvalidProtocolBufferException(IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
-
- isAtEnd() - Method in class com.google.protobuf.CodedInputStream
-
Returns true if the stream has reached the end of the input.
- isBalanced() - Method in class com.google.protobuf.ByteString
-
Return true
if this ByteString is literal (a leaf node) or a flat-enough tree in the sense of
RopeByteString
.
- isBuilt - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
-
- isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
-
- isEmpty() - Method in class com.google.protobuf.ByteString
-
Returns true
if the size is 0
, false
otherwise.
- isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite
-
- isInitialized(T, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
-
A static helper method for checking if a message is initialized, optionally memoizing.
- isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
-
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
- isModifiable() - Method in interface com.google.protobuf.Internal.ProtobufList
-
Returns whether this list can be modified via the publicly accessible List
methods.
- isMutable() - Method in class com.google.protobuf.MapFieldLite
-
Returns whether this field can be modified.
- isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
-
- isRepeated() - Method in class com.google.protobuf.ExtensionLite
-
Returns whether it is a repeated field.
- isRepeated() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
-
- isValidUtf8() - Method in class com.google.protobuf.ByteString
-
Tells whether this ByteString
represents a well-formed UTF-8 byte sequence, such that the original bytes
can be converted to a String object and then round tripped back to bytes without loss.
- isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the
original bytes can be converted to a String object and then back to a byte array round tripping the bytes without
loss.
- isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
-
- iterator() - Method in class com.google.protobuf.ByteString
-