diff --git a/generated/google/apis/poly_v1.rb b/generated/google/apis/poly_v1.rb
index b67841ebd..a9b1e6f5c 100644
--- a/generated/google/apis/poly_v1.rb
+++ b/generated/google/apis/poly_v1.rb
@@ -20,14 +20,13 @@ module Google
   module Apis
     # Poly API
     #
-    # The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts.
+    # The Poly API provides read access to assets hosted on poly.google.com to all,
+    # and upload access to poly.google.com for whitelisted accounts.
     #
     # @see https://developers.google.com/poly/
     module PolyV1
       VERSION = 'V1'
-      REVISION = '20200210'
+      REVISION = '20201006'
     end
   end
 end
diff --git a/generated/google/apis/poly_v1/classes.rb b/generated/google/apis/poly_v1/classes.rb
index de13e1171..bfaa59874 100644
--- a/generated/google/apis/poly_v1/classes.rb
+++ b/generated/google/apis/poly_v1/classes.rb
@@ -23,9 +23,9 @@ module Google
     module PolyV1
       
       # Represents and describes an asset in the Poly library. An asset is a 3D model
-      # or scene created using [Tilt Brush](//www.tiltbrush.com),
-      # [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file
-      # that can be upload to Poly.
+      # or scene created using [Tilt Brush](//www.tiltbrush.com), [Blocks](//vr.google.
+      # com/blocks/), or any 3D program that produces a file that can be upload to
+      # Poly.
       class Asset
         include Google::Apis::Core::Hashable
       
@@ -35,8 +35,8 @@ module Google
         # @return [String]
         attr_accessor :author_name
       
-        # For published assets, the time when the asset was published.
-        # For unpublished assets, the time when the asset was created.
+        # For published assets, the time when the asset was published. For unpublished
+        # assets, the time when the asset was created.
         # Corresponds to the JSON property `createTime`
         # @return [String]
         attr_accessor :create_time
@@ -51,8 +51,7 @@ module Google
         # @return [String]
         attr_accessor :display_name
       
-        # A list of Formats where each
-        # format describes one representation of the asset.
+        # A list of Formats where each format describes one representation of the asset.
         # Corresponds to the JSON property `formats`
         # @return [Array]
         attr_accessor :formats
@@ -63,22 +62,21 @@ module Google
         attr_accessor :is_curated
         alias_method :is_curated?, :is_curated
       
-        # The license under which the author has made the asset available
-        # for use, if any.
+        # The license under which the author has made the asset available for use, if
+        # any.
         # Corresponds to the JSON property `license`
         # @return [String]
         attr_accessor :license
       
         # Application-defined opaque metadata for this asset. This field is only
         # returned when querying for the signed-in user's own assets, not for public
-        # assets. This string is limited to 1K chars. It is up to the creator of
-        # the asset to define the format for this string (for example, JSON).
+        # assets. This string is limited to 1K chars. It is up to the creator of the
+        # asset to define the format for this string (for example, JSON).
         # Corresponds to the JSON property `metadata`
         # @return [String]
         attr_accessor :metadata
       
-        # The unique identifier for the asset in the form:
-        # `assets/`ASSET_ID``.
+        # The unique identifier for the asset in the form: `assets/`ASSET_ID``.
         # Corresponds to the JSON property `name`
         # @return [String]
         attr_accessor :name
@@ -89,21 +87,20 @@ module Google
         # @return [Google::Apis::PolyV1::PresentationParams]
         attr_accessor :presentation_params
       
-        # Info about the sources of this asset (i.e. assets that were remixed to
-        # create this asset).
+        # Info about the sources of this asset (i.e. assets that were remixed to create
+        # this asset).
         # Corresponds to the JSON property `remixInfo`
         # @return [Google::Apis::PolyV1::RemixInfo]
         attr_accessor :remix_info
       
-        # Represents a file in Poly, which can be a root,
-        # resource, or thumbnail file.
+        # Represents a file in Poly, which can be a root, resource, or thumbnail file.
         # Corresponds to the JSON property `thumbnail`
         # @return [Google::Apis::PolyV1::File]
         attr_accessor :thumbnail
       
         # The time when the asset was last modified. For published assets, whose
