Skip to content

Commit

Permalink
fix wording in one of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex committed Jun 23, 2023
1 parent 82e8bfd commit 40655f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubsub/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,19 +420,19 @@ type SubscriptionConfig struct {

// If push delivery is used with this subscription, this field is
// used to configure it. At most one of `PushConfig`, `BigQueryConfig`,
// and `CloudStorageConfig` can be set. If all are empty, then the
// or `CloudStorageConfig` can be set. If all are empty, then the
// subscriber will pull and ack messages using API methods.
PushConfig PushConfig

// If delivery to BigQuery is used with this subscription, this field is
// used to configure it. At most one of `PushConfig`, `BigQueryConfig`,
// and `CloudStorageConfig` can be set. If all are empty, then the
// or `CloudStorageConfig` can be set. If all are empty, then the
// subscriber will pull and ack messages using API methods.
BigQueryConfig BigQueryConfig

// If delivery to Cloud Storage is used with this subscription, this field is
// used to configure it. At most one of `PushConfig`, `BigQueryConfig`,
// and `CloudStorageConfig` can be set. If all are empty, then the
// or `CloudStorageConfig` can be set. If all are empty, then the
// subscriber will pull and ack messages using API methods.
CloudStorageConfig CloudStorageConfig

Expand Down

0 comments on commit 40655f1

Please sign in to comment.