Modifier and Type | Method and Description |
---|---|
SerializedObject |
SerializedObject.Builder.build() |
SerializedObject |
SerializedObject.Builder.buildPartial() |
SerializedObject |
MetaDataValueOrBuilder.getBytesValue()
The binary value of the Meta Data entry.
|
SerializedObject |
MetaDataValue.getBytesValue()
The binary value of the Meta Data entry.
|
SerializedObject |
MetaDataValue.Builder.getBytesValue()
The binary value of the Meta Data entry.
|
static SerializedObject |
SerializedObject.getDefaultInstance() |
SerializedObject |
SerializedObject.getDefaultInstanceForType() |
SerializedObject |
SerializedObject.Builder.getDefaultInstanceForType() |
static SerializedObject |
SerializedObject.parseDelimitedFrom(InputStream input) |
static SerializedObject |
SerializedObject.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SerializedObject |
SerializedObject.parseFrom(byte[] data) |
static SerializedObject |
SerializedObject.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SerializedObject |
SerializedObject.parseFrom(ByteBuffer data) |
static SerializedObject |
SerializedObject.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SerializedObject |
SerializedObject.parseFrom(com.google.protobuf.ByteString data) |
static SerializedObject |
SerializedObject.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SerializedObject |
SerializedObject.parseFrom(com.google.protobuf.CodedInputStream input) |
static SerializedObject |
SerializedObject.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SerializedObject |
SerializedObject.parseFrom(InputStream input) |
static SerializedObject |
SerializedObject.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SerializedObject> |
SerializedObject.getParserForType() |
static com.google.protobuf.Parser<SerializedObject> |
SerializedObject.parser() |
Modifier and Type | Method and Description |
---|---|
MetaDataValue.Builder |
MetaDataValue.Builder.mergeBytesValue(SerializedObject value)
The binary value of the Meta Data entry.
|
SerializedObject.Builder |
SerializedObject.Builder.mergeFrom(SerializedObject other) |
static SerializedObject.Builder |
SerializedObject.newBuilder(SerializedObject prototype) |
MetaDataValue.Builder |
MetaDataValue.Builder.setBytesValue(SerializedObject value)
The binary value of the Meta Data entry.
|
Modifier and Type | Method and Description |
---|---|
SerializedObject |
CommandResponse.getPayload()
The payload to provide as a result to the dispatcher
|
SerializedObject |
CommandResponse.Builder.getPayload()
The payload to provide as a result to the dispatcher
|
SerializedObject |
Command.getPayload()
The payload of the Command, providing details on the instructions for the recipient
|
SerializedObject |
Command.Builder.getPayload()
The payload of the Command, providing details on the instructions for the recipient
|
SerializedObject |
CommandOrBuilder.getPayload()
The payload of the Command, providing details on the instructions for the recipient
|
SerializedObject |
CommandResponseOrBuilder.getPayload()
The payload to provide as a result to the dispatcher
|
Modifier and Type | Method and Description |
---|---|
CommandResponse.Builder |
CommandResponse.Builder.mergePayload(SerializedObject value)
The payload to provide as a result to the dispatcher
|
Command.Builder |
Command.Builder.mergePayload(SerializedObject value)
The payload of the Command, providing details on the instructions for the recipient
|
CommandResponse.Builder |
CommandResponse.Builder.setPayload(SerializedObject value)
The payload to provide as a result to the dispatcher
|
Command.Builder |
Command.Builder.setPayload(SerializedObject value)
The payload of the Command, providing details on the instructions for the recipient
|
Modifier and Type | Method and Description |
---|---|
SerializedObject |
Event.getPayload()
The Payload of the Event
|
SerializedObject |
Event.Builder.getPayload()
The Payload of the Event
|
SerializedObject |
EventOrBuilder.getPayload()
The Payload of the Event
|
Modifier and Type | Method and Description |
---|---|
Event.Builder |
Event.Builder.mergePayload(SerializedObject value)
The Payload of the Event
|
Event.Builder |
Event.Builder.setPayload(SerializedObject value)
The Payload of the Event
|
Modifier and Type | Method and Description |
---|---|
SerializedObject |
QueryUpdate.getPayload()
The object representing the Update
|
SerializedObject |
QueryUpdate.Builder.getPayload()
The object representing the Update
|
SerializedObject |
QueryResponseOrBuilder.getPayload()
The Payload of the Response Message
|
SerializedObject |
QueryRequest.getPayload()
A payload accompanying the Query
|
SerializedObject |
QueryRequest.Builder.getPayload()
A payload accompanying the Query
|
SerializedObject |
QueryRequestOrBuilder.getPayload()
A payload accompanying the Query
|
SerializedObject |
QueryResponse.getPayload()
The Payload of the Response Message
|
SerializedObject |
QueryResponse.Builder.getPayload()
The Payload of the Response Message
|
SerializedObject |
QueryUpdateOrBuilder.getPayload()
The object representing the Update
|
SerializedObject |
QueryRequest.getResponseType()
An object describing the expectations of the Response Type
|
SerializedObject |
QueryRequest.Builder.getResponseType()
An object describing the expectations of the Response Type
|
SerializedObject |
QueryRequestOrBuilder.getResponseType()
An object describing the expectations of the Response Type
|
SerializedObject |
SubscriptionQueryOrBuilder.getUpdateResponseType()
A description of the type of Object expected as Update Responses
|
SerializedObject |
SubscriptionQuery.getUpdateResponseType()
A description of the type of Object expected as Update Responses
|
SerializedObject |
SubscriptionQuery.Builder.getUpdateResponseType()
A description of the type of Object expected as Update Responses
|
Modifier and Type | Method and Description |
---|---|
QueryUpdate.Builder |
QueryUpdate.Builder.mergePayload(SerializedObject value)
The object representing the Update
|
QueryRequest.Builder |
QueryRequest.Builder.mergePayload(SerializedObject value)
A payload accompanying the Query
|
QueryResponse.Builder |
QueryResponse.Builder.mergePayload(SerializedObject value)
The Payload of the Response Message
|
QueryRequest.Builder |
QueryRequest.Builder.mergeResponseType(SerializedObject value)
An object describing the expectations of the Response Type
|
SubscriptionQuery.Builder |
SubscriptionQuery.Builder.mergeUpdateResponseType(SerializedObject value)
A description of the type of Object expected as Update Responses
|
QueryUpdate.Builder |
QueryUpdate.Builder.setPayload(SerializedObject value)
The object representing the Update
|
QueryRequest.Builder |
QueryRequest.Builder.setPayload(SerializedObject value)
A payload accompanying the Query
|
QueryResponse.Builder |
QueryResponse.Builder.setPayload(SerializedObject value)
The Payload of the Response Message
|
QueryRequest.Builder |
QueryRequest.Builder.setResponseType(SerializedObject value)
An object describing the expectations of the Response Type
|
SubscriptionQuery.Builder |
SubscriptionQuery.Builder.setUpdateResponseType(SerializedObject value)
A description of the type of Object expected as Update Responses
|
Modifier and Type | Method and Description |
---|---|
SerializedObject |
GrpcPayloadSerializer.apply(Message message) |
SerializedObject |
GrpcObjectSerializer.apply(O o) |
Constructor and Description |
---|
GrpcSerializedObject(SerializedObject serializedObject)
|
Copyright © 2010–2020. All rights reserved.