-        # contents are immutable, the update time changes only when metadata
-        # properties, such as visibility, are updated.
+        # contents are immutable, the update time changes only when metadata properties,
+        # such as visibility, are updated.
         # Corresponds to the JSON property `updateTime`
         # @return [String]
         attr_accessor :update_time
@@ -173,22 +170,18 @@ module Google
         end
       end
       
-      # Represents a file in Poly, which can be a root,
-      # resource, or thumbnail file.
+      # Represents a file in Poly, which can be a root, resource, or thumbnail file.
       class File
         include Google::Apis::Core::Hashable
       
-        # The MIME content-type, such as `image/png`.
-        # For more information, see
-        # [MIME
+        # The MIME content-type, such as `image/png`. For more information, see [MIME
         # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
         # Corresponds to the JSON property `contentType`
         # @return [String]
         attr_accessor :content_type
       
-        # The path of the resource file relative to the
-        # root file. For root or thumbnail files,
-        # this is just the filename.
+        # The path of the resource file relative to the root file. For root or thumbnail
+        # files, this is just the filename.
         # Corresponds to the JSON property `relativePath`
         # @return [String]
         attr_accessor :relative_path
@@ -210,12 +203,12 @@ module Google
         end
       end
       
-      # The same asset can be represented in different formats, for example,
-      # a [WaveFront .obj](//en.wikipedia.org/wiki/Wavefront_.obj_file) file with its
-      # corresponding .mtl file or a [Khronos glTF](//www.khronos.org/gltf) file
-      # with its corresponding .glb binary data. A format refers to a specific
-      # representation of an asset and contains all information needed to
-      # retrieve and describe this representation.
+      # The same asset can be represented in different formats, for example, a [
+      # WaveFront .obj](//en.wikipedia.org/wiki/Wavefront_.obj_file) file with its
+      # corresponding .mtl file or a [Khronos glTF](//www.khronos.org/gltf) file with
+      # its corresponding .glb binary data. A format refers to a specific
+      # representation of an asset and contains all information needed to retrieve and
+      # describe this representation.
       class Format
         include Google::Apis::Core::Hashable
       
@@ -230,14 +223,13 @@ module Google
         # @return [String]
         attr_accessor :format_type
       
-        # A list of dependencies of the root element. May include, but is not
-        # limited to, materials, textures, and shader programs.
+        # A list of dependencies of the root element. May include, but is not limited to,
+        # materials, textures, and shader programs.
         # Corresponds to the JSON property `resources`
         # @return [Array]
         attr_accessor :resources
       
-        # Represents a file in Poly, which can be a root,
-        # resource, or thumbnail file.
+        # Represents a file in Poly, which can be a root, resource, or thumbnail file.
         # Corresponds to the JSON property `root`
         # @return [Google::Apis::PolyV1::File]
         attr_accessor :root
@@ -260,10 +252,9 @@ module Google
         include Google::Apis::Core::Hashable
       
         # A non-negative integer that represents the level of detail (LOD) of this
-        # format relative to other formats of the same asset with the same
-        # format_type.
-        # This hint allows you to sort formats from the most-detailed (0) to
-        # least-detailed (integers greater than 0).
+        # format relative to other formats of the same asset with the same format_type.
+        # This hint allows you to sort formats from the most-detailed (0) to least-
+        # detailed (integers greater than 0).
         # Corresponds to the JSON property `lodHint`
         # @return [Fixnum]
         attr_accessor :lod_hint
@@ -318,10 +309,9 @@ module Google
         # @return [Array]
         attr_accessor :assets
       
-        # The continuation token for retrieving the next page. If empty,
-        # indicates that there are no more pages. To get the next page, submit the
-        # same request specifying this value as the
-        # page_token.
+        # The continuation token for retrieving the next page. If empty, indicates that
+        # there are no more pages. To get the next page, submit the same request
+        # specifying this value as the page_token.
         # Corresponds to the JSON property `nextPageToken`
         # @return [String]
         attr_accessor :next_page_token
@@ -352,10 +342,9 @@ module Google
         # @return [Array]
         attr_accessor :assets
       
-        # The continuation token for retrieving the next page. If empty,
-        # indicates that there are no more pages. To get the next page, submit the
-        # same request specifying this value as the
-        # page_token.
+        # The continuation token for retrieving the next page. If empty, indicates that
+        # there are no more pages. To get the next page, submit the same request
+        # specifying this value as the page_token.
         # Corresponds to the JSON property `nextPageToken`
         # @return [String]
         attr_accessor :next_page_token
@@ -381,10 +370,9 @@ module Google
       class ListUserAssetsResponse
         include Google::Apis::Core::Hashable
       
-        # The continuation token for retrieving the next page. If empty,
-        # indicates that there are no more pages. To get the next page, submit the
-        # same request specifying this value as the
-        # page_token.
+        # The continuation token for retrieving the next page. If empty, indicates that
+        # there are no more pages. To get the next page, submit the same request
+        # specifying this value as the page_token.
         # Corresponds to the JSON property `nextPageToken`
         # @return [String]
         attr_accessor :next_page_token
@@ -466,24 +454,24 @@ module Google
       class PresentationParams
         include Google::Apis::Core::Hashable
       
-        # A background color which could be used for displaying the 3D asset in a
-        # 'thumbnail' or 'palette' style view. Authors have the option to set this
-        # background color when publishing or editing their asset.
-        # This is represented as a six-digit hexademical triplet specifying the
-        # RGB components of the background color, e.g. #FF0000 for Red.
+        # A background color which could be used for displaying the 3D asset in a '
+        # thumbnail' or 'palette' style view. Authors have the option to set this
+        # background color when publishing or editing their asset. This is represented
+        # as a six-digit hexademical triplet specifying the RGB components of the
+        # background color, e.g. #FF0000 for Red.
         # Corresponds to the JSON property `backgroundColor`
         # @return [String]
         attr_accessor :background_color
       
-        # The materials' diffuse/albedo color. This does not apply to vertex colors
-        # or texture maps.
+        # The materials' diffuse/albedo color. This does not apply to vertex colors or
+        # texture maps.
         # Corresponds to the JSON property `colorSpace`
         # @return [String]
         attr_accessor :color_space
       
         # A [Quaternion](//en.wikipedia.org/wiki/Quaternion). Please note: if in the
-        # response you see "w: 1" and nothing else this is the default value of
-        # [0, 0, 0, 1] where x,y, and z are 0.
+        # response you see "w: 1" and nothing else this is the default value of [0, 0, 0,
+        # 1] where x,y, and z are 0.
         # Corresponds to the JSON property `orientingRotation`
         # @return [Google::Apis::PolyV1::Quaternion]
         attr_accessor :orienting_rotation
@@ -501,8 +489,8 @@ module Google
       end
       
       # A [Quaternion](//en.wikipedia.org/wiki/Quaternion). Please note: if in the
-      # response you see "w: 1" and nothing else this is the default value of
-      # [0, 0, 0, 1] where x,y, and z are 0.
+      # response you see "w: 1" and nothing else this is the default value of [0, 0, 0,
+      # 1] where x,y, and z are 0.
       class Quaternion
         include Google::Apis::Core::Hashable
       
@@ -539,13 +527,12 @@ module Google
         end
       end
       
-      # Info about the sources of this asset (i.e. assets that were remixed to
-      # create this asset).
+      # Info about the sources of this asset (i.e. assets that were remixed to create
+      # this asset).
       class RemixInfo
         include Google::Apis::Core::Hashable
       
-        # Resource ids for the sources of this remix, of the form:
-        # `assets/`ASSET_ID``
+        # Resource ids for the sources of this remix, of the form: `assets/`ASSET_ID``
         # Corresponds to the JSON property `sourceAsset`
         # @return [Array]
         attr_accessor :source_asset
