Autogenerated update (2019-10-11)

Update:
- cloudfunctions_v1
- cloudfunctions_v1beta2
- iap_v1beta1
This commit is contained in:
Google APIs 2019-10-11 00:37:30 +00:00
parent 2cc4297828
commit cb3b95dee5
8 changed files with 30 additions and 12 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/functions
module CloudfunctionsV1
VERSION = 'V1'
REVISION = '20190923'
REVISION = '20191003'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -90,15 +90,19 @@ module Google
# is the parent resource, without the operations collection id.
# @param [String] filter
# Required. A filter for matching the requested operations.<br><br> The
# supported formats of <b>filter</b> are:<br> To query for specific function: <
# supported formats of <b>filter</b> are:<br> To query for a specific function: <
# code>project:*,location:*,function:*</code><br> To query for all of the latest
# operations for a project: <code>project:*,latest:true</code>
# @param [String] name
# Must not be set.
# @param [Fixnum] page_size
# The standard list page size.
# The maximum number of records that should be returned.<br> Requested page size
# cannot exceed 100. If not set, the default page size is 100.<br><br>
# Pagination is only supported when querying for a specific function.
# @param [String] page_token
# The standard list page token.
# Token identifying which result to start with, which is returned by a previous
# list call.<br><br> Pagination is only supported when querying for a specific
# function.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/functions
module CloudfunctionsV1beta2
VERSION = 'V1beta2'
REVISION = '20190917'
REVISION = '20191003'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -452,6 +452,12 @@ module Google
# @return [String]
attr_accessor :next_page_token
# Locations that could not be reached. The response does not include any
# functions from these locations.
# Corresponds to the JSON property `unreachable`
# @return [Array<String>]
attr_accessor :unreachable
def initialize(**args)
update!(**args)
end
@ -460,6 +466,7 @@ module Google
def update!(**args)
@functions = args[:functions] if args.key?(:functions)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
@unreachable = args[:unreachable] if args.key?(:unreachable)
end
end

View File

@ -247,6 +247,7 @@ module Google
collection :functions, as: 'functions', class: Google::Apis::CloudfunctionsV1beta2::CloudFunction, decorator: Google::Apis::CloudfunctionsV1beta2::CloudFunction::Representation
property :next_page_token, as: 'nextPageToken'
collection :unreachable, as: 'unreachable'
end
end

View File

@ -90,15 +90,19 @@ module Google
# is the parent resource, without the operations collection id.
# @param [String] filter
# Required. A filter for matching the requested operations.<br><br> The
# supported formats of <b>filter</b> are:<br> To query for specific function: <
# supported formats of <b>filter</b> are:<br> To query for a specific function: <
# code>project:*,location:*,function:*</code><br> To query for all of the latest
# operations for a project: <code>project:*,latest:true</code>
# @param [String] name
# Must not be set.
# @param [Fixnum] page_size
# The standard list page size.
# The maximum number of records that should be returned.<br> Requested page size
# cannot exceed 100. If not set, the default page size is 100.<br><br>
# Pagination is only supported when querying for a specific function.
# @param [String] page_token
# The standard list page token.
# Token identifying which result to start with, which is returned by a previous
# list call.<br><br> Pagination is only supported when querying for a specific
# function.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
@ -398,7 +402,9 @@ module Google
# Required. The project and location from which the function should be listed,
# specified in the format `projects/*/locations/*`
# If you want to list functions in all locations, use "-" in place of a
# location.
# location. When listing functions in all locations, if one or more
# location(s) are unreachable, the response will contain functions from all
# reachable locations along with the names of any unreachable locations.
# @param [Fixnum] page_size
# Maximum number of functions to return per call.
# @param [String] page_token

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/iap
module IapV1beta1
VERSION = 'V1beta1'
REVISION = '20190920'
REVISION = '20191004'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -173,7 +173,7 @@ module Google
# `
# "bindings": [
# `
# "role": "role/resourcemanager.organizationAdmin",
# "role": "roles/resourcemanager.organizationAdmin",
# "members": [
# "user:mike@example.com",
# "group:admins@example.com",
@ -279,7 +279,7 @@ module Google
# `
# "bindings": [
# `
# "role": "role/resourcemanager.organizationAdmin",
# "role": "roles/resourcemanager.organizationAdmin",
# "members": [
# "user:mike@example.com",
# "group:admins@example.com",