| Modifier and Type | Method and Description |
|---|---|
MessageResponse |
MessageResponse.Builder.build() |
MessageResponse |
MessageResponse.Builder.buildPartial() |
static MessageResponse |
MessageResponse.getDefaultInstance() |
MessageResponse |
MessageResponse.getDefaultInstanceForType() |
MessageResponse |
MessageResponse.Builder.getDefaultInstanceForType() |
MessageResponse |
SubscribeResponseOrBuilder.getMessages()
Response containing messages from the topic partition.
|
MessageResponse |
SubscribeResponse.getMessages()
Response containing messages from the topic partition.
|
MessageResponse |
SubscribeResponse.Builder.getMessages()
Response containing messages from the topic partition.
|
static MessageResponse |
MessageResponse.parseDelimitedFrom(InputStream input) |
static MessageResponse |
MessageResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageResponse |
MessageResponse.parseFrom(byte[] data) |
static MessageResponse |
MessageResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageResponse |
MessageResponse.parseFrom(ByteBuffer data) |
static MessageResponse |
MessageResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageResponse |
MessageResponse.parseFrom(com.google.protobuf.ByteString data) |
static MessageResponse |
MessageResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageResponse |
MessageResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MessageResponse |
MessageResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageResponse |
MessageResponse.parseFrom(InputStream input) |
static MessageResponse |
MessageResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MessageResponse> |
MessageResponse.getParserForType() |
static com.google.protobuf.Parser<MessageResponse> |
MessageResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MessageResponse.Builder |
MessageResponse.Builder.mergeFrom(MessageResponse other) |
SubscribeResponse.Builder |
SubscribeResponse.Builder.mergeMessages(MessageResponse value)
Response containing messages from the topic partition.
|
static MessageResponse.Builder |
MessageResponse.newBuilder(MessageResponse prototype) |
SubscribeResponse.Builder |
SubscribeResponse.Builder.setMessages(MessageResponse value)
Response containing messages from the topic partition.
|
Copyright © 2023 Google LLC. All rights reserved.