Skip to content

Commit baae942

Browse files
feat: Automated regeneration of managedidentities v1 client (googleapis#21877)
Auto-created at 2025-02-26 21:26:50 +0000 using the toys pull request generator.
1 parent 8ca145b commit baae942

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

generated/google-apis-managedidentities_v1/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_v1
22

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

510
* Regenerated from discovery document revision 20240530

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,9 +1837,9 @@ class OperationMetadata
18371837
attr_accessor :api_version
18381838

18391839
# Output only. Identifies whether the user has requested cancellation of the
1840-
# operation. Operations that have been cancelled successfully have Operation.
1841-
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
1842-
# CANCELLED`.
1840+
# operation. Operations that have been cancelled successfully have google.
1841+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
1842+
# corresponding to `Code.CANCELLED`.
18431843
# Corresponds to the JSON property `cancelRequested`
18441844
# @return [Boolean]
18451845
attr_accessor :cancel_requested
@@ -2329,24 +2329,28 @@ def update!(**args)
23292329
class TimeOfDay
23302330
include Google::Apis::Core::Hashable
23312331

2332-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2333-
# allow the value "24:00:00" for scenarios like business closing time.
2332+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2333+
# typically must be less than or equal to 23. An API may choose to allow the
2334+
# value "24:00:00" for scenarios like business closing time.
23342335
# Corresponds to the JSON property `hours`
23352336
# @return [Fixnum]
23362337
attr_accessor :hours
23372338

2338-
# Minutes of hour of day. Must be from 0 to 59.
2339+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2340+
# to 59.
23392341
# Corresponds to the JSON property `minutes`
23402342
# @return [Fixnum]
23412343
attr_accessor :minutes
23422344

2343-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2345+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2346+
# less than or equal to 999,999,999.
23442347
# Corresponds to the JSON property `nanos`
23452348
# @return [Fixnum]
23462349
attr_accessor :nanos
23472350

2348-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2349-
# allow the value 60 if it allows leap-seconds.
2351+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
2352+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
2353+
# seconds.
23502354
# Corresponds to the JSON property `seconds`
23512355
# @return [Fixnum]
23522356
attr_accessor :seconds

generated/google-apis-managedidentities_v1/lib/google/apis/managedidentities_v1/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 ManagedidentitiesV1
1818
# Version of the google-apis-managedidentities_v1 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.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_v1/lib/google/apis/managedidentities_v1/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::ManagedidentitiesV1::CancelOperationRequest] cancel_operation_request_object

0 commit comments

Comments
 (0)