google-apis-servicedirectory_v1beta1 0.42.0 → 0.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b0974630cd3320a6bc8aca8c384426195acee484df2136b98d18cb79a238324
4
- data.tar.gz: fb155b8a1575e6ccb37391e7c9576d0e848e5029c192f2758e26f8b9e1215991
3
+ metadata.gz: 68e56a88bf5a39340e1b60c09a72a7efec2500cbee685bea4263224068eacebc
4
+ data.tar.gz: 2f0b421ffaa16a9c9a6f72b82003289dd86d0803803a3ede2f05270f142a4756
5
5
  SHA512:
6
- metadata.gz: cccf89eda06d1f9ef1d38cae2569a0b735cb530fc3b9274dc858ce1ab0a0a2f1ac9f7b0b0f75a010c1d7a67c62aa98248d418ab276735abc1670010fbe7f6dd3
7
- data.tar.gz: 67fc2a6a4fb60671476fb77ff74a3a4845d1b76e68e064b37f05b0fc75fb968cbcb970467256e2cbd939c26b14acec8c026a4664d854105eed40003e29aa438b
6
+ metadata.gz: 1ecdf373e7458ec329c7bf5b8f0675e31cc9319f2c602fc489101139c1f9e79dd5f012e4510ba3fc0d728c3c404f0e0d8bdb3d9f458d6720bbe8258479e07d88
7
+ data.tar.gz: a2f09e7441c42ff132e9fd12159c2d47fb345fac2ba78e38c611209cd472ac08cbcc6bebf54c434c53f374601d70f7fa0c6d8807defece833811030349c4dbd4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.44.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250906
6
+
7
+ ### v0.43.0 (2025-08-31)
8
+
9
+ * Regenerated from discovery document revision 20250822
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.42.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1beta1
18
18
  # Version of the google-apis-servicedirectory_v1beta1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250321"
25
+ REVISION = "20250906"
26
26
  end
27
27
  end
28
28
  end
@@ -86,8 +86,8 @@ module Google
86
86
  # @param [String] name
87
87
  # The resource that owns the locations collection, if applicable.
88
88
  # @param [Array<String>, String] extra_location_types
89
- # Optional. A list of extra location types that should be used as conditions for
90
- # controlling the visibility of the locations.
89
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
90
+ # field which is primarily intended for internal usage.
91
91
  # @param [String] filter
92
92
  # A filter to narrow down results to a preferred subset. The filtering language
93
93
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicedirectory_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.44.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Service Directory API V1beta1
79
79
  test_files: []