@@ -560,15 +547,14 @@ module Google
         end
       end
       
-      # A response message from a request to
-      # startImport. This is returned in the response
-      # field of the Operation.
+      # A response message from a request to startImport. This is returned in the
+      # response field of the Operation.
       class StartAssetImportResponse
         include Google::Apis::Core::Hashable
       
-        # The id of newly created asset. If this is empty when the operation is
-        # complete it means the import failed. Please refer to the
-        # assetImportMessages field to understand what went wrong.
+        # The id of newly created asset. If this is empty when the operation is complete
+        # it means the import failed. Please refer to the assetImportMessages field to
+        # understand what went wrong.
         # Corresponds to the JSON property `assetId`
         # @return [String]
         attr_accessor :asset_id
@@ -578,8 +564,8 @@ module Google
         # @return [String]
         attr_accessor :asset_import_id
       
-        # The message from the asset import. This will contain any warnings
-        # (or - in the case of failure - errors) that occurred during import.
+        # The message from the asset import. This will contain any warnings (or - in the
+        # case of failure - errors) that occurred during import.
         # Corresponds to the JSON property `assetImportMessages`
         # @return [Array]
         attr_accessor :asset_import_messages
@@ -607,9 +593,9 @@ module Google
         include Google::Apis::Core::Hashable
       
         # Represents and describes an asset in the Poly library. An asset is a 3D model
-        # or scene created using [Tilt Brush](//www.tiltbrush.com),
-        # [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file
-        # that can be upload to Poly.
+        # or scene created using [Tilt Brush](//www.tiltbrush.com), [Blocks](//vr.google.
+        # com/blocks/), or any 3D program that produces a file that can be upload to
+        # Poly.
         # Corresponds to the JSON property `asset`
         # @return [Google::Apis::PolyV1::Asset]
         attr_accessor :asset
diff --git a/generated/google/apis/poly_v1/service.rb b/generated/google/apis/poly_v1/service.rb
index 3e2ddaed0..efed4e94e 100644
--- a/generated/google/apis/poly_v1/service.rb
+++ b/generated/google/apis/poly_v1/service.rb
@@ -22,9 +22,8 @@ module Google
     module PolyV1
       # Poly API
       #
-      # The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts.
+      # The Poly API provides read access to assets hosted on poly.google.com to all,
+      #  and upload access to poly.google.com for whitelisted accounts.
       #
       # @example
       #    require 'google/apis/poly_v1'
@@ -49,10 +48,9 @@ module Google
           @batch_path = 'batch'
         end
         
-        # Returns detailed information about an asset given its name.
-        # PRIVATE assets are returned only if
-        # the currently authenticated user (via OAuth token) is the author of the
-        # asset.
+        # Returns detailed information about an asset given its name. PRIVATE assets are
+        # returned only if the currently authenticated user (via OAuth token) is the
+        # author of the asset.
         # @param [String] name
         #   Required. An asset's name in the form `assets/`ASSET_ID``.
         # @param [String] fields
@@ -82,40 +80,35 @@ module Google
           execute_or_queue_command(command, &block)
         end
         
-        # Lists all public, remixable assets. These are assets with an access level
-        # of PUBLIC and published under the
-        # CC-By license.
+        # Lists all public, remixable assets. These are assets with an access level of
+        # PUBLIC and published under the CC-By license.
         # @param [String] category
-        #   Filter assets based on the specified category. Supported values are:
-        #   `animals`, `architecture`, `art`, `food`, `nature`, `objects`, `people`,
-        #   `scenes`, `technology`, and `transport`.
+        #   Filter assets based on the specified category. Supported values are: `animals`,
+        #   `architecture`, `art`, `food`, `nature`, `objects`, `people`, `scenes`, `
+        #   technology`, and `transport`.
         # @param [Boolean] curated
         #   Return only assets that have been curated by the Poly team.
         # @param [String] format
-        #   Return only assets with the matching format. Acceptable values are:
-        #   `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`.
+        #   Return only assets with the matching format. Acceptable values are: `BLOCKS`, `
+        #   FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`.
         # @param [String] keywords
