public final class StreamingCommitCursorResponse extends GeneratedMessageV3 implements StreamingCommitCursorResponseOrBuilderResponse to a StreamingCommitCursorRequest.
Protobuf type google.cloud.pubsublite.v1.StreamingCommitCursorResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GeneratedMessage.ExtendableMessage<MessageType> > GeneratedMessageV3 > StreamingCommitCursorResponseImplements
StreamingCommitCursorResponseOrBuilderStatic Fields
COMMIT_FIELD_NUMBER
public static final int COMMIT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
INITIAL_FIELD_NUMBER
public static final int INITIAL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StreamingCommitCursorResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StreamingCommitCursorResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.Builder |
|
newBuilder(StreamingCommitCursorResponse prototype)
public static StreamingCommitCursorResponse.Builder newBuilder(StreamingCommitCursorResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StreamingCommitCursorResponse |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static StreamingCommitCursorResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StreamingCommitCursorResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StreamingCommitCursorResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StreamingCommitCursorResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StreamingCommitCursorResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StreamingCommitCursorResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingCommitCursorResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StreamingCommitCursorResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingCommitCursorResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCommit()
public SequencedCommitCursorResponse getCommit()Response to committing a new cursor value.
.google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
| Returns | |
|---|---|
| Type | Description |
SequencedCommitCursorResponse |
The commit. |
getCommitOrBuilder()
public SequencedCommitCursorResponseOrBuilder getCommitOrBuilder()Response to committing a new cursor value.
.google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
| Returns | |
|---|---|
| Type | Description |
SequencedCommitCursorResponseOrBuilder |
|
getDefaultInstanceForType()
public StreamingCommitCursorResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse |
|
getInitial()
public InitialCommitCursorResponse getInitial()Initial response on the stream.
.google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
| Returns | |
|---|---|
| Type | Description |
InitialCommitCursorResponse |
The initial. |
getInitialOrBuilder()
public InitialCommitCursorResponseOrBuilder getInitialOrBuilder()Initial response on the stream.
.google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
| Returns | |
|---|---|
| Type | Description |
InitialCommitCursorResponseOrBuilder |
|
getParserForType()
public Parser<StreamingCommitCursorResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingCommitCursorResponse> |
|
getRequestCase()
public StreamingCommitCursorResponse.RequestCase getRequestCase()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.RequestCase |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCommit()
public boolean hasCommit()Response to committing a new cursor value.
.google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commit field is set. |
hasInitial()
public boolean hasInitial()Initial response on the stream.
.google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the initial field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public StreamingCommitCursorResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.Builder |
|
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StreamingCommitCursorResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.Builder |
|
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)| Parameter | |
|---|---|
| Name | Description |
unused |
UnusedPrivateParameter |
| Returns | |
|---|---|
| Type | Description |
Object |
|
toBuilder()
public StreamingCommitCursorResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingCommitCursorResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|