NAME
    gcloud beta pubsub subscriptions - manage Cloud Pub/Sub subscriptions

SYNOPSIS
    gcloud beta pubsub subscriptions COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage Cloud Pub/Sub subscriptions.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     ack
        (BETA) Acknowledges one or more messages on the specified subscription.

     add-iam-policy-binding
        (BETA) Add IAM policy binding to a subscription.

     create
        (BETA) Creates one or more Cloud Pub/Sub subscriptions.

     delete
        (BETA) Deletes one or more Cloud Pub/Sub subscriptions.

     describe
        (BETA) Describes a Cloud Pub/Sub subscription.

     get-iam-policy
        (BETA) Get the IAM policy for a Cloud Pub/Sub Subscription.

     list
        (BETA) Lists Cloud Pub/Sub subscriptions.

     modify-ack-deadline
        (BETA) (DEPRECATED) Modifies the ACK deadline for a specific Cloud
        Pub/Sub message.

     modify-message-ack-deadline
        (BETA) Modifies the ACK deadline for a specific Cloud Pub/Sub message.

     modify-push-config
        (BETA) Modifies the push configuration of a Cloud Pub/Sub subscription.

     pull
        (BETA) Pulls one or more Cloud Pub/Sub messages from a subscription.

     remove-iam-policy-binding
        (BETA) Remove IAM policy binding of a subscription.

     seek
        (BETA) Resets a subscription's backlog to a point in time or to a given
        snapshot.

     set-iam-policy
        (BETA) Set IAM policy for a subscription.

     update
        (BETA) Updates an existing Cloud Pub/Sub subscription.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud pubsub subscriptions

        $ gcloud alpha pubsub subscriptions

