google-apis-serviceusage_v1 0.49.0 → 0.51.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: 25d01ea62bccbdda0afb24f7766e7c06f2012b902c790a22957c6219fc2049b0
4
- data.tar.gz: d04f99ff498756d2111d3e6abda4eb13652fe27317dede3958efb39bcaefe2a2
3
+ metadata.gz: b7d8b8c902e34bf49dc568fc13f2f322ed390e1414488cb97c4cd05dc0ed95ec
4
+ data.tar.gz: f5cc5fe146876b44a5934031aa80f98678e684443cb22e22942d3555f223bc75
5
5
  SHA512:
6
- metadata.gz: 8c2f0645b58794d359e240131228e2adb9e11d418d5e9ace705ace4c51cc3b6dee5811b884200ce1852761c8efe06fa9cd05f2b9b0ff29389d0e9b0fb02af7bb
7
- data.tar.gz: 905ffafb9b3702a1cd5a6de1be9d4b4450bdd09a63162f68ea17e45ed8b956e79c3ec06e81b5c6917b76e24ab66f76ccda7d53acf28a8ed58a460be03eebbef1
6
+ metadata.gz: 8f30b86a1d87e4f01e4fbb91ff31059668d1b56aa87eaa5bad35f9babbb86d1ebbdbca8f6e3d1ce87162ea8ff98608cb6c68eec1035a1d0aab5b6dbf0ecefe6a
7
+ data.tar.gz: 63169dcc43d2168ba82feb402ed5ccfeb11ee794318270b9b6da8138412c49ceea46afe1298ec6ae278c318f3d7c61fae50eec8d5dba4d2884aa3d327ef14d51
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.51.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240429
6
+
7
+ ### v0.50.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240414
10
+
3
11
  ### v0.49.0 (2024-02-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20240220
@@ -1481,9 +1481,9 @@ module Google
1481
1481
  class Endpoint
1482
1482
  include Google::Apis::Core::Hashable
1483
1483
 
1484
- # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported.
1485
- # Instead of using aliases, please specify multiple google.api.Endpoint for each
1486
- # of the intended aliases. Additional names that this endpoint will be hosted on.
1484
+ # Aliases for this endpoint, these will be served by the same UrlMap as the
1485
+ # parent endpoint, and will be provisioned in the GCP stack for the Regional
1486
+ # Endpoints.
1487
1487
  # Corresponds to the JSON property `aliases`
1488
1488
  # @return [Array<String>]
1489
1489
  attr_accessor :aliases
@@ -3241,7 +3241,9 @@ module Google
3241
3241
  attr_accessor :long_running
3242
3242
 
3243
3243
  # The fully qualified name of the method, for which the options below apply.
3244
- # This is used to find the method to apply the options.
3244
+ # This is used to find the method to apply the options. Example: publishing:
3245
+ # method_settings: - selector: google.storage.control.v2.StorageControl.
3246
+ # CreateFolder # method settings for CreateFolder...
3245
3247
  # Corresponds to the JSON property `selector`
3246
3248
  # @return [String]
3247
3249
  attr_accessor :selector
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.51.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 = "20240220"
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-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.51.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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.51.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []