Generated client implementations.
Generated client implementations.
Nested message and enum types in ExportConfig
.
Nested message and enum types in MessagePublishResponse
.
Nested message and enum types in PartitionAssignmentRequest
.
Generated client implementations.
Nested message and enum types in PublishRequest
.
Nested message and enum types in PublishResponse
.
Generated client implementations.
Nested message and enum types in SeekRequest
.
Nested message and enum types in SeekSubscriptionRequest
.
Nested message and enum types in StreamingCommitCursorRequest
.
Nested message and enum types in StreamingCommitCursorResponse
.
Nested message and enum types in SubscribeRequest
.
Nested message and enum types in SubscribeResponse
.
Generated client implementations.
Nested message and enum types in Subscription
.
Nested message and enum types in TimeTarget
.
Nested message and enum types in Topic
.
Generated client implementations.
The values associated with a key of an attribute.
Request for CommitCursor.
Response for CommitCursor.
Compute the current head cursor for a partition.
Response containing the head cursor for the requested topic and partition.
Compute statistics about a range of messages in a given topic and partition.
Response containing stats for messages in the requested topic and partition.
Compute the corresponding cursor for a publish or event time in a topic
partition.
Response containing the cursor corresponding to a publish or event time in a
topic partition.
Request for CreateReservation.
Request for CreateSubscription.
Request for CreateTopic.
A cursor that describes the position of a message within a topic partition.
Request for DeleteReservation.
Request for DeleteSubscription.
Request for DeleteTopic.
Configuration for a Pub/Sub Lite subscription that writes messages to a
destination. User subscriber clients must not connect to this subscription.
Request to grant tokens to the server, requesting delivery of messages when
they become available.
Request for GetReservation.
Request for GetSubscription.
Request for GetTopicPartitions.
Request for GetTopic.
The first streaming request that must be sent on a newly-opened stream. The
client must wait for the response before sending subsequent requests on the
stream.
Response to an InitialCommitCursorRequest.
The first request that must be sent on a newly-opened stream. The client must
wait for the response before sending subsequent requests on the stream.
The first request that must be sent on a newly-opened stream.
Response to an InitialPublishRequest.
The first request that must be sent on a newly-opened stream. The client must
wait for the response before sending subsequent requests on the stream.
Response to an InitialSubscribeRequest.
Request for ListPartitionCursors.
Response for ListPartitionCursors
Request for ListReservationTopics.
Response for ListReservationTopics.
Request for ListReservations.
Response for ListReservations.
Request for ListSubscriptions.
Response for ListSubscriptions.
Request for ListTopicSubscriptions.
Response for ListTopicSubscriptions.
Request for ListTopics.
Response for ListTopics.
Request to publish messages to the topic.
Response to a MessagePublishRequest.
Response containing a list of messages. Upon delivering a MessageResponse to
the client, the server:
Metadata for long running operations.
PartitionAssignments should not race with acknowledgements. There
should be exactly one unacknowledged PartitionAssignment at a time. If not,
the client must break the stream.
Acknowledge receipt and handling of the previous assignment.
If not sent within a short period after receiving the assignment,
partitions may remain unassigned for a period of time until the
client is known to be inactive, after which time the server will break the
stream.
A request on the PartitionAssignment stream.
A pair of a Cursor and the partition it is for.
A message that is published by publishers and delivered to subscribers.
Request sent from the client to the server on a stream.
Response to a PublishRequest.
Metadata about a reservation resource.
Request to update the stream’s delivery cursor based on the given target.
Resets the server available tokens to 0. SeekRequests past head result in
stream breakage.
Response to a SeekRequest.
Request for SeekSubscription.
Response for SeekSubscription long running operation.
Streaming request to update the committed cursor. Subsequent
SequencedCommitCursorRequests override outstanding ones.
Response to a SequencedCommitCursorRequest.
A message that has been stored and sequenced by the Pub/Sub Lite system.
A request sent from the client to the server on a stream.
Response to a StreamingCommitCursorRequest.
A request sent from the client to the server on a stream.
Response to SubscribeRequest.
Metadata about a subscription resource.
A target publish or event time. Can be used for seeking to or retrieving the
corresponding cursor.
Metadata about a topic resource.
Response for GetTopicPartitions.
Request for UpdateReservation.
Request for UpdateSubscription.
Request for UpdateTopic.