Namespace Google.Apis.PubsubLite.v1
Classes
AdminResource
The "admin" collection of methods.
AdminResource.ProjectsResource
The "projects" collection of methods.
AdminResource.ProjectsResource.LocationsResource
The "locations" collection of methods.
AdminResource.ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
AdminResource.ProjectsResource.LocationsResource.OperationsResource.CancelRequest
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to
cancel the operation, but success is not guaranteed. If the server doesn't support this method,
it returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other
methods to check whether the cancellation succeeded or whether the operation completed despite
cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
Code.CANCELLED
.
AdminResource.ProjectsResource.LocationsResource.OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested
in the operation result. It does not cancel the operation. If the server doesn't support this
method, it returns google.rpc.Code.UNIMPLEMENTED
.
AdminResource.ProjectsResource.LocationsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
AdminResource.ProjectsResource.LocationsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support
this method, it returns UNIMPLEMENTED
.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource
The "reservations" collection of methods.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.CreateRequest
Creates a new reservation.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.DeleteRequest
Deletes the specified reservation.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.GetRequest
Returns the reservation configuration.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.ListRequest
Returns the list of reservations for the given project.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.PatchRequest
Updates properties of the specified reservation.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource
The "topics" collection of methods.
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource.ListRequest
Lists the topics attached to the specified reservation.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource
The "subscriptions" collection of methods.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.CreateRequest
Creates a new subscription.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.DeleteRequest
Deletes the specified subscription.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.GetRequest
Returns the subscription configuration.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.ListRequest
Returns the list of subscriptions for the given project.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.PatchRequest
Updates properties of the specified subscription.
AdminResource.ProjectsResource.LocationsResource.SubscriptionsResource.SeekRequest
Performs an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog. Seek translates these targets to cursors for each partition and orchestrates subscribers to start consuming messages from these seek cursors. If an operation is returned, the seek has been registered and subscribers will eventually receive messages from the seek cursors (i.e. eventual consistency), as long as they are using a minimum supported client library version and not a system that tracks cursors independently of Pub/Sub Lite (e.g. Apache Beam, Dataflow, Spark). The seek operation will fail for unsupported clients. If clients would like to know when subscribers react to the seek (or not), they can poll the operation. The seek operation will succeed and complete once subscribers are ready to receive messages from the seek cursors for all partitions of the topic. This means that the seek operation will not complete until all subscribers come online. If the previous seek operation has not yet completed, it will be aborted and the new invocation of seek will supersede it.
AdminResource.ProjectsResource.LocationsResource.TopicsResource
The "topics" collection of methods.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.CreateRequest
Creates a new topic.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.DeleteRequest
Deletes the specified topic.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.GetPartitionsRequest
Returns the partition information for the requested topic.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.GetRequest
Returns the topic configuration.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.ListRequest
Returns the list of topics for the given project.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.PatchRequest
Updates properties of the specified topic.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.SubscriptionsResource
The "subscriptions" collection of methods.
AdminResource.ProjectsResource.LocationsResource.TopicsResource.SubscriptionsResource.ListRequest
Lists the subscriptions attached to the specified topic.
CursorResource
The "cursor" collection of methods.
CursorResource.ProjectsResource
The "projects" collection of methods.
CursorResource.ProjectsResource.LocationsResource
The "locations" collection of methods.
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource
The "subscriptions" collection of methods.
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CommitCursorRequest
Updates the committed cursor.
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource
The "cursors" collection of methods.
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest
Returns all committed cursor information for a subscription.
PubsubLiteBaseServiceRequest<TResponse>
A base abstract class for PubsubLite requests.
PubsubLiteService
The PubsubLite Service.
PubsubLiteService.Scope
Available OAuth 2.0 scopes for use with the Pub/Sub Lite API.
PubsubLiteService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Pub/Sub Lite API.
TopicStatsResource
The "topicStats" collection of methods.
TopicStatsResource.ProjectsResource
The "projects" collection of methods.
TopicStatsResource.ProjectsResource.LocationsResource
The "locations" collection of methods.
TopicStatsResource.ProjectsResource.LocationsResource.TopicsResource
The "topics" collection of methods.
TopicStatsResource.ProjectsResource.LocationsResource.TopicsResource.ComputeHeadCursorRequest
Compute the head cursor for the partition. The head cursor's offset is guaranteed to be less than or equal to all messages which have not yet been acknowledged as published, and greater than the offset of any message whose publish has already been acknowledged. It is zero if there have never been messages in the partition.
TopicStatsResource.ProjectsResource.LocationsResource.TopicsResource.ComputeMessageStatsRequest
Compute statistics about a range of messages in a given topic and partition.
TopicStatsResource.ProjectsResource.LocationsResource.TopicsResource.ComputeTimeCursorRequest
Compute the corresponding cursor for a publish or event time in a topic partition.
Enums
PubsubLiteBaseServiceRequest<TResponse>.AltEnum
Data format for response.
PubsubLiteBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.