google-apis-pubsub_v1 0.19.0 → 0.22.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: 23f1ec9518a2e8e9b5d900304cc97175d8e3879e88aec02551bb50c115c695c5
4
- data.tar.gz: 303a2602a3f65670800a13c288763fbe67d7d18edff897883b899a87da69f0a0
3
+ metadata.gz: 2894f909a55e169d87eda02e16f8b516a5fb91b65cb753cf1c15b93623f1c244
4
+ data.tar.gz: 38151f755224d45afbc3f02c32a99c285dd6b6a37499c445871cf43dee39cc85
5
5
  SHA512:
6
- metadata.gz: 071467d0cacf01d646f64c50132aaf5138fb2f55674733f386ef1ebaa938e6dd70c33535aa2c5640d1cdd4837029deed4a5c370727d26a5736cd5aea669cd915
7
- data.tar.gz: 978c4981f1890739aa3f3e41537ccd3550946d5208c888430c681ec7138b96512d2cb1947780d91f59799b68a5f60278134bf9809655cc407b770d408c47d445
6
+ metadata.gz: df1720494eea230063b4a74854d67e56ae63a4067804c99012a68a25a0887c99ba6db611350530de6a1901bb46ca58838d15c9f5ea5a99aea517035739cc2fad
7
+ data.tar.gz: c27ba05882d28899debe95cd3dcec781d152d95a7fd911a6b861e7f164b8dac4680e4d45d46e45b7c972ddc993b1709965c2d09f377c6121f553b625ebfae8cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.22.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.21.0 (2022-06-06)
8
+
9
+ * Regenerated from discovery document revision 20220524
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.20.0 (2022-05-28)
13
+
14
+ * Regenerated from discovery document revision 20220522
15
+
3
16
  ### v0.19.0 (2022-05-20)
4
17
 
5
18
  * Regenerated from discovery document revision 20220510
@@ -62,7 +62,7 @@ module Google
62
62
  # @return [String]
63
63
  attr_accessor :state
64
64
 
65
- # The name of the table to which to write data, of the form `projectId`:`
65
+ # The name of the table to which to write data, of the form `projectId`.`
66
66
  # datasetId`.`tableId`
67
67
  # Corresponds to the JSON property `table`
68
68
  # @return [String]
@@ -1043,6 +1043,20 @@ module Google
1043
1043
  # @return [String]
1044
1044
  attr_accessor :encoding
1045
1045
 
1046
+ # The minimum (inclusive) revision allowed for validating messages. If empty or
1047
+ # not present, allow any revision to be validated against last_revision or any
1048
+ # revision created before.
1049
+ # Corresponds to the JSON property `firstRevisionId`
1050
+ # @return [String]
1051
+ attr_accessor :first_revision_id
1052
+
1053
+ # The maximum (inclusive) revision allowed for validating messages. If empty or
1054
+ # not present, allow any revision to be validated against first_revision or any
1055
+ # revision created after.
1056
+ # Corresponds to the JSON property `lastRevisionId`
1057
+ # @return [String]
1058
+ attr_accessor :last_revision_id
1059
+
1046
1060
  # Required. The name of the schema that messages published should be validated
1047
1061
  # against. Format is `projects/`project`/schemas/`schema``. The value of this
1048
1062
  # field will be `_deleted-schema_` if the schema has been deleted.
@@ -1057,6 +1071,8 @@ module Google
1057
1071
  # Update properties of this object
1058
1072
  def update!(**args)
1059
1073
  @encoding = args[:encoding] if args.key?(:encoding)
1074
+ @first_revision_id = args[:first_revision_id] if args.key?(:first_revision_id)
1075
+ @last_revision_id = args[:last_revision_id] if args.key?(:last_revision_id)
1060
1076
  @schema = args[:schema] if args.key?(:schema)
1061
1077
  end
1062
1078
  end
@@ -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.19.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220510"
25
+ REVISION = "20220524"
26
26
  end
27
27
  end
28
28
  end
@@ -543,6 +543,8 @@ module Google
543
543
  # @private
544
544
  class Representation < Google::Apis::Core::JsonRepresentation
545
545
  property :encoding, as: 'encoding'
546
+ property :first_revision_id, as: 'firstRevisionId'
547
+ property :last_revision_id, as: 'lastRevisionId'
546
548
  property :schema, as: 'schema'
547
549
  end
548
550
  end
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.19.0
4
+ version: 0.22.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.22.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Pub/Sub API V1