public final class PartitionCursor extends GeneratedMessageV3 implements PartitionCursorOrBuilder
A pair of a Cursor and the partition it is for.
Protobuf type google.cloud.pubsublite.v1.PartitionCursor
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PartitionCursorImplements
PartitionCursorOrBuilderStatic Fields
CURSOR_FIELD_NUMBER
public static final int CURSOR_FIELD_NUMBER
Type | Description |
int |
PARTITION_FIELD_NUMBER
public static final int PARTITION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PartitionCursor getDefaultInstance()
Type | Description |
PartitionCursor |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PartitionCursor.Builder newBuilder()
Type | Description |
PartitionCursor.Builder |
newBuilder(PartitionCursor prototype)
public static PartitionCursor.Builder newBuilder(PartitionCursor prototype)
Name | Description |
prototype | PartitionCursor |
Type | Description |
PartitionCursor.Builder |
parseDelimitedFrom(InputStream input)
public static PartitionCursor parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PartitionCursor parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PartitionCursor parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PartitionCursor parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PartitionCursor parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PartitionCursor parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PartitionCursor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionCursor |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PartitionCursor> parser()
Type | Description |
Parser<PartitionCursor> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCursor()
public Cursor getCursor()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;
Type | Description |
Cursor | The cursor. |
getCursorOrBuilder()
public CursorOrBuilder getCursorOrBuilder()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;
Type | Description |
CursorOrBuilder |
getDefaultInstanceForType()
public PartitionCursor getDefaultInstanceForType()
Type | Description |
PartitionCursor |
getParserForType()
public Parser<PartitionCursor> getParserForType()
Type | Description |
Parser<PartitionCursor> |
getPartition()
public long getPartition()
The partition this is for.
int64 partition = 1;
Type | Description |
long | The partition. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCursor()
public boolean hasCursor()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;
Type | Description |
boolean | Whether the cursor field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PartitionCursor.Builder newBuilderForType()
Type | Description |
PartitionCursor.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PartitionCursor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PartitionCursor.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PartitionCursor.Builder toBuilder()
Type | Description |
PartitionCursor.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |