Namespace Google.Apis.PubsubLite.v1.Data
Classes
CancelOperationRequest
The request message for Operations.CancelOperation.
Capacity
The throughput capacity configuration for each partition.
CommitCursorRequest
Request for CommitCursor.
CommitCursorResponse
Response for CommitCursor.
ComputeHeadCursorRequest
Compute the current head cursor for a partition.
ComputeHeadCursorResponse
Response containing the head cursor for the requested topic and partition.
ComputeMessageStatsRequest
Compute statistics about a range of messages in a given topic and partition.
ComputeMessageStatsResponse
Response containing stats for messages in the requested topic and partition.
ComputeTimeCursorRequest
Compute the corresponding cursor for a publish or event time in a topic partition.
ComputeTimeCursorResponse
Response containing the cursor corresponding to a publish or event time in a topic partition.
Cursor
A cursor that describes the position of a message within a topic partition.
DeliveryConfig
The settings for a subscription's message delivery.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
ExportConfig
Configuration for a Pub/Sub Lite subscription that writes messages to a destination. User subscriber clients must not connect to this subscription.
ListOperationsResponse
The response message for Operations.ListOperations.
ListPartitionCursorsResponse
Response for ListPartitionCursors
ListReservationTopicsResponse
Response for ListReservationTopics.
ListReservationsResponse
Response for ListReservations.
ListSubscriptionsResponse
Response for ListSubscriptions.
ListTopicSubscriptionsResponse
Response for ListTopicSubscriptions.
ListTopicsResponse
Response for ListTopics.
Operation
This resource represents a long-running operation that is the result of a network API call.
OperationMetadata
Metadata for long running operations.
PartitionConfig
The settings for a topic's partitions.
PartitionCursor
A pair of a Cursor and the partition it is for.
PubSubConfig
Configuration for exporting to a Pub/Sub topic.
Reservation
Metadata about a reservation resource.
ReservationConfig
The settings for this topic's Reservation usage.
RetentionConfig
The settings for a topic's message retention.
SeekSubscriptionRequest
Request for SeekSubscription.
SeekSubscriptionResponse
Response for SeekSubscription long running operation.
Status
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.
Subscription
Metadata about a subscription resource.
TimeTarget
A target publish or event time. Can be used for seeking to or retrieving the corresponding cursor.
Topic
Metadata about a topic resource.
TopicPartitions
Response for GetTopicPartitions.