JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
B
build()
- Method in class com.google.protobuf.
GeneratedMessageLite.Builder
build()
- Method in interface com.google.protobuf.
MessageLite.Builder
Constructs the message based on the state of the Builder.
Builder()
- Constructor for class com.google.protobuf.
AbstractMessageLite.Builder
Builder(MessageType)
- Constructor for class com.google.protobuf.
GeneratedMessageLite.Builder
buildPartial()
- Method in class com.google.protobuf.
GeneratedMessageLite.Builder
buildPartial()
- Method in class com.google.protobuf.
GeneratedMessageLite.ExtendableBuilder
buildPartial()
- Method in interface com.google.protobuf.
MessageLite.Builder
Like
MessageLite.Builder.build()
, but does not throw an exception if the message is missing required fields.
byteArrayDefaultValue(String)
- Static method in class com.google.protobuf.
Internal
Helper called by generated code to construct default values for bytes fields.
byteAt(int)
- Method in class com.google.protobuf.
ByteString
Gets the byte at the given index.
byteBufferDefaultValue(String)
- Static method in class com.google.protobuf.
Internal
Helper called by generated code to construct default values for bytes fields.
ByteOutput
- Class in
com.google.protobuf
An output target for raw bytes.
ByteOutput()
- Constructor for class com.google.protobuf.
ByteOutput
bytesDefaultValue(String)
- Static method in class com.google.protobuf.
Internal
Helper called by generated code to construct default values for bytes fields.
ByteString
- Class in
com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator
- Interface in
com.google.protobuf
This interface extends
Iterator<Byte>
, so that we can return an unboxed
byte
.
ByteString.Output
- Class in
com.google.protobuf
Outputs to a
ByteString
instance.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes