public interface InitialSubscribeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SeekRequest |
getInitialLocation()
Optional.
|
SeekRequestOrBuilder |
getInitialLocationOrBuilder()
Optional.
|
long |
getPartition()
The partition from which to receive messages.
|
String |
getSubscription()
The subscription from which to receive messages.
|
com.google.protobuf.ByteString |
getSubscriptionBytes()
The subscription from which to receive messages.
|
boolean |
hasInitialLocation()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSubscription()
The subscription from which to receive messages.
string subscription = 1;com.google.protobuf.ByteString getSubscriptionBytes()
The subscription from which to receive messages.
string subscription = 1;long getPartition()
The partition from which to receive messages. Partitions are zero indexed, so `partition` must be in the range [0, topic.num_partitions).
int64 partition = 2;boolean hasInitialLocation()
Optional. Initial target location within the message backlog. If not set, messages will be delivered from the commit cursor for the given subscription and partition.
.google.cloud.pubsublite.v1.SeekRequest initial_location = 4 [(.google.api.field_behavior) = OPTIONAL];
SeekRequest getInitialLocation()
Optional. Initial target location within the message backlog. If not set, messages will be delivered from the commit cursor for the given subscription and partition.
.google.cloud.pubsublite.v1.SeekRequest initial_location = 4 [(.google.api.field_behavior) = OPTIONAL];
SeekRequestOrBuilder getInitialLocationOrBuilder()
Optional. Initial target location within the message backlog. If not set, messages will be delivered from the commit cursor for the given subscription and partition.
.google.cloud.pubsublite.v1.SeekRequest initial_location = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.