google-apis-serviceconsumermanagement_v1 0.44.0 → 0.46.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: 502cacb9b4019a37588cdd4c625ef4f3e051bad9e0bc54538e47efba78e28aad
4
- data.tar.gz: 3048e7ec70faedc7a725a1fe704abc11a4cb81e5e68822f72e38475dfe4951f1
3
+ metadata.gz: 53268f6e516997021d925214a2d2304e4889f6b9e2fabf1506fcc4b11c5dc3f2
4
+ data.tar.gz: 4abf7b3072371f7f8a89e10044584ec7229b0e9ca1ddb12d3f1d8bd9acbc8089
5
5
  SHA512:
6
- metadata.gz: 83537a389b3aab2ca06b2702ca38f8a2d5b3afff0acc894249808030da2b52fdfb340bd94723940a59a8555bf8540ae9f9ff28f4e0189429e669e34551f63ce4
7
- data.tar.gz: 7c78790489a5cb9afde6e35855ff81331f69b1c230c8a105a97150bac9f63c9540b8eb27d461f6f4e2fe1346d0db6f455e6ff86fcef6a1f681daef66c51b2221
6
+ metadata.gz: 74c4396789495ffb1669449fa5c67641233de5f90f0ad65157c94c40be90e090953160aa59dc0d0d34064366505002ec94dcccb8b3d9a99ca776e06432cefcda
7
+ data.tar.gz: a245fb18288232ebb33c025b384f7b0252227804dbf9998e7f4b450ae2e37cfd1e5561b57d2dce0ec0b64c31c9174325fc286f1842b431b96aeb33c67c637a7d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.46.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240429
6
+
7
+ ### v0.45.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240414
10
+
3
11
  ### v0.44.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1192,9 +1192,9 @@ module Google
1192
1192
  class Endpoint
1193
1193
  include Google::Apis::Core::Hashable
1194
1194
 
1195
- # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported.
1196
- # Instead of using aliases, please specify multiple google.api.Endpoint for each
1197
- # of the intended aliases. Additional names that this endpoint will be hosted on.
1195
+ # Aliases for this endpoint, these will be served by the same UrlMap as the
1196
+ # parent endpoint, and will be provisioned in the GCP stack for the Regional
1197
+ # Endpoints.
1198
1198
  # Corresponds to the JSON property `aliases`
1199
1199
  # @return [Array<String>]
1200
1200
  attr_accessor :aliases
@@ -2127,7 +2127,9 @@ module Google
2127
2127
  attr_accessor :long_running
2128
2128
 
2129
2129
  # The fully qualified name of the method, for which the options below apply.
2130
- # This is used to find the method to apply the options.
2130
+ # This is used to find the method to apply the options. Example: publishing:
2131
+ # method_settings: - selector: google.storage.control.v2.StorageControl.
2132
+ # CreateFolder # method settings for CreateFolder...
2131
2133
  # Corresponds to the JSON property `selector`
2132
2134
  # @return [String]
2133
2135
  attr_accessor :selector
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231217"
25
+ REVISION = "20240429"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-05-05 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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []