google-apis-serviceusage_v1beta1 0.30.0 → 0.32.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: b2994f35bf868afdab5821748b42aac52352a4f45a00811abfa57db493cc76d9
4
- data.tar.gz: e4a230518b61f95715d10dc09223f7d41221c9dd0a97ade3359f5e25447a9d7e
3
+ metadata.gz: d4986632f43426a17235f4cf5939f89df4493b61cf5b2572187a9711fb7cf26b
4
+ data.tar.gz: 2e85ee60eeccc22105a12487ce072b7b50a670ae2f18481d107a1a88d9859fdc
5
5
  SHA512:
6
- metadata.gz: 805ca2197035d79a8fb8d8dbcaf86012e83db199fd57cc40824f9653b876ed472c2eb8db72b832a15b2f0e2fabced5714bf3233eb1f004be985ad9ad1b8a94d4
7
- data.tar.gz: f879286443f19a0039910c08943a55d1f2536de435df58dfe3e51134bbc1aa1698be7d828ba8cadbc024a928fcd90c3e4903bfe6888f5c53d2352a3a6169fc1f
6
+ metadata.gz: 802aad8f27540aafb12249a1b3d3ab802475fb4719c0a47f2975bbc62a65f5a43e1239afbca41a927f9fc26fcb2a5029c7a96a2489051aecb9d02ddbcd25fceb
7
+ data.tar.gz: 96ae6cec998f9ca02f32094e58e248fe5f17b22c365ff18cb691d9ee34128c928f4b99a2bb7599736c5bd3b0578d3b790631671d49ea0d2b1da9bdd6e7374742
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.31.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230215
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.30.0 (2022-11-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20221115
@@ -430,6 +430,11 @@ module Google
430
430
  # @return [Float]
431
431
  attr_accessor :operation_deadline
432
432
 
433
+ # The map between request protocol and the backend address.
434
+ # Corresponds to the JSON property `overridesByRequestProtocol`
435
+ # @return [Hash<String,Google::Apis::ServiceusageV1beta1::BackendRule>]
436
+ attr_accessor :overrides_by_request_protocol
437
+
433
438
  #
434
439
  # Corresponds to the JSON property `pathTranslation`
435
440
  # @return [String]
@@ -466,6 +471,7 @@ module Google
466
471
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
467
472
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
468
473
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
474
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
469
475
  @path_translation = args[:path_translation] if args.key?(:path_translation)
470
476
  @protocol = args[:protocol] if args.key?(:protocol)
471
477
  @selector = args[:selector] if args.key?(:selector)
@@ -3824,6 +3830,12 @@ module Google
3824
3830
  # @return [String]
3825
3831
  attr_accessor :organization
3826
3832
 
3833
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3834
+ # com/pubsub/lite/docs/reference/rpc
3835
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3836
+ # @return [String]
3837
+ attr_accessor :proto_reference_documentation_uri
3838
+
3827
3839
  def initialize(**args)
3828
3840
  update!(**args)
3829
3841
  end
@@ -3839,6 +3851,7 @@ module Google
3839
3851
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3840
3852
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3841
3853
  @organization = args[:organization] if args.key?(:organization)
3854
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3842
3855
  end
3843
3856
  end
3844
3857
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221115"
25
+ REVISION = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -759,6 +759,8 @@ module Google
759
759
  property :jwt_audience, as: 'jwtAudience'
760
760
  property :min_deadline, as: 'minDeadline'
761
761
  property :operation_deadline, as: 'operationDeadline'
762
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceusageV1beta1::BackendRule, decorator: Google::Apis::ServiceusageV1beta1::BackendRule::Representation
763
+
762
764
  property :path_translation, as: 'pathTranslation'
763
765
  property :protocol, as: 'protocol'
764
766
  property :selector, as: 'selector'
@@ -1591,6 +1593,7 @@ module Google
1591
1593
 
1592
1594
  property :new_issue_uri, as: 'newIssueUri'
1593
1595
  property :organization, as: 'organization'
1596
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1594
1597
  end
1595
1598
  end
1596
1599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Usage API V1beta1