- Internal - Class in com.google.protobuf
-
The classes contained within are used internally by the Protocol Buffer
library and generated message implementations.
- Internal() - Constructor for class com.google.protobuf.Internal
-
- 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
-
- 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
-
- 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
.
- 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 interface com.google.protobuf.MessageLiteOrBuilder
-
Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
- isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
-
- 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.
- iterator() - Method in class com.google.protobuf.ByteString
-
- iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-