Uses of Class
com.google.cloud.pubsublite.proto.MessageResponse
-
Packages that use MessageResponse Package Description com.google.cloud.pubsublite.proto -
-
Uses of MessageResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return MessageResponse Modifier and Type Method Description MessageResponse
MessageResponse.Builder. build()
MessageResponse
MessageResponse.Builder. buildPartial()
static MessageResponse
MessageResponse. getDefaultInstance()
MessageResponse
MessageResponse.Builder. getDefaultInstanceForType()
MessageResponse
MessageResponse. getDefaultInstanceForType()
MessageResponse
SubscribeResponse.Builder. getMessages()
Response containing messages from the topic partition.MessageResponse
SubscribeResponse. getMessages()
Response containing messages from the topic partition.MessageResponse
SubscribeResponseOrBuilder. 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(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)
static MessageResponse
MessageResponse. parseFrom(ByteBuffer data)
static MessageResponse
MessageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type MessageResponse Modifier and Type Method Description com.google.protobuf.Parser<MessageResponse>
MessageResponse. getParserForType()
static com.google.protobuf.Parser<MessageResponse>
MessageResponse. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type MessageResponse Modifier and Type Method 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.
-