-        #   One or more search terms to be matched against all text that Poly has
-        #   indexed for assets, which includes display_name,
-        #   description, and tags. Multiple keywords should be
-        #   separated by spaces.
+        #   One or more search terms to be matched against all text that Poly has indexed
+        #   for assets, which includes display_name, description, and tags. Multiple
+        #   keywords should be separated by spaces.
         # @param [String] max_complexity
         #   Returns assets that are of the specified complexity or less. Defaults to
-        #   COMPLEX. For example, a request for
-        #   MEDIUM assets also includes
-        #   SIMPLE assets.
+        #   COMPLEX. For example, a request for MEDIUM assets also includes SIMPLE assets.
         # @param [String] order_by
-        #   Specifies an ordering for assets. Acceptable values are:
-        #   `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets
-        #   based on a combination of popularity and other features.
+        #   Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `
+        #   OLDEST`. Defaults to `BEST`, which ranks assets based on a combination of
+        #   popularity and other features.
         # @param [Fixnum] page_size
         #   The maximum number of assets to be returned. This value must be between `1`
         #   and `100`. Defaults to `20`.
         # @param [String] page_token
-        #   Specifies a continuation token from a previous search whose results were
-        #   split into multiple pages. To get the next page, submit the same request
-        #   specifying the value from
-        #   next_page_token.
+        #   Specifies a continuation token from a previous search whose results were split
+        #   into multiple pages. To get the next page, submit the same request specifying
+        #   the value from next_page_token.
         # @param [String] fields
         #   Selector specifying which fields to include in a partial response.
         # @param [String] quota_user
@@ -150,36 +143,31 @@ module Google
           execute_or_queue_command(command, &block)
         end
         
-        # Lists assets authored by the given user. Only the value 'me', representing
-        # the currently-authenticated user, is supported. May include assets with an
-        # access level of PRIVATE or
-        # UNLISTED and assets which are
-        # All Rights Reserved for the
+        # Lists assets authored by the given user. Only the value 'me', representing the
+        # currently-authenticated user, is supported. May include assets with an access
+        # level of PRIVATE or UNLISTED and assets which are All Rights Reserved for the
         # currently-authenticated user.
         # @param [String] name
         #   A valid user id. Currently, only the special value 'me', representing the
-        #   currently-authenticated user is supported. To use 'me', you must pass
-        #   an OAuth token with the request.
+        #   currently-authenticated user is supported. To use 'me', you must pass an OAuth
+        #   token with the request.
         # @param [String] format
-        #   Return only assets with the matching format. Acceptable values are:
-        #   `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
+        #   Return only assets with the matching format. Acceptable values are: `BLOCKS`, `
+        #   FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
         # @param [String] order_by
-        #   Specifies an ordering for assets. Acceptable values are:
-        #   `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets
-        #   based on a combination of popularity and other features.
+        #   Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `
+        #   OLDEST`. Defaults to `BEST`, which ranks assets based on a combination of
+        #   popularity and other features.
         # @param [Fixnum] page_size
         #   The maximum number of assets to be returned. This value must be between `1`
         #   and `100`. Defaults to `20`.
         # @param [String] page_token
-        #   Specifies a continuation token from a previous search whose results were
-        #   split into multiple pages. To get the next page, submit the same request
-        #   specifying the value from
-        #   next_page_token.
+        #   Specifies a continuation token from a previous search whose results were split
+        #   into multiple pages. To get the next page, submit the same request specifying
+        #   the value from next_page_token.
         # @param [String] visibility
-        #   The visibility of the assets to be returned.
-        #   Defaults to
-        #   VISIBILITY_UNSPECIFIED
-        #   which returns all assets.
+        #   The visibility of the assets to be returned. Defaults to
+        #   VISIBILITY_UNSPECIFIED which returns all assets.
         # @param [String] fields
         #   Selector specifying which fields to include in a partial response.
         # @param [String] quota_user
