google-apis-managedidentities_v1alpha1 0.38.0 → 0.40.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: 22b3164207937844770a44373437d27ee1cb6d90660c8ad67c258a404f862e46
4
- data.tar.gz: 0de5400a401c3514a8fd1da75d78512d460dcd44b18fd102ebcc66272bd70cdd
3
+ metadata.gz: 6119f696959aa044985a9b5d056365d1a833315c2b36418afe5e42dbf33b4cd0
4
+ data.tar.gz: 92957d65dac19ff91eac469ad0b114e356ad194298a239659cde34268d09e0e0
5
5
  SHA512:
6
- metadata.gz: 669d82d686d19be814b1b5f9bf3e43033492e425c7bf21ffaaea8657b164e5894c83052b5bbd54f5bd3e412ea563d354b3880f500700ee53a82ebbe9e4672dc9
7
- data.tar.gz: bf0fdaa0c765083c66599417ceb0c461b2539162bc201962debed30ebf4a52d29a31a14c65d935a7e01aad8db519286d7f75fc5772c8e8cb55d679ea711b7a17
6
+ metadata.gz: 88625486002cf2ec6a81628f024b1b42a0d14fc14004d740512dc24b2143e4278c35766010542f1dce3f4b78b780d6313f54033e09ddd5823b4e8da5f28a7e80
7
+ data.tar.gz: c4ea1a8ac24921589613e35f7d2a8dbabee5e7604078336da34aeb879fdd3657099beec2846b3225d04e7450751e337b348658cdb06d577ceece74d524959231
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.40.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.39.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250116
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.38.0 (2024-06-09)
4
13
 
5
14
  * Regenerated from discovery document revision 20240530
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/managed-microsoft-ad/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1855,9 +1855,9 @@ module Google
1855
1855
  attr_accessor :api_version
1856
1856
 
1857
1857
  # Output only. Identifies whether the user has requested cancellation of the
1858
- # operation. Operations that have been cancelled successfully have Operation.
1859
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1860
- # CANCELLED`.
1858
+ # operation. Operations that have been cancelled successfully have google.
1859
+ # longrunning.Operation.error value with a google.rpc.Status.code of `1`,
1860
+ # corresponding to `Code.CANCELLED`.
1861
1861
  # Corresponds to the JSON property `cancelRequested`
1862
1862
  # @return [Boolean]
1863
1863
  attr_accessor :cancel_requested
@@ -2344,24 +2344,28 @@ module Google
2344
2344
  class TimeOfDay
2345
2345
  include Google::Apis::Core::Hashable
2346
2346
 
2347
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2348
- # allow the value "24:00:00" for scenarios like business closing time.
2347
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2348
+ # typically must be less than or equal to 23. An API may choose to allow the
2349
+ # value "24:00:00" for scenarios like business closing time.
2349
2350
  # Corresponds to the JSON property `hours`
2350
2351
  # @return [Fixnum]
2351
2352
  attr_accessor :hours
2352
2353
 
2353
- # Minutes of hour of day. Must be from 0 to 59.
2354
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2355
+ # to 59.
2354
2356
  # Corresponds to the JSON property `minutes`
2355
2357
  # @return [Fixnum]
2356
2358
  attr_accessor :minutes
2357
2359
 
2358
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2360
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2361
+ # less than or equal to 999,999,999.
2359
2362
  # Corresponds to the JSON property `nanos`
2360
2363
  # @return [Fixnum]
2361
2364
  attr_accessor :nanos
2362
2365
 
2363
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2364
- # allow the value 60 if it allows leap-seconds.
2366
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2367
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2368
+ # seconds.
2365
2369
  # Corresponds to the JSON property `seconds`
2366
2370
  # @return [Fixnum]
2367
2371
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240530"
25
+ REVISION = "20250116"
26
26
  end
27
27
  end
28
28
  end
@@ -1281,8 +1281,8 @@ module Google
1281
1281
  # Clients can use Operations.GetOperation or other methods to check whether the
1282
1282
  # cancellation succeeded or whether the operation completed despite cancellation.
1283
1283
  # On successful cancellation, the operation is not deleted; instead, it becomes
1284
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1285
- # corresponding to `Code.CANCELLED`.
1284
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1285
+ # , corresponding to `Code.CANCELLED`.
1286
1286
  # @param [String] name
1287
1287
  # The name of the operation resource to be cancelled.
1288
1288
  # @param [Google::Apis::ManagedidentitiesV1alpha1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -59,9 +58,8 @@ licenses:
59
58
  metadata:
60
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.40.0
63
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
64
- post_install_message:
65
63
  rdoc_options: []
66
64
  require_paths:
67
65
  - lib
@@ -69,15 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
67
  requirements:
70
68
  - - ">="
71
69
  - !ruby/object:Gem::Version
72
- version: '2.7'
70
+ version: '3.1'
73
71
  required_rubygems_version: !ruby/object:Gem::Requirement
74
72
  requirements:
75
73
  - - ">="
76
74
  - !ruby/object:Gem::Version
77
75
  version: '0'
78
76
  requirements: []
79
- rubygems_version: 3.5.6
80
- signing_key:
77
+ rubygems_version: 3.6.8
81
78
  specification_version: 4
82
79
  summary: Simple REST client for Managed Service for Microsoft Active Directory API
83
80
  V1alpha1