google-apis-servicenetworking_v1 0.55.0 → 0.57.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: b98397c139ee1e28ac3d53f2c802c65dbb119fc8f27168cd877e19ea94f39812
4
- data.tar.gz: 4a2e156c9845fbcc302d167ac83822440e60529922e9325a4fa6a671c51184e2
3
+ metadata.gz: 55949205b3f6db191fed3a9305ba4438057cd677494bdb7f6ef6c17a57c8536b
4
+ data.tar.gz: c8861cc52c5b724bb8e7fa14f8f9664a48c99787249ce8b0ee659202a04b55fb
5
5
  SHA512:
6
- metadata.gz: 230c96348e716342b9fbbee11d8fc0edbe5c596ac8d07805c97fe3bb2f0519f09f6fdcdb81b6b8996a70a41de304805ef4f5a82ac9cdff51abb3ebb8dde0377a
7
- data.tar.gz: dd6121466145ddabb07fbfc5ec24fcbaab3c4798fed7796aae28b8c70056dfb1a2a3dc1086a6fe3e92d7349516d13f1d8346f16f36570c0808951cc9f4783854
6
+ metadata.gz: be222062befe24bba1b8faf812e7f26331d5f3b781d60c51e64069f851aa718072ff45522c31e92ad63b6919d9f1c48f68250b0d20e1b2b531be52fc5104677f
7
+ data.tar.gz: f715258790e633242d4284d58577b9f766411c68638211f6064cd1f013edbed48eef2ee703383e83da33f3ea931ea4e30af4dcee49d2deb75546155c06b5a916
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.57.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
7
+ ### v0.56.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240414
10
+
3
11
  ### v0.55.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1819,9 +1819,9 @@ module Google
1819
1819
  class Endpoint
1820
1820
  include Google::Apis::Core::Hashable
1821
1821
 
1822
- # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported.
1823
- # Instead of using aliases, please specify multiple google.api.Endpoint for each
1824
- # of the intended aliases. Additional names that this endpoint will be hosted on.
1822
+ # Aliases for this endpoint, these will be served by the same UrlMap as the
1823
+ # parent endpoint, and will be provisioned in the GCP stack for the Regional
1824
+ # Endpoints.
1825
1825
  # Corresponds to the JSON property `aliases`
1826
1826
  # @return [Array<String>]
1827
1827
  attr_accessor :aliases
@@ -2956,7 +2956,9 @@ module Google
2956
2956
  attr_accessor :long_running
2957
2957
 
2958
2958
  # The fully qualified name of the method, for which the options below apply.
2959
- # This is used to find the method to apply the options.
2959
+ # This is used to find the method to apply the options. Example: publishing:
2960
+ # method_settings: - selector: google.storage.control.v2.StorageControl.
2961
+ # CreateFolder # method settings for CreateFolder...
2960
2962
  # Corresponds to the JSON property `selector`
2961
2963
  # @return [String]
2962
2964
  attr_accessor :selector
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.57.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 = "20231220"
25
+ REVISION = "20240424"
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-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.57.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-04-28 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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []