Skip to content

Commit 0d84968

Browse files
feat: Automated regeneration of managedidentities v1beta1 client (googleapis#21840)
Auto-created at 2025-02-26 20:56:32 +0000 using the toys pull request generator.
1 parent 7b00ae7 commit 0d84968

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

generated/google-apis-managedidentities_v1beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-managedidentities_v1beta1
22

3+
### v0.39.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250116
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.38.0 (2024-06-09)
49

510
* Regenerated from discovery document revision 20240530

generated/google-apis-managedidentities_v1beta1/lib/google/apis/managedidentities_v1beta1/classes.rb

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,9 +1854,9 @@ class OperationMetadata
18541854
attr_accessor :api_version
18551855

18561856
# Output only. Identifies whether the user has requested cancellation of the
1857-
# operation. Operations that have been cancelled successfully have Operation.
1858-
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
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`.
18601860
# Corresponds to the JSON property `cancelRequested`
18611861
# @return [Boolean]
18621862
attr_accessor :cancel_requested
@@ -2346,24 +2346,28 @@ def update!(**args)
23462346
class TimeOfDay
23472347
include Google::Apis::Core::Hashable
23482348

2349-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2350-
# allow the value "24:00:00" for scenarios like business closing time.
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.
23512352
# Corresponds to the JSON property `hours`
23522353
# @return [Fixnum]
23532354
attr_accessor :hours
23542355

2355-
# Minutes of hour of day. Must be from 0 to 59.
2356+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2357+
# to 59.
23562358
# Corresponds to the JSON property `minutes`
23572359
# @return [Fixnum]
23582360
attr_accessor :minutes
23592361

2360-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2362+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2363+
# less than or equal to 999,999,999.
23612364
# Corresponds to the JSON property `nanos`
23622365
# @return [Fixnum]
23632366
attr_accessor :nanos
23642367

2365-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2366-
# allow the value 60 if it allows leap-seconds.
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.
23672371
# Corresponds to the JSON property `seconds`
23682372
# @return [Fixnum]
23692373
attr_accessor :seconds

generated/google-apis-managedidentities_v1beta1/lib/google/apis/managedidentities_v1beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ManagedidentitiesV1beta1
1818
# Version of the google-apis-managedidentities_v1beta1 gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240530"
25+
REVISION = "20250116"
2626
end
2727
end
2828
end

generated/google-apis-managedidentities_v1beta1/lib/google/apis/managedidentities_v1beta1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ def list_project_location_global_domain_sql_integrations(parent, filter: nil, or
12811281
# Clients can use Operations.GetOperation or other methods to check whether the
12821282
# cancellation succeeded or whether the operation completed despite cancellation.
12831283
# 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`.
12861286
# @param [String] name
12871287
# The name of the operation resource to be cancelled.
12881288
# @param [Google::Apis::ManagedidentitiesV1beta1::CancelOperationRequest] cancel_operation_request_object

0 commit comments

Comments
 (0)