google-apis-managedidentities_v1beta1 0.38.0 → 0.39.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 805a51fc11361c4249b0baa62b2c48411c89517b31b285d7da359016378d35fb
|
4
|
+
data.tar.gz: fd61673ed3c1f29b1b764caa505cad03d38dac4f6d0939b2c6622d0b3c8a6589
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5062b61aee607e359e45c82219b5045d3f36f3c0b597f9eb879ecc0344aa4a2bd87192c6a8243f5226ded58625cfb8a2e9e434d09dcd006da2077cb678e4ccc3
|
7
|
+
data.tar.gz: 4768dfb648f2a8303fc7e7640fa77c16ec8841fb1fa54944eeb6e213a51f5e0e2305d63defe006f52e3b3de9efa7cd1776d82f8d26ef9aaa55eb7f9d1c41bded
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-managedidentities_v1beta1
|
2
2
|
|
3
|
+
### v0.39.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250116
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.38.0 (2024-06-09)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240530
|
@@ -1854,9 +1854,9 @@ module Google
|
|
1854
1854
|
attr_accessor :api_version
|
1855
1855
|
|
1856
1856
|
# Output only. Identifies whether the user has requested cancellation of the
|
1857
|
-
# operation. Operations that have been cancelled successfully have
|
1858
|
-
# error value with a google.rpc.Status.code of 1
|
1859
|
-
# CANCELLED`.
|
1857
|
+
# operation. Operations that have been cancelled successfully have google.
|
1858
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
|
1859
|
+
# corresponding to `Code.CANCELLED`.
|
1860
1860
|
# Corresponds to the JSON property `cancelRequested`
|
1861
1861
|
# @return [Boolean]
|
1862
1862
|
attr_accessor :cancel_requested
|
@@ -2346,24 +2346,28 @@ module Google
|
|
2346
2346
|
class TimeOfDay
|
2347
2347
|
include Google::Apis::Core::Hashable
|
2348
2348
|
|
2349
|
-
# Hours of day in 24 hour format.
|
2350
|
-
#
|
2349
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
2350
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
2351
|
+
# value "24:00:00" for scenarios like business closing time.
|
2351
2352
|
# Corresponds to the JSON property `hours`
|
2352
2353
|
# @return [Fixnum]
|
2353
2354
|
attr_accessor :hours
|
2354
2355
|
|
2355
|
-
# Minutes of hour
|
2356
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
2357
|
+
# to 59.
|
2356
2358
|
# Corresponds to the JSON property `minutes`
|
2357
2359
|
# @return [Fixnum]
|
2358
2360
|
attr_accessor :minutes
|
2359
2361
|
|
2360
|
-
# Fractions of seconds in nanoseconds. Must be
|
2362
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
2363
|
+
# less than or equal to 999,999,999.
|
2361
2364
|
# Corresponds to the JSON property `nanos`
|
2362
2365
|
# @return [Fixnum]
|
2363
2366
|
attr_accessor :nanos
|
2364
2367
|
|
2365
|
-
# Seconds of
|
2366
|
-
# allow the value 60 if it allows leap-
|
2368
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
2369
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
2370
|
+
# seconds.
|
2367
2371
|
# Corresponds to the JSON property `seconds`
|
2368
2372
|
# @return [Fixnum]
|
2369
2373
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1beta1
|
18
18
|
# Version of the google-apis-managedidentities_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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::ManagedidentitiesV1beta1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-managedidentities_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-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_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.39.0
|
63
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
|
64
|
-
post_install_message:
|
65
63
|
rdoc_options: []
|
66
64
|
require_paths:
|
67
65
|
- lib
|
@@ -76,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
74
|
- !ruby/object:Gem::Version
|
77
75
|
version: '0'
|
78
76
|
requirements: []
|
79
|
-
rubygems_version: 3.5
|
80
|
-
signing_key:
|
77
|
+
rubygems_version: 3.6.5
|
81
78
|
specification_version: 4
|
82
79
|
summary: Simple REST client for Managed Service for Microsoft Active Directory API
|
83
80
|
V1beta1
|