google-apis-servicecontrol_v1 0.38.0 → 0.40.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: e00906718012eeb0aab71847c3027f6986257451bafd085ee4efdbd60226b00d
4
- data.tar.gz: 3cb7b7fa70f773c689d76c84f67acfc739b5db18c93251b96413f50092312e5e
3
+ metadata.gz: 90669855acca874c261ead752c1986b1625ac632a649fab77b593028a3a82cea
4
+ data.tar.gz: a0501cd03363f6fa4d395d916def6cb5449a22db28bc0a2b312e4a6be1dc0aaf
5
5
  SHA512:
6
- metadata.gz: 9126058602659620a1c4848e7165990087186b122197884bc3da8ce42bad05d30b98ec1581dc9b724f4f7b85ef521c2e8e15bfe5b1384da40e4d6a2f645735df
7
- data.tar.gz: a1a5a0c94b9e110058ff03662c711c3689c6ce9967eb7bd0f54f3f662af5ecea2e476ef057051a605b7aac53e9fa460f000927bbca1e774808892be34b14a931
6
+ metadata.gz: 9d01512acf3cb04f07ac930f1df20a05ffc6e9ff206d27e7b172496febcbbdb7e04650635e71b32e3691d0de19c451bfb8de3198900da1090ad109a1a97ba0ee
7
+ data.tar.gz: 98533a31db46822478ed1d967069d99cf9393134de6de0ff396b870dfe5f79c369e4422a6bbd473cdb9270858e24ca4eadde7a103ff0e541b1e63e8347a133e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.40.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+
7
+ ### v0.39.0 (2024-12-02)
8
+
9
+ * Regenerated from discovery document revision 20240802
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.38.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240531
@@ -160,7 +160,7 @@ module Google
160
160
  # The set of attributes. Each attribute's key can be up to 128 bytes long. The
161
161
  # value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean
162
162
  # values `true` and `false`. For example: "/instance_id": "my-instance" "/http/
163
- # user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": true
163
+ # user_agent": "" "/http/request_bytes": 300 "example.com/myattribute": true
164
164
  # Corresponds to the JSON property `attributeMap`
165
165
  # @return [Hash<String,Google::Apis::ServicecontrolV1::AttributeValue>]
166
166
  attr_accessor :attribute_map
@@ -355,13 +355,6 @@ module Google
355
355
  # @return [Hash<String,Object>]
356
356
  attr_accessor :claims
357
357
 
358
- # Identifies the client credential id used for authentication. credential_id is
359
- # in the format of AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:
360
- # XXXXX" where the format of the IDENTIFIER can vary for different AUTH_METHODs.
361
- # Corresponds to the JSON property `credentialId`
362
- # @return [String]
363
- attr_accessor :credential_id
364
-
365
358
  # The authorized presenter of the credential. Reflects the optional Authorized
366
359
  # Presenter (`azp`) claim within a JWT or the OAuth client id. For example, a
367
360
  # Google Cloud Platform client id looks as follows: "123456789012.apps.
@@ -387,7 +380,6 @@ module Google
387
380
  @access_levels = args[:access_levels] if args.key?(:access_levels)
388
381
  @audiences = args[:audiences] if args.key?(:audiences)
389
382
  @claims = args[:claims] if args.key?(:claims)
390
- @credential_id = args[:credential_id] if args.key?(:credential_id)
391
383
  @presenter = args[:presenter] if args.key?(:presenter)
392
384
  @principal = args[:principal] if args.key?(:principal)
393
385
  end
@@ -987,7 +979,7 @@ module Google
987
979
  attr_accessor :protocol
988
980
 
989
981
  # The referer URL of the request, as defined in [HTTP/1.1 Header Field
990
- # Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
982
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
991
983
  # Corresponds to the JSON property `referer`
992
984
  # @return [String]
993
985
  attr_accessor :referer
@@ -2651,7 +2643,7 @@ module Google
2651
2643
  attr_accessor :protocol
2652
2644
 
2653
2645
  # The referer URL of the request, as defined in [HTTP/1.1 Header Field
2654
- # Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
2646
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
2655
2647
  # Corresponds to the JSON property `referer`
2656
2648
  # @return [String]
2657
2649
  attr_accessor :referer
@@ -2920,6 +2912,13 @@ module Google
2920
2912
  class V1ResourceEvent
2921
2913
  include Google::Apis::Core::Hashable
2922
2914
 
2915
+ # The ESF unique context id of the api request, from which this resource event
2916
+ # originated. This field is only needed for CAIS integration via api annotation.
2917
+ # See go/cais-lro-delete for more details.
2918
+ # Corresponds to the JSON property `contextId`
2919
+ # @return [Fixnum]
2920
+ attr_accessor :context_id
2921
+
2923
2922
  # The destinations field determines which backend services should handle the
2924
2923
  # event. This should be specified as a comma-delimited string.
2925
2924
  # Corresponds to the JSON property `destinations`
@@ -2966,6 +2965,7 @@ module Google
2966
2965
 
2967
2966
  # Update properties of this object
2968
2967
  def update!(**args)
2968
+ @context_id = args[:context_id] if args.key?(:context_id)
2969
2969
  @destinations = args[:destinations] if args.key?(:destinations)
2970
2970
  @parent = args[:parent] if args.key?(:parent)
2971
2971
  @path = args[:path] if args.key?(:path)
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240531"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -446,7 +446,6 @@ module Google
446
446
  collection :access_levels, as: 'accessLevels'
447
447
  collection :audiences, as: 'audiences'
448
448
  hash :claims, as: 'claims'
449
- property :credential_id, as: 'credentialId'
450
449
  property :presenter, as: 'presenter'
451
450
  property :principal, as: 'principal'
452
451
  end
@@ -1029,6 +1028,7 @@ module Google
1029
1028
  class V1ResourceEvent
1030
1029
  # @private
1031
1030
  class Representation < Google::Apis::Core::JsonRepresentation
1031
+ property :context_id, :numeric_string => true, as: 'contextId'
1032
1032
  property :destinations, as: 'destinations'
1033
1033
  property :parent, as: 'parent', class: Google::Apis::ServicecontrolV1::Resource, decorator: Google::Apis::ServicecontrolV1::Resource::Representation
1034
1034
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-16 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.40.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Service Control API V1
82
79
  test_files: []