diff --git a/generated/google/apis/cloudfunctions_v1.rb b/generated/google/apis/cloudfunctions_v1.rb index fc3a94229..7cef934a6 100644 --- a/generated/google/apis/cloudfunctions_v1.rb +++ b/generated/google/apis/cloudfunctions_v1.rb @@ -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' diff --git a/generated/google/apis/cloudfunctions_v1/service.rb b/generated/google/apis/cloudfunctions_v1/service.rb index 21b0dd742..f4d5813f8 100644 --- a/generated/google/apis/cloudfunctions_v1/service.rb +++ b/generated/google/apis/cloudfunctions_v1/service.rb @@ -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.

The - # supported formats of filter are:
To query for specific function: < + # supported formats of filter are:
To query for a specific function: < # code>project:*,location:*,function:*
To query for all of the latest # operations for a project: project:*,latest:true # @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.
Requested page size + # cannot exceed 100. If not set, the default page size is 100.

+ # 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.

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 diff --git a/generated/google/apis/cloudfunctions_v1beta2.rb b/generated/google/apis/cloudfunctions_v1beta2.rb index 2258d37cc..0806a3e49 100644 --- a/generated/google/apis/cloudfunctions_v1beta2.rb +++ b/generated/google/apis/cloudfunctions_v1beta2.rb @@ -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' diff --git a/generated/google/apis/cloudfunctions_v1beta2/classes.rb b/generated/google/apis/cloudfunctions_v1beta2/classes.rb index 1b6ee4b32..bf488f063 100644 --- a/generated/google/apis/cloudfunctions_v1beta2/classes.rb +++ b/generated/google/apis/cloudfunctions_v1beta2/classes.rb @@ -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] + 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 diff --git a/generated/google/apis/cloudfunctions_v1beta2/representations.rb b/generated/google/apis/cloudfunctions_v1beta2/representations.rb index 67a646f2c..d9f7ae922 100644 --- a/generated/google/apis/cloudfunctions_v1beta2/representations.rb +++ b/generated/google/apis/cloudfunctions_v1beta2/representations.rb @@ -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 diff --git a/generated/google/apis/cloudfunctions_v1beta2/service.rb b/generated/google/apis/cloudfunctions_v1beta2/service.rb index bb3591ff4..5d28d510f 100644 --- a/generated/google/apis/cloudfunctions_v1beta2/service.rb +++ b/generated/google/apis/cloudfunctions_v1beta2/service.rb @@ -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.

The - # supported formats of filter are:
To query for specific function: < + # supported formats of filter are:
To query for a specific function: < # code>project:*,location:*,function:*
To query for all of the latest # operations for a project: project:*,latest:true # @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.
Requested page size + # cannot exceed 100. If not set, the default page size is 100.

+ # 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.

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 diff --git a/generated/google/apis/iap_v1beta1.rb b/generated/google/apis/iap_v1beta1.rb index 5b0c3ebc3..04b1045fe 100644 --- a/generated/google/apis/iap_v1beta1.rb +++ b/generated/google/apis/iap_v1beta1.rb @@ -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' diff --git a/generated/google/apis/iap_v1beta1/classes.rb b/generated/google/apis/iap_v1beta1/classes.rb index c7d25c1c4..10edafbb6 100644 --- a/generated/google/apis/iap_v1beta1/classes.rb +++ b/generated/google/apis/iap_v1beta1/classes.rb @@ -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",