Autogenerated update (2019-10-11)
Update: - cloudfunctions_v1 - cloudfunctions_v1beta2 - iap_v1beta1
This commit is contained in:
parent
2cc4297828
commit
cb3b95dee5
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/functions
|
# @see https://cloud.google.com/functions
|
||||||
module CloudfunctionsV1
|
module CloudfunctionsV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190923'
|
REVISION = '20191003'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -90,15 +90,19 @@ module Google
|
||||||
# is the parent resource, without the operations collection id.
|
# is the parent resource, without the operations collection id.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Required. A filter for matching the requested operations.<br><br> The
|
# 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
|
# code>project:*,location:*,function:*</code><br> To query for all of the latest
|
||||||
# operations for a project: <code>project:*,latest:true</code>
|
# operations for a project: <code>project:*,latest:true</code>
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# Must not be set.
|
# Must not be set.
|
||||||
# @param [Fixnum] page_size
|
# @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
|
# @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
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/functions
|
# @see https://cloud.google.com/functions
|
||||||
module CloudfunctionsV1beta2
|
module CloudfunctionsV1beta2
|
||||||
VERSION = 'V1beta2'
|
VERSION = 'V1beta2'
|
||||||
REVISION = '20190917'
|
REVISION = '20191003'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -452,6 +452,12 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :next_page_token
|
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)
|
def initialize(**args)
|
||||||
update!(**args)
|
update!(**args)
|
||||||
end
|
end
|
||||||
|
@ -460,6 +466,7 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@functions = args[:functions] if args.key?(:functions)
|
@functions = args[:functions] if args.key?(:functions)
|
||||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
||||||
|
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -247,6 +247,7 @@ module Google
|
||||||
collection :functions, as: 'functions', class: Google::Apis::CloudfunctionsV1beta2::CloudFunction, decorator: Google::Apis::CloudfunctionsV1beta2::CloudFunction::Representation
|
collection :functions, as: 'functions', class: Google::Apis::CloudfunctionsV1beta2::CloudFunction, decorator: Google::Apis::CloudfunctionsV1beta2::CloudFunction::Representation
|
||||||
|
|
||||||
property :next_page_token, as: 'nextPageToken'
|
property :next_page_token, as: 'nextPageToken'
|
||||||
|
collection :unreachable, as: 'unreachable'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -90,15 +90,19 @@ module Google
|
||||||
# is the parent resource, without the operations collection id.
|
# is the parent resource, without the operations collection id.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Required. A filter for matching the requested operations.<br><br> The
|
# 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
|
# code>project:*,location:*,function:*</code><br> To query for all of the latest
|
||||||
# operations for a project: <code>project:*,latest:true</code>
|
# operations for a project: <code>project:*,latest:true</code>
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# Must not be set.
|
# Must not be set.
|
||||||
# @param [Fixnum] page_size
|
# @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
|
# @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
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -398,7 +402,9 @@ module Google
|
||||||
# Required. The project and location from which the function should be listed,
|
# Required. The project and location from which the function should be listed,
|
||||||
# specified in the format `projects/*/locations/*`
|
# specified in the format `projects/*/locations/*`
|
||||||
# If you want to list functions in all locations, use "-" in place of a
|
# 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
|
# @param [Fixnum] page_size
|
||||||
# Maximum number of functions to return per call.
|
# Maximum number of functions to return per call.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/iap
|
# @see https://cloud.google.com/iap
|
||||||
module IapV1beta1
|
module IapV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190920'
|
REVISION = '20191004'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -173,7 +173,7 @@ module Google
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "role/resourcemanager.organizationAdmin",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
|
@ -279,7 +279,7 @@ module Google
|
||||||
# `
|
# `
|
||||||
# "bindings": [
|
# "bindings": [
|
||||||
# `
|
# `
|
||||||
# "role": "role/resourcemanager.organizationAdmin",
|
# "role": "roles/resourcemanager.organizationAdmin",
|
||||||
# "members": [
|
# "members": [
|
||||||
# "user:mike@example.com",
|
# "user:mike@example.com",
|
||||||
# "group:admins@example.com",
|
# "group:admins@example.com",
|
||||||
|
|
Loading…
Reference in New Issue