@@ -212,28 +200,27 @@ module Google
           execute_or_queue_command(command, &block)
         end
         
-        # Lists assets that the user has liked. Only the value 'me', representing
-        # the currently-authenticated user, is supported. May include assets with an
-        # access level of UNLISTED.
+        # Lists assets that the user has liked. Only the value 'me', representing the
+        # currently-authenticated user, is supported. May include assets with an access
+        # level of UNLISTED.
         # @param [String] name
         #   A valid user id. Currently, only the special value 'me', representing the
-        #   currently-authenticated user is supported. To use 'me', you must pass
-        #   an OAuth token with the request.
+        #   currently-authenticated user is supported. To use 'me', you must pass an OAuth
+        #   token with the request.
         # @param [String] format
-        #   Return only assets with the matching format. Acceptable values are:
-        #   `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`.
+        #   Return only assets with the matching format. Acceptable values are: `BLOCKS`, `
+        #   FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`.
         # @param [String] order_by
-        #   Specifies an ordering for assets. Acceptable values are:
-        #   `BEST`, `NEWEST`, `OLDEST`, 'LIKED_TIME'. Defaults to `LIKED_TIME`, which
-        #   ranks assets based on how recently they were liked.
+        #   Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `
+        #   OLDEST`, 'LIKED_TIME'. Defaults to `LIKED_TIME`, which ranks assets based on
+        #   how recently they were liked.
         # @param [Fixnum] page_size
         #   The maximum number of assets to be returned. This value must be between `1`
         #   and `100`. Defaults to `20`.
         # @param [String] page_token
-        #   Specifies a continuation token from a previous search whose results were
-        #   split into multiple pages. To get the next page, submit the same request
-        #   specifying the value from
-        #   next_page_token.
+        #   Specifies a continuation token from a previous search whose results were split
+        #   into multiple pages. To get the next page, submit the same request specifying
+        #   the value from next_page_token.
         # @param [String] fields
         #   Selector specifying which fields to include in a partial response.
         # @param [String] quota_user
diff --git a/generated/google/apis/run_v1.rb b/generated/google/apis/run_v1.rb
index 62b6a0a3c..a0cbbbcf6 100644
--- a/generated/google/apis/run_v1.rb
+++ b/generated/google/apis/run_v1.rb
@@ -26,7 +26,7 @@ module Google
     # @see https://cloud.google.com/run/
     module RunV1
       VERSION = 'V1'
-      REVISION = '20201002'
+      REVISION = '20201012'
 
       # 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/run_v1/classes.rb b/generated/google/apis/run_v1/classes.rb
index 7308cf36e..32a0b05f5 100644
--- a/generated/google/apis/run_v1/classes.rb
+++ b/generated/google/apis/run_v1/classes.rb
@@ -1974,11 +1974,12 @@ module Google
         include Google::Apis::Core::Hashable
       
         # (Optional) Cloud Run fully managed: Only memory and CPU are supported. Note:
-        # The only supported values for CPU are '1' and '2'. Cloud Run for Anthos:
-        # supported Limits describes the maximum amount of compute resources allowed.
-        # The values of the map is string form of the 'quantity' k8s type: https://
-        # github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
-        # pkg/api/resource/quantity.go
+        # The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU
+        # requires at least 2Gi of memory. Cloud Run for Anthos: supported Limits
+        # describes the maximum amount of compute resources allowed. The values of the
+        # map is string form of the 'quantity' k8s type: https://github.com/kubernetes/
+        # kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/
+        # quantity.go
         # Corresponds to the JSON property `limits`
         # @return [Hash]
         attr_accessor :limits
@@ -2966,7 +2967,7 @@ module Google
         attr_accessor :revision_name
       
         # Tag is optionally used to expose a dedicated url for referencing this target
-        # exclusively. Not currently supported in Cloud Run. +optional
+        # exclusively. +optional
         # Corresponds to the JSON property `tag`
         # @return [String]
         attr_accessor :tag
diff --git a/generated/google/apis/servicenetworking_v1.rb b/generated/google/apis/servicenetworking_v1.rb
index 5b0cb9cc9..daa2d7274 100644
--- a/generated/google/apis/servicenetworking_v1.rb
+++ b/generated/google/apis/servicenetworking_v1.rb
@@ -26,7 +26,7 @@ module Google
     # @see https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started
     module ServicenetworkingV1
       VERSION = 'V1'
-      REVISION = '20201014'
+      REVISION = '20201015'
 
       # 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/servicenetworking_v1/classes.rb b/generated/google/apis/servicenetworking_v1/classes.rb
index 0cf24f24c..17fd8c1af 100644
--- a/generated/google/apis/servicenetworking_v1/classes.rb
+++ b/generated/google/apis/servicenetworking_v1/classes.rb
@@ -930,7 +930,7 @@ module Google
       # context.OriginContext The above specifies that all methods in the API request `
       # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
       # Available context types are defined in package `google.rpc.context`. This also
-      # provides mechanism to whitelist any protobuf message extension that can be
+      # provides mechanism to allowlist any protobuf message extension that can be
       # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
       # For example, list any service specific protobuf types that can appear in grpc
       # metadata as follows in your yaml file: Example: context: rules: - selector: "
@@ -3285,7 +3285,7 @@ module Google
         # context.OriginContext The above specifies that all methods in the API request `
         # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
         # Available context types are defined in package `google.rpc.context`. This also
-        # provides mechanism to whitelist any protobuf message extension that can be
+        # provides mechanism to allowlist any protobuf message extension that can be
         # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
         # For example, list any service specific protobuf types that can appear in grpc
         # metadata as follows in your yaml file: Example: context: rules: - selector: "
diff --git a/generated/google/apis/servicenetworking_v1beta.rb b/generated/google/apis/servicenetworking_v1beta.rb
index 333d37e58..23c5c975a 100644
--- a/generated/google/apis/servicenetworking_v1beta.rb
+++ b/generated/google/apis/servicenetworking_v1beta.rb
@@ -26,7 +26,7 @@ module Google
     # @see https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started
     module ServicenetworkingV1beta
       VERSION = 'V1beta'
-      REVISION = '20201014'
+      REVISION = '20201015'
 
       # 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/servicenetworking_v1beta/classes.rb b/generated/google/apis/servicenetworking_v1beta/classes.rb
index a0b04d91c..aa1a3f48c 100644
--- a/generated/google/apis/servicenetworking_v1beta/classes.rb
+++ b/generated/google/apis/servicenetworking_v1beta/classes.rb
@@ -792,7 +792,7 @@ module Google
       # context.OriginContext The above specifies that all methods in the API request `
       # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
       # Available context types are defined in package `google.rpc.context`. This also
-      # provides mechanism to whitelist any protobuf message extension that can be
+      # provides mechanism to allowlist any protobuf message extension that can be
       # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
       # For example, list any service specific protobuf types that can appear in grpc
       # metadata as follows in your yaml file: Example: context: rules: - selector: "
@@ -2948,7 +2948,7 @@ module Google
         # context.OriginContext The above specifies that all methods in the API request `
         # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
         # Available context types are defined in package `google.rpc.context`. This also
-        # provides mechanism to whitelist any protobuf message extension that can be
+        # provides mechanism to allowlist any protobuf message extension that can be
         # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
         # For example, list any service specific protobuf types that can appear in grpc
         # metadata as follows in your yaml file: Example: context: rules: - selector: "
diff --git a/generated/google/apis/youtube_partner_v1.rb b/generated/google/apis/youtube_partner_v1.rb
index fa707801d..3caa01cdc 100644
--- a/generated/google/apis/youtube_partner_v1.rb
+++ b/generated/google/apis/youtube_partner_v1.rb
@@ -26,7 +26,7 @@ module Google
     # @see https://devsite.googleplex.com/youtube/partner/docs/v1/
     module YoutubePartnerV1
       VERSION = 'V1'
-      REVISION = '20201014'
+      REVISION = '20201016'
 
       # View and manage your assets and associated content on YouTube
       AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner'