public interface SubscribeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InitialSubscribeResponse |
getInitial()
Initial response on the stream.
|
InitialSubscribeResponseOrBuilder |
getInitialOrBuilder()
Initial response on the stream.
|
MessageResponse |
getMessages()
Response containing messages from the topic partition.
|
MessageResponseOrBuilder |
getMessagesOrBuilder()
Response containing messages from the topic partition.
|
SubscribeResponse.ResponseCase |
getResponseCase() |
SeekResponse |
getSeek()
Response to a Seek operation.
|
SeekResponseOrBuilder |
getSeekOrBuilder()
Response to a Seek operation.
|
boolean |
hasInitial()
Initial response on the stream.
|
boolean |
hasMessages()
Response containing messages from the topic partition.
|
boolean |
hasSeek()
Response to a Seek operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInitial()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialSubscribeResponse initial = 1;InitialSubscribeResponse getInitial()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialSubscribeResponse initial = 1;InitialSubscribeResponseOrBuilder getInitialOrBuilder()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialSubscribeResponse initial = 1;boolean hasSeek()
Response to a Seek operation.
.google.cloud.pubsublite.v1.SeekResponse seek = 2;SeekResponse getSeek()
Response to a Seek operation.
.google.cloud.pubsublite.v1.SeekResponse seek = 2;SeekResponseOrBuilder getSeekOrBuilder()
Response to a Seek operation.
.google.cloud.pubsublite.v1.SeekResponse seek = 2;boolean hasMessages()
Response containing messages from the topic partition.
.google.cloud.pubsublite.v1.MessageResponse messages = 3;MessageResponse getMessages()
Response containing messages from the topic partition.
.google.cloud.pubsublite.v1.MessageResponse messages = 3;MessageResponseOrBuilder getMessagesOrBuilder()
Response containing messages from the topic partition.
.google.cloud.pubsublite.v1.MessageResponse messages = 3;SubscribeResponse.ResponseCase getResponseCase()
Copyright © 2023 Google LLC. All rights reserved.