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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of accessapproval v1 client #1444

Merged
merged 1 commit into from
Nov 10, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/accessapproval_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/access-approval/docs
module AccessapprovalV1
VERSION = 'V1'
REVISION = '20201014'
REVISION = '20201030'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
21 changes: 12 additions & 9 deletions generated/google/apis/accessapproval_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,10 @@ def get_folder_approval_request(name, fields: nil, quota_user: nil, options: nil
# A filter on the type of approval requests to retrieve. Must be one of the
# following values: * [not set]: Requests that are pending or have active
# approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
# Only active (i.e. currently approved) requests. * DISMISSED: Only dismissed (
# including expired) requests. * HISTORY: Active and dismissed (including
# expired) requests.
# Only active (i.e. currently approved) requests. * DISMISSED: Only requests
# that have been dismissed, or requests that . are not approved and past
# expiration. * EXPIRED: Only requests that have been approved, and the approval
# has expired. * HISTORY: Active, dismissed and expired requests.
# @param [Fixnum] page_size
# Requested page size.
# @param [String] page_token
Expand Down Expand Up @@ -526,9 +527,10 @@ def get_organization_approval_request(name, fields: nil, quota_user: nil, option
# A filter on the type of approval requests to retrieve. Must be one of the
# following values: * [not set]: Requests that are pending or have active
# approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
# Only active (i.e. currently approved) requests. * DISMISSED: Only dismissed (
# including expired) requests. * HISTORY: Active and dismissed (including
# expired) requests.
# Only active (i.e. currently approved) requests. * DISMISSED: Only requests
# that have been dismissed, or requests that . are not approved and past
# expiration. * EXPIRED: Only requests that have been approved, and the approval
# has expired. * HISTORY: Active, dismissed and expired requests.
# @param [Fixnum] page_size
# Requested page size.
# @param [String] page_token
Expand Down Expand Up @@ -784,9 +786,10 @@ def get_project_approval_request(name, fields: nil, quota_user: nil, options: ni
# A filter on the type of approval requests to retrieve. Must be one of the
# following values: * [not set]: Requests that are pending or have active
# approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
# Only active (i.e. currently approved) requests. * DISMISSED: Only dismissed (
# including expired) requests. * HISTORY: Active and dismissed (including
# expired) requests.
# Only active (i.e. currently approved) requests. * DISMISSED: Only requests
# that have been dismissed, or requests that . are not approved and past
# expiration. * EXPIRED: Only requests that have been approved, and the approval
# has expired. * HISTORY: Active, dismissed and expired requests.
# @param [Fixnum] page_size
# Requested page size.
# @param [String] page_token
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/accessapproval_v1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
"sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff"
}
}
]
Expand Down