Modules§
- consumer
- Nested message and enum types in
Consumer
. - describe_
consumer_ result - Nested message and enum types in
DescribeConsumerResult
. - describe_
topic_ result - Nested message and enum types in
DescribeTopicResult
. - stream_
direct_ read_ message - Nested message and enum types in
StreamDirectReadMessage
. - stream_
read_ message - Nested message and enum types in
StreamReadMessage
. - stream_
write_ message - Nested message and enum types in
StreamWriteMessage
. - update_
offsets_ in_ transaction_ request - Nested message and enum types in
UpdateOffsetsInTransactionRequest
. - v1
Structs§
- Alter
Consumer - Consumer alter description.
- Alter
Partitioning Settings - Partitioning settings for topic.
- Alter
Topic Request - Update existing topic request sent from client to server.
- Alter
Topic Response - Update topic response sent from server to client.
- Alter
Topic Result - Update topic result message that will be inside UpdateTopicResponse.operation.
- Commit
Offset Request - Commit offset request sent from client to server.
- Commit
Offset Response - Commit offset response sent from server to client.
- Commit
Offset Result - Commit offset result message inside CommitOffsetResponse.operation.
- Consumer
- Consumer description.
- Create
Topic Request - Create topic request sent from client to server.
- Create
Topic Response - Create topic response sent from server to client. If topic is already exists then response status will be “ALREADY_EXISTS”.
- Create
Topic Result - Create topic result message that will be inside CreateTopicResponse.operation.
- Describe
Consumer Request - Describe topic’s consumer request sent from client to server.
- Describe
Consumer Response - Describe topic’s consumer response sent from server to client. If topic is not existed then response status will be “SCHEME_ERROR”.
- Describe
Consumer Result - Describe topic’s consumer result message that will be inside DescribeConsumerResponse.operation.
- Describe
Partition Request - Describe partition request sent from client to server.
- Describe
Partition Response - Describe partition response sent from server to client. If topic is not existed then response status will be “SCHEME_ERROR”.
- Describe
Partition Result - Describe partition result message that will be inside DescribeTopicResponse.operation.
- Describe
Topic Request - Describe topic request sent from client to server.
- Describe
Topic Response - Describe topic response sent from server to client. If topic is not existed then response status will be “SCHEME_ERROR”.
- Describe
Topic Result - Describe topic result message that will be inside DescribeTopicResponse.operation.
- Drop
Topic Request - Drop topic request sent from client to server.
- Drop
Topic Response - Drop topic response sent from server to client. If topic not exists then response status will be “SCHEME_ERROR”.
- Drop
Topic Result - Drop topic result message that will be inside DropTopicResponse.operation.
- Metadata
Item - Multiple
Windows Stat - message representing statistics by several windows
- Offsets
Range - Represents range [start, end). I.e. (end - 1) is the greatest of offsets, included in non-empty range.
- Partition
Location - Topic partition location
- Partition
Stats - Partition
With Generation - Partitioning
Settings - Partitioning settings for topic.
- Stream
Direct Read Message - Messages for bidirectional streaming rpc StreamDirectRead
- Stream
Read Message - Messages for bidirectional streaming rpc StreamRead
- Stream
Write Message - Messages for bidirectional streaming rpc StreamWrite
- Supported
Codecs - Description of supported codecs.
- Transaction
Identity - Update
Offsets InTransaction Request - Add offsets to transaction request sent from client to server.
- Update
Offsets InTransaction Response - Add offsets to transaction response sent from server to client.
- Update
Offsets InTransaction Result - Add offsets to transaction result message that will be inside UpdateOffsetsInTransactionResponse.operation.
- Update
Token Request - In-session reauthentication and reauthorization, lets user increase session lifetime. Client should wait for UpdateTokenResponse before sending next UpdateTokenRequest.
- Update
Token Response
Enums§
- Codec
- Metering
Mode - Metering mode specifies the method used to determine consumption of resources by the topic. This settings will have an effect only in a serverless database.