Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudidentity v1beta1 client #1580

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/cloudidentity_v1beta1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/identity/
module CloudidentityV1beta1
VERSION = 'V1beta1'
REVISION = '20201110'
REVISION = '20201117'

# See your device details
AUTH_CLOUD_IDENTITY_DEVICES_LOOKUP = 'https://www.googleapis.com/auth/cloud-identity.devices.lookup'
Expand Down
12 changes: 8 additions & 4 deletions generated/google/apis/cloudidentity_v1beta1/service.rb
Expand Up @@ -195,8 +195,10 @@ def get_device(name, customer: nil, fields: nil, quota_user: nil, options: nil,
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
# of the customer.
# @param [String] filter
# Optional. Additional restrictions when fetching list of devices. [HC article
# link](https://support.google.com/a/answer/7549103)
# Optional. Additional restrictions when fetching list of devices. For a list of
# search fields, refer to [Mobile device search fields](https://developers.
# google.com/admin-sdk/directory/v1/search-operators). Multiple search fields
# are separated by the space character.
# @param [String] order_by
# Optional. Order specification for devices in the response. Only one of the
# following field names may be used to specify the order: `create_time`, `
Expand Down Expand Up @@ -484,8 +486,10 @@ def get_device_device_user(name, customer: nil, fields: nil, quota_user: nil, op
# use `customers/`customer_id``, where customer_id is the customer to whom the
# device belongs.
# @param [String] filter
# Optional. Additional restrictions when fetching list of devices. [HC article](
# https://support.google.com/a/answer/7549103)
# Optional. Additional restrictions when fetching list of devices. For a list of
# search fields, refer to [Mobile device search fields](https://developers.
# google.com/admin-sdk/directory/v1/search-operators). Multiple search fields
# are separated by the space character.
# @param [String] order_by
# Optional. Order specification for devices in the response.
# @param [Fixnum] page_size
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudidentity_v1beta1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "21acd5a0b03221630207df8b88eb5bb7c9826206"
"sha": "38c28923af3813a16e99cc039066af42d71fab48"
}
}
]
Expand Down