google-apis-servicemanagement_v1 0.60.0 → 0.62.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: 59a41bd5352fda184073f5bedd50d5139b4d5b810b3ab6545663c14af9e39c00
4
- data.tar.gz: eee28dd54ac27cfe9ed923075992c0db0127d0c75bf14856a63d13638c56dd4b
3
+ metadata.gz: 68bfe4adb2f7bb2e7e5dfebafcb3a143bcb7083ce120f39ee06a40e6581a2b3f
4
+ data.tar.gz: 76597e2244cd204c321b1ce8e35478b32f82215386f3bfadd130d3bdced329b6
5
5
  SHA512:
6
- metadata.gz: bdb26f4b776558191f4a974ba2325f69251cdc2ca683fbf5b0800bd8f978f5607265362f991e36a724aabb8f90b35b510fff412b765ca315654fb57b3e017fc9
7
- data.tar.gz: 2c579692e300902d025cdaa7a18051e75317d941cf0e7f4169634c60cd0cd5ad1f7ef1d85dd17d255a65e080c21600b7a572576e32694180f0e632006fdfb40b
6
+ metadata.gz: 582e971ee25bcb4f0e2404499dcda0c7eefbd64edfbae88c959faf6acd5afc0257244021725611dc333569fbcde4366fde0fdb622e93cf17025dcedfd666a5c2
7
+ data.tar.gz: e8eeff2127220895860bfed060a1ff568beb68a9d5af461133029791771c8ac4f62531dcd20b143ae909b8cd42c99ed87e3f25147843560cadb58aada2990e24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.62.0 (2024-11-17)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+
7
+ ### v0.61.0 (2024-10-06)
8
+
9
+ * Regenerated from discovery document revision 20240927
10
+
3
11
  ### v0.60.0 (2024-09-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20240920
@@ -1556,6 +1556,14 @@ module Google
1556
1556
  class ExperimentalFeatures
1557
1557
  include Google::Apis::Core::Hashable
1558
1558
 
1559
+ # Enables generation of protobuf code using new types that are more Pythonic
1560
+ # which are included in `protobuf>=5.29.x`. This feature will be enabled by
1561
+ # default 1 month after launching the feature in preview packages.
1562
+ # Corresponds to the JSON property `protobufPythonicTypesEnabled`
1563
+ # @return [Boolean]
1564
+ attr_accessor :protobuf_pythonic_types_enabled
1565
+ alias_method :protobuf_pythonic_types_enabled?, :protobuf_pythonic_types_enabled
1566
+
1559
1567
  # Enables generation of asynchronous REST clients if `rest` transport is enabled.
1560
1568
  # By default, asynchronous REST clients will not be generated. This feature
1561
1569
  # will be enabled by default 1 month after launching the feature in preview
@@ -1571,6 +1579,7 @@ module Google
1571
1579
 
1572
1580
  # Update properties of this object
1573
1581
  def update!(**args)
1582
+ @protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
1574
1583
  @rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
1575
1584
  end
1576
1585
  end
@@ -2912,7 +2921,7 @@ module Google
2912
2921
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2913
2922
  # are also declared with same name and request/response types in `Storage`. A
2914
2923
  # documentation generator or annotation processor will see the effective `
2915
- # Storage.GetAcl` method after inherting documentation and annotations as
2924
+ # Storage.GetAcl` method after inheriting documentation and annotations as
2916
2925
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2917
2926
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2918
2927
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3707,11 +3716,11 @@ module Google
3707
3716
  # @return [String]
3708
3717
  attr_accessor :name
3709
3718
 
3710
- # Specify the unit of the quota limit. It uses the same syntax as Metric.unit.
3711
- # The supported unit kinds are determined by the quota backend system. Here are
3712
- # some examples: * "1/min/`project`" for quota per minute per project. Note: the
3713
- # order of unit components is insignificant. The "1" at the beginning is
3714
- # required to follow the metric unit syntax.
3719
+ # Specify the unit of the quota limit. It uses the same syntax as
3720
+ # MetricDescriptor.unit. The supported unit kinds are determined by the quota
3721
+ # backend system. Here are some examples: * "1/min/`project`" for quota per
3722
+ # minute per project. Note: the order of unit components is insignificant. The "
3723
+ # 1" at the beginning is required to follow the metric unit syntax.
3715
3724
  # Corresponds to the JSON property `unit`
3716
3725
  # @return [String]
3717
3726
  attr_accessor :unit
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240920"
25
+ REVISION = "20241106"
26
26
  end
27
27
  end
28
28
  end
@@ -1026,6 +1026,7 @@ module Google
1026
1026
  class ExperimentalFeatures
1027
1027
  # @private
1028
1028
  class Representation < Google::Apis::Core::JsonRepresentation
1029
+ property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
1029
1030
  property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
1030
1031
  end
1031
1032
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.62.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-09-29 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Management API V1