google-apis-pubsub_v1 0.14.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58b9cbf48e9a6152f951f64b4f6db3b2150711760656374c36997401152326c9
4
- data.tar.gz: e8ef28004a6e01a83035caa62749a8bd19eabc1e88d599d6ba2b203aef926a8d
3
+ metadata.gz: 075766c3311345c61878a6b0e4b88dca7e17244d129ebe912bc8e4581a32dc05
4
+ data.tar.gz: 9db1069a57bd63fbfd98bf170008c37fd476505bdbfd7574a1875216dcd26a7d
5
5
  SHA512:
6
- metadata.gz: cffade831a367990a349d304d5d1d478f5d32dbc3df8b3ee92411ae724b4a709f7ec5b15de7de679516f3de5eec73fc5065004aaf71a4a0357ea5480fdcf09bc
7
- data.tar.gz: 9551172f4d2033e267ae4a967e8b5c9b7863e0198bf81faacb76bc74db54b55a42aa83bdba209c0a7179f9df4695c700cb2c778328c886138ad32b90e91552a7
6
+ metadata.gz: 61272c4760d071175d103b43cf9b32f891336d9616648fc64f0f4cba419f1e018e0b0c54d33683d5aa2c5d1d1c6acca7a62977116b6d2e884fbd31090bc29f58
7
+ data.tar.gz: 59f58a7481f2fcb444e52cb2033854801cf69eab8d661dee8ba9806d28b158376d7082879003b2759b832ac1ef6e2069f79fc706a507cd5b08e54a2be0d0f6d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.17.0 (2022-05-01)
4
+
5
+ * Regenerated from discovery document revision 20220421
6
+
7
+ ### v0.16.0 (2022-04-17)
8
+
9
+ * Regenerated from discovery document revision 20220404
10
+
11
+ ### v0.15.0 (2022-04-01)
12
+
13
+ * Regenerated from discovery document revision 20220322
14
+
3
15
  ### v0.14.0 (2022-03-13)
4
16
 
5
17
  * Regenerated from discovery document revision 20220301
@@ -65,7 +65,7 @@ module Google
65
65
  # @return [Google::Apis::PubsubV1::Expr]
66
66
  attr_accessor :condition
67
67
 
68
- # Specifies the principals requesting access for a Cloud Platform resource. `
68
+ # Specifies the principals requesting access for a Google Cloud resource. `
69
69
  # members` can have the following values: * `allUsers`: A special identifier
70
70
  # that represents anyone who is on the internet; with or without a Google
71
71
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -200,8 +200,7 @@ module Google
200
200
  # A generic empty message that you can re-use to avoid defining duplicated empty
201
201
  # messages in your APIs. A typical example is to use it as the request or the
202
202
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
203
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
204
- # `Empty` is empty JSON object ````.
203
+ # protobuf.Empty) returns (google.protobuf.Empty); `
205
204
  class Empty
206
205
  include Google::Apis::Core::Hashable
207
206
 
@@ -526,7 +525,10 @@ module Google
526
525
  end
527
526
 
528
527
  # Contains information needed for generating an [OpenID Connect token](https://
529
- # developers.google.com/identity/protocols/OpenIDConnect).
528
+ # developers.google.com/identity/protocols/OpenIDConnect). [Service account
529
+ # email](https://cloud.google.com/iam/docs/service-accounts) used for generating
530
+ # the OIDC token. For more information on setting up authentication, see [Push
531
+ # subscriptions](https://cloud.google.com/pubsub/docs/push).
530
532
  class OidcToken
531
533
  include Google::Apis::Core::Hashable
532
534
 
@@ -540,9 +542,7 @@ module Google
540
542
  # @return [String]
541
543
  attr_accessor :audience
542
544
 
543
- # [Service account email](https://cloud.google.com/iam/docs/service-accounts) to
544
- # be used for generating the OIDC token. See [Setting up push authentication](/
545
- # pubsub/docs/push#setting_up_for_push_authentication) for more details.
545
+ #
546
546
  # Corresponds to the JSON property `serviceAccountEmail`
547
547
  # @return [String]
548
548
  attr_accessor :service_account_email
@@ -722,7 +722,8 @@ module Google
722
722
  # messages published with the same non-empty `ordering_key` value will be
723
723
  # delivered to subscribers in the order in which they are received by the Pub/
724
724
  # Sub system. All `PubsubMessage`s published in a given `PublishRequest` must
725
- # specify the same `ordering_key` value.
725
+ # specify the same `ordering_key` value. For more information, see [ordering
726
+ # messages](https://cloud.google.com/pubsub/docs/ordering).
726
727
  # Corresponds to the JSON property `orderingKey`
727
728
  # @return [String]
728
729
  attr_accessor :ordering_key
@@ -826,7 +827,10 @@ module Google
826
827
  attr_accessor :attributes
827
828
 
828
829
  # Contains information needed for generating an [OpenID Connect token](https://
829
- # developers.google.com/identity/protocols/OpenIDConnect).
830
+ # developers.google.com/identity/protocols/OpenIDConnect). [Service account
831
+ # email](https://cloud.google.com/iam/docs/service-accounts) used for generating
832
+ # the OIDC token. For more information on setting up authentication, see [Push
833
+ # subscriptions](https://cloud.google.com/pubsub/docs/push).
830
834
  # Corresponds to the JSON property `oidcToken`
831
835
  # @return [Google::Apis::PubsubV1::OidcToken]
832
836
  attr_accessor :oidc_token
@@ -1322,7 +1326,7 @@ module Google
1322
1326
  include Google::Apis::Core::Hashable
1323
1327
 
1324
1328
  # The set of permissions to check for the `resource`. Permissions with wildcards
1325
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1329
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1326
1330
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1327
1331
  # Corresponds to the JSON property `permissions`
1328
1332
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PubsubV1
18
18
  # Version of the google-apis-pubsub_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
25
+ REVISION = "20220421"
26
26
  end
27
27
  end
28
28
  end
@@ -472,10 +472,11 @@ module Google
472
472
  execute_or_queue_command(command, &block)
473
473
  end
474
474
 
475
- # Gets the configuration details of a snapshot. Snapshots are used in Seek
476
- # operations, which allow you to manage message acknowledgments in bulk. That is,
477
- # you can set the acknowledgment state of messages in an existing subscription
478
- # to the state captured by a snapshot.
475
+ # Gets the configuration details of a snapshot. Snapshots are used in [Seek](
476
+ # https://cloud.google.com/pubsub/docs/replay-overview) operations, which allow
477
+ # you to manage message acknowledgments in bulk. That is, you can set the
478
+ # acknowledgment state of messages in an existing subscription to the state
479
+ # captured by a snapshot.
479
480
  # @param [String] snapshot
480
481
  # Required. The name of the snapshot to get. Format is `projects/`project`/
481
482
  # snapshots/`snap``.
@@ -592,10 +593,10 @@ module Google
592
593
  execute_or_queue_command(command, &block)
593
594
  end
594
595
 
595
- # Updates an existing snapshot. Snapshots are used in Seek operations, which
596
- # allow you to manage message acknowledgments in bulk. That is, you can set the
597
- # acknowledgment state of messages in an existing subscription to the state
598
- # captured by a snapshot.
596
+ # Updates an existing snapshot. Snapshots are used in [Seek](https://cloud.
597
+ # google.com/pubsub/docs/replay-overview) operations, which allow you to manage
598
+ # message acknowledgments in bulk. That is, you can set the acknowledgment state
599
+ # of messages in an existing subscription to the state captured by a snapshot.
599
600
  # @param [String] name
600
601
  # The name of the snapshot.
601
602
  # @param [Google::Apis::PubsubV1::UpdateSnapshotRequest] update_snapshot_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-pubsub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []