Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>
Lite version of
GeneratedMessage . |
static class |
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
Modifier and Type | Class and Description |
---|---|
static class |
Any.Builder
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
|
static class |
Api.Builder
Api is a light-weight descriptor for an API Interface.
|
static class |
BoolValue.Builder
Wrapper message for `bool`.
|
static class |
BytesValue.Builder
Wrapper message for `bytes`.
|
static class |
DoubleValue.Builder
Wrapper message for `double`.
|
static class |
Duration.Builder
A Duration represents a signed, fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution.
|
static class |
Empty.Builder
A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs.
|
static class |
Enum.Builder
Enum type definition.
|
static class |
EnumValue.Builder
Enum value definition.
|
static class |
Field.Builder
A single field of a message type.
|
static class |
FieldMask.Builder
`FieldMask` represents a set of symbolic field paths, for example:
paths: "f.a"
paths: "f.b.d"
Here `f` represents a field in some root message, `a` and `b`
fields in the message found in `f`, and `d` a field found in the
message in `f.b`.
|
static class |
FloatValue.Builder
Wrapper message for `float`.
|
static class |
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>
Lite equivalent of
GeneratedMessage.ExtendableBuilder . |
static class |
Int32Value.Builder
Wrapper message for `int32`.
|
static class |
Int64Value.Builder
Wrapper message for `int64`.
|
static class |
ListValue.Builder
`ListValue` is a wrapper around a repeated field of values.
|
static class |
Method.Builder
Method represents a method of an API interface.
|
static class |
Mixin.Builder
Declares an API Interface to be included in this interface.
|
static class |
Option.Builder
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
static class |
SourceContext.Builder
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
static class |
StringValue.Builder
Wrapper message for `string`.
|
static class |
Struct.Builder
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
static class |
Timestamp.Builder
A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution.
|
static class |
Type.Builder
A protocol buffer message type.
|
static class |
UInt32Value.Builder
Wrapper message for `uint32`.
|
static class |
UInt64Value.Builder
Wrapper message for `uint64`.
|
static class |
Value.Builder
`Value` represents a dynamically typed value which can be either
null, a number, a string, a boolean, a recursive struct value, or a
list of values.
|
Modifier and Type | Method and Description |
---|---|
protected <MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
GeneratedMessageLite.createBuilder() |
protected <MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
GeneratedMessageLite.createBuilder(MessageType prototype) |
Copyright © 2008–2021. All rights reserved.