public interface ComputeHeadCursorRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPartition()
public abstract long getPartition()
Required. The partition for which we should compute the head cursor.
int64 partition = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
long | The partition. |
getTopic()
public abstract String getTopic()
Required. The topic for which we should compute the head cursor.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The topic. |
getTopicBytes()
public abstract ByteString getTopicBytes()
Required. The topic for which we should compute the head cursor.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for topic. |