Skip to content

Commit

Permalink
feat: Automated regeneration of cloudidentity v1beta1 client (googlea…
Browse files Browse the repository at this point in the history
…pis#8955)

Auto-created at 2022-04-06 11:21:21 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 6, 2022
1 parent e56fcbd commit d5dd400
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32843,6 +32843,7 @@
"/cloudidentity:v1beta1/Device/buildNumber": build_number
"/cloudidentity:v1beta1/Device/compromisedState": compromised_state
"/cloudidentity:v1beta1/Device/createTime": create_time
"/cloudidentity:v1beta1/Device/deviceId": device_id
"/cloudidentity:v1beta1/Device/deviceType": device_type
"/cloudidentity:v1beta1/Device/enabledDeveloperOptions": enabled_developer_options
"/cloudidentity:v1beta1/Device/enabledUsbDebugging": enabled_usb_debugging
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudidentity_v1beta1

### v0.24.0 (2022-04-06)

* Regenerated from discovery document revision 20220404

### v0.23.0 (2022-03-02)

* Regenerated from discovery document revision 20220301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,11 @@ class Device
# @return [String]
attr_accessor :create_time

# Unique identifier for the device.
# Corresponds to the JSON property `deviceId`
# @return [String]
attr_accessor :device_id

# Output only. Type of device.
# Corresponds to the JSON property `deviceType`
# @return [String]
Expand Down Expand Up @@ -655,6 +660,7 @@ def update!(**args)
@build_number = args[:build_number] if args.key?(:build_number)
@compromised_state = args[:compromised_state] if args.key?(:compromised_state)
@create_time = args[:create_time] if args.key?(:create_time)
@device_id = args[:device_id] if args.key?(:device_id)
@device_type = args[:device_type] if args.key?(:device_type)
@enabled_developer_options = args[:enabled_developer_options] if args.key?(:enabled_developer_options)
@enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudidentityV1beta1
# Version of the google-apis-cloudidentity_v1beta1 gem
GEM_VERSION = "0.23.0"
GEM_VERSION = "0.24.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.1"

# Revision of the discovery document this client was generated from
REVISION = "20220301"
REVISION = "20220404"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :build_number, as: 'buildNumber'
property :compromised_state, as: 'compromisedState'
property :create_time, as: 'createTime'
property :device_id, as: 'deviceId'
property :device_type, as: 'deviceType'
property :enabled_developer_options, as: 'enabledDeveloperOptions'
property :enabled_usb_debugging, as: 'enabledUsbDebugging'
Expand Down

0 comments on commit d5dd400

Please sign in to comment.