google-apis-servicecontrol_v1 0.23.0 → 0.25.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: 891729c8483826b9df83dc953ad13e99fa361884cf95a618103e12577f7f998a
4
- data.tar.gz: 562608b99efa1d7f82741a112b00d27879555e141d1a3c78dbe8f0de99305414
3
+ metadata.gz: cb7412115ef483394bb7e7b86faa186d3188056e1b34b2dbe2e1f9cdc9f0f8e7
4
+ data.tar.gz: e37714fda8144c487ab64fb1adc73f9a14d52e2f6942b31aa1a9e460118a035a
5
5
  SHA512:
6
- metadata.gz: dbe3e671a248ec86fd11510be7a53b15d2161077cfa42f4ca48bdda8b9eb50e1b6269c71db9fec2cfa74f9ab85ba3a08e9f13bc57dcc8854bb076b2d4c3b1554
7
- data.tar.gz: 05473f573590b5da86196b1feacad96a07d92e220534aef6ef20ed06092f055e815948c64f69d266449242c7bb542d2a6d3f08c5cd3b5e823de5cc474f0183b2
6
+ metadata.gz: 9e944a2652288b3e4f9ef7ba143ceda34461d1769f370770a135873675b3a6fc0654cf4ac0cbf9191ba8af1552b90d0656b532ea4b7424899dfd7fa0299d6b13
7
+ data.tar.gz: d2499ca78bacccf006a29e893a6af6bef4126e053ba6c464ecd925886c433cb2dd84a8db2b5ed7eae3e499f1d1b83aab4eb5d010f1c632392c8c63609bb06cd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.25.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220923
6
+
7
+ ### v0.24.0 (2022-09-21)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.23.0 (2022-07-01)
4
12
 
5
13
  * Regenerated using generator version 0.8.0
@@ -1575,8 +1575,8 @@ module Google
1575
1575
  attr_accessor :port
1576
1576
 
1577
1577
  # The identity of this peer. Similar to `Request.auth.principal`, but relative
1578
- # to the peer instead of the request. For example, the idenity associated with a
1579
- # load balancer that forwared the request.
1578
+ # to the peer instead of the request. For example, the identity associated with
1579
+ # a load balancer that forwarded the request.
1580
1580
  # Corresponds to the JSON property `principal`
1581
1581
  # @return [String]
1582
1582
  attr_accessor :principal
@@ -2187,6 +2187,11 @@ module Google
2187
2187
  class ResourceInfo
2188
2188
  include Google::Apis::Core::Hashable
2189
2189
 
2190
+ # The resource permission required for this request.
2191
+ # Corresponds to the JSON property `permission`
2192
+ # @return [String]
2193
+ attr_accessor :permission
2194
+
2190
2195
  # The identifier of the parent of this resource instance. Must be in one of the
2191
2196
  # following formats: - `projects/` - `folders/` - `organizations/`
2192
2197
  # Corresponds to the JSON property `resourceContainer`
@@ -2211,6 +2216,7 @@ module Google
2211
2216
 
2212
2217
  # Update properties of this object
2213
2218
  def update!(**args)
2219
+ @permission = args[:permission] if args.key?(:permission)
2214
2220
  @resource_container = args[:resource_container] if args.key?(:resource_container)
2215
2221
  @resource_location = args[:resource_location] if args.key?(:resource_location)
2216
2222
  @resource_name = args[:resource_name] if args.key?(:resource_name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV1
18
18
  # Version of the google-apis-servicecontrol_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220923"
26
26
  end
27
27
  end
28
28
  end
@@ -846,6 +846,7 @@ module Google
846
846
  class ResourceInfo
847
847
  # @private
848
848
  class Representation < Google::Apis::Core::JsonRepresentation
849
+ property :permission, as: 'permission'
849
850
  property :resource_container, as: 'resourceContainer'
850
851
  property :resource_location, as: 'resourceLocation'
851
852
  property :resource_name, as: 'resourceName'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.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-servicecontrol_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
63
  post_install_message:
64
64
  rdoc_options: []