integrations.sh
← all integrations

googleapis.com – pubsub

OpenAPI apis-guru analyticsmedia

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.pubsubProjectsSchemasCommit

    Commits a new schema revision to an existing schema.

  • projects.pubsubProjectsSchemasCreate

    Creates a schema.

  • projects.pubsubProjectsSchemasDelete

    Deletes a schema.

  • projects.pubsubProjectsSchemasDeleteRevision

    Deletes a specific schema revision.

  • projects.pubsubProjectsSchemasGet

    Gets a schema.

  • projects.pubsubProjectsSchemasList

    Lists schemas in a project.

  • projects.pubsubProjectsSchemasListRevisions

    Lists all schema revisions for the named schema.

  • projects.pubsubProjectsSchemasRollback

    Creates a new schema revision that is a copy of the provided revision_id.

  • projects.pubsubProjectsSchemasValidate

    Validates a schema.

  • projects.pubsubProjectsSchemasValidateMessage

    Validates a message against a schema.

  • projects.pubsubProjectsSnapshotsDelete

    Removes 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.pubsubProjectsSnapshotsGet

    Gets 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.pubsubProjectsSnapshotsList

    Lists 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.pubsubProjectsSubscriptionsAcknowledge

    Acknowledges the messages associated with the ack_ids in the AcknowledgeRequest. 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.pubsubProjectsSubscriptionsDelete

    Deletes an existing subscription. All messages retained in the subscription are immediately dropped. Calls to Pull after deletion will return NOT_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.pubsubProjectsSubscriptionsDetach

    Detaches a subscription from this topic. All messages retained in the subscription are dropped. Subsequent Pull and StreamingPull requests will return FAILED_PRECONDITION. If the subscription is a push subscription, pushes to the endpoint will stop.

  • projects.pubsubProjectsSubscriptionsGet

    Gets the configuration details of a subscription.

  • projects.pubsubProjectsSubscriptionsList

    Lists matching subscriptions.

  • projects.pubsubProjectsSubscriptionsModifyAckDeadline

    Modifies 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 ackDeadlineSeconds used for subsequent messages.

  • projects.pubsubProjectsSubscriptionsModifyPushConfig

    Modifies the PushConfig for a specified subscription. This may be used to change a push subscription to a pull one (signified by an empty PushConfig) 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 the PushConfig.

  • projects.pubsubProjectsSubscriptionsPull

    Pulls messages from the server.

  • projects.pubsubProjectsSubscriptionsSeek

    Seeks 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.pubsubProjectsTopicsCreate

    Creates the given topic with the given name. See the [resource name rules] ().

  • projects.pubsubProjectsTopicsDelete

    Deletes the topic with the given name. Returns NOT_FOUND if 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 their topic field is set to _deleted-topic_.

  • projects.pubsubProjectsTopicsGet

    Gets the configuration of a topic.

  • projects.pubsubProjectsTopicsGetIamPolicy

    Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

  • projects.pubsubProjectsTopicsList

    Lists matching topics.

  • projects.pubsubProjectsTopicsPatch

    Updates an existing topic. Note that certain properties of a topic are not modifiable.

  • projects.pubsubProjectsTopicsPublish

    Adds one or more messages to the topic. Returns NOT_FOUND if the topic does not exist.

  • projects.pubsubProjectsTopicsSetIamPolicy

    Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

  • projects.pubsubProjectsTopicsSnapshotsList

    Lists 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.pubsubProjectsTopicsSubscriptionsList

    Lists the names of the attached subscriptions on this topic.

  • projects.pubsubProjectsTopicsTestIamPermissions

    Returns 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_FOUND error. 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.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools