googleapis.com – pubsub
Provides reliable, many-to-many, asynchronous messaging between applications.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:pubsub/v1.json
- Provider
- googleapis.com:pubsub / pubsub
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/pubsub/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/pubsub/v1/openapi.yaml
Tools (35)
Extracted live via the executor SDK.
-
projects.pubsubProjectsSchemasCommitCommits a new schema revision to an existing schema.
-
projects.pubsubProjectsSchemasCreateCreates a schema.
-
projects.pubsubProjectsSchemasDeleteDeletes a schema.
-
projects.pubsubProjectsSchemasDeleteRevisionDeletes a specific schema revision.
-
projects.pubsubProjectsSchemasGetGets a schema.
-
projects.pubsubProjectsSchemasListLists schemas in a project.
-
projects.pubsubProjectsSchemasListRevisionsLists all schema revisions for the named schema.
-
projects.pubsubProjectsSchemasRollbackCreates a new schema revision that is a copy of the provided revision_id.
-
projects.pubsubProjectsSchemasValidateValidates a schema.
-
projects.pubsubProjectsSchemasValidateMessageValidates a message against a schema.
-
projects.pubsubProjectsSnapshotsDeleteRemoves an existing snapshot. Snapshots are used in [Seek] () operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot. When the snapshot is deleted, all messages retained in the snapshot are immediately dropped. After a snapshot is deleted, a new one may be created with the same name, but the new one has no association with the old snapshot or its subscription, unless the same subscription is specified.
-
projects.pubsubProjectsSnapshotsGetGets the configuration details of a snapshot. Snapshots are used in operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.
-
projects.pubsubProjectsSnapshotsListLists the existing snapshots. Snapshots are used in operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.
-
projects.pubsubProjectsSubscriptionsAcknowledgeAcknowledges the messages associated with the
ack_idsin theAcknowledgeRequest. The Pub/Sub system can remove the relevant messages from the subscription. Acknowledging a message whose ack deadline has expired may succeed, but such a message may be redelivered later. Acknowledging a message more than once will not result in an error. -
projects.pubsubProjectsSubscriptionsDeleteDeletes an existing subscription. All messages retained in the subscription are immediately dropped. Calls to
Pullafter deletion will returnNOT_FOUND. After a subscription is deleted, a new one may be created with the same name, but the new one has no association with the old subscription or its topic unless the same topic is specified. -
projects.pubsubProjectsSubscriptionsDetachDetaches a subscription from this topic. All messages retained in the subscription are dropped. Subsequent
PullandStreamingPullrequests will return FAILED_PRECONDITION. If the subscription is a push subscription, pushes to the endpoint will stop. -
projects.pubsubProjectsSubscriptionsGetGets the configuration details of a subscription.
-
projects.pubsubProjectsSubscriptionsListLists matching subscriptions.
-
projects.pubsubProjectsSubscriptionsModifyAckDeadlineModifies the ack deadline for a specific message. This method is useful to indicate that more time is needed to process a message by the subscriber, or to make the message available for redelivery if the processing was interrupted. Note that this does not modify the subscription-level
ackDeadlineSecondsused for subsequent messages. -
projects.pubsubProjectsSubscriptionsModifyPushConfigModifies the
PushConfigfor a specified subscription. This may be used to change a push subscription to a pull one (signified by an emptyPushConfig) or vice versa, or change the endpoint URL and other attributes of a push subscription. Messages will accumulate for delivery continuously through the call regardless of changes to thePushConfig. -
projects.pubsubProjectsSubscriptionsPullPulls messages from the server.
-
projects.pubsubProjectsSubscriptionsSeekSeeks an existing subscription to a point in time or to a given snapshot, whichever is provided in the request. Snapshots are used in [Seek] () operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot. Note that both the subscription and the snapshot must be on the same topic.
-
projects.pubsubProjectsTopicsCreateCreates the given topic with the given name. See the [resource name rules] ().
-
projects.pubsubProjectsTopicsDeleteDeletes the topic with the given name. Returns
NOT_FOUNDif the topic does not exist. After a topic is deleted, a new topic may be created with the same name; this is an entirely new topic with none of the old configuration or subscriptions. Existing subscriptions to this topic are not deleted, but theirtopicfield is set to_deleted-topic_. -
projects.pubsubProjectsTopicsGetGets the configuration of a topic.
-
projects.pubsubProjectsTopicsGetIamPolicyGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
-
projects.pubsubProjectsTopicsListLists matching topics.
-
projects.pubsubProjectsTopicsPatchUpdates an existing topic. Note that certain properties of a topic are not modifiable.
-
projects.pubsubProjectsTopicsPublishAdds one or more messages to the topic. Returns
NOT_FOUNDif the topic does not exist. -
projects.pubsubProjectsTopicsSetIamPolicySets the access control policy on the specified resource. Replaces any existing policy. Can return
NOT_FOUND,INVALID_ARGUMENT, andPERMISSION_DENIEDerrors. -
projects.pubsubProjectsTopicsSnapshotsListLists the names of the snapshots on this topic. Snapshots are used in operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.
-
projects.pubsubProjectsTopicsSubscriptionsListLists the names of the attached subscriptions on this topic.
-
projects.pubsubProjectsTopicsTestIamPermissionsReturns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a
NOT_FOUNDerror. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools