docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
index 2103c3c..ab61b53 100644
--- a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
+++ b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
@@ -125,10 +125,10 @@
           # Indexes are half open: the start index is inclusive
           # and the end index is exclusive.
           # Missing indexes indicate the range is unbounded on that side.
+        "dimension": "A String", # The dimension of the span.
         "sheetId": 42, # The sheet this span is on.
         "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
         "startIndex": 42, # The start (inclusive) of the span, or not set if unbounded.
-        "dimension": "A String", # The dimension of the span.
       },
     },
   }</pre>
@@ -154,6 +154,68 @@
         # specified filters are included in the response.
       { # Filter that describes what data should be selected or returned from a
           # request.
+        &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields.  For # Selects data associated with the developer metadata matching the criteria
+            # described by this DeveloperMetadataLookup.
+            # example, if only a metadata ID is specified this considers the
+            # DeveloperMetadata with that particular unique ID. If a metadata key is
+            # specified, this considers all developer metadata with that key.  If a
+            # key, visibility, and location type are all specified, this considers all
+            # developer metadata with that key and visibility that are associated with a
+            # location of that type.  In general, this
+            # selects all DeveloperMetadata that matches the intersection of all the
+            # specified fields; any field or combination of fields may be specified.
+          &quot;locationType&quot;: &quot;A String&quot;, # Limits the selected developer metadata to those entries which are
+              # associated with locations of the specified type.  For example, when this
+              # field is specified as ROW this lookup
+              # only considers developer metadata associated on rows.  If the field is left
+              # unspecified, all location types are considered.  This field cannot be
+              # specified as SPREADSHEET when
+              # the locationMatchingStrategy
+              # is specified as INTERSECTING or when the
+              # metadataLocation is specified as a
+              # non-spreadsheet location: spreadsheet metadata cannot intersect any other
+              # developer metadata location.  This field also must be left unspecified when
+              # the locationMatchingStrategy
+              # is specified as EXACT.
+          &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+              # DeveloperMetadata.metadata_key.
+          &quot;locationMatchingStrategy&quot;: &quot;A String&quot;, # Determines how this lookup matches the location.  If this field is
+              # specified as EXACT, only developer metadata associated on the exact
+              # location specified is matched.  If this field is specified to INTERSECTING,
+              # developer metadata associated on intersecting locations is also
+              # matched.  If left unspecified, this field assumes a default value of
+              # INTERSECTING.
+              # If this field is specified, a metadataLocation
+              # must also be specified.
+          &quot;metadataLocation&quot;: { # A location where metadata may be associated in a spreadsheet. # Limits the selected developer metadata to those entries associated with
+              # the specified location.  This field either matches exact locations or all
+              # intersecting locations according the specified
+              # locationMatchingStrategy.
+            &quot;sheetId&quot;: 42, # The ID of the sheet when metadata is associated with an entire sheet.
+            &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
+            &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents.  This field is read-only.
+            &quot;dimensionRange&quot;: { # A range along a single dimension on a sheet. # Represents the row or column when metadata is associated with
+                # a dimension. The specified DimensionRange must represent a single row
+                # or column; it cannot be unbounded or span multiple rows or columns.
+                # All indexes are zero-based.
+                # Indexes are half open: the start index is inclusive
+                # and the end index is exclusive.
+                # Missing indexes indicate the range is unbounded on that side.
+              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
+              &quot;sheetId&quot;: 42, # The sheet this span is on.
+              &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
+              &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
+            },
+          },
+          &quot;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching
+              # DeveloperMetadata.metadata_id.
+          &quot;visibility&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+              # DeveloperMetadata.visibility.  If left unspecified, all developer
+              # metadata visibile to the requesting project is considered.
+          &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+              # DeveloperMetadata.metadata_value.
+        },
+        &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
         &quot;gridRange&quot;: { # A range on a sheet. # Selects data that matches the range described by the GridRange.
             # All indexes are zero-based.
             # Indexes are half open, e.g the start index is inclusive
@@ -183,74 +245,12 @@
             # If the start index equals the end index, then the range is empty.
             # Empty ranges are typically not meaningful and are usually rendered in the
             # UI as `#REF!`.
-          &quot;endRowIndex&quot;: 42, # The end row (exclusive) of the range, or not set if unbounded.
-          &quot;startColumnIndex&quot;: 42, # The start column (inclusive) of the range, or not set if unbounded.
           &quot;sheetId&quot;: 42, # The sheet this range is on.
           &quot;endColumnIndex&quot;: 42, # The end column (exclusive) of the range, or not set if unbounded.
           &quot;startRowIndex&quot;: 42, # The start row (inclusive) of the range, or not set if unbounded.
+          &quot;endRowIndex&quot;: 42, # The end row (exclusive) of the range, or not set if unbounded.
+          &quot;startColumnIndex&quot;: 42, # The start column (inclusive) of the range, or not set if unbounded.
         },
-        &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields.  For # Selects data associated with the developer metadata matching the criteria
-            # described by this DeveloperMetadataLookup.
-            # example, if only a metadata ID is specified this considers the
-            # DeveloperMetadata with that particular unique ID. If a metadata key is
-            # specified, this considers all developer metadata with that key.  If a
-            # key, visibility, and location type are all specified, this considers all
-            # developer metadata with that key and visibility that are associated with a
-            # location of that type.  In general, this
-            # selects all DeveloperMetadata that matches the intersection of all the
-            # specified fields; any field or combination of fields may be specified.
-          &quot;metadataLocation&quot;: { # A location where metadata may be associated in a spreadsheet. # Limits the selected developer metadata to those entries associated with
-              # the specified location.  This field either matches exact locations or all
-              # intersecting locations according the specified
-              # locationMatchingStrategy.
-            &quot;sheetId&quot;: 42, # The ID of the sheet when metadata is associated with an entire sheet.
-            &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
-            &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents.  This field is read-only.
-            &quot;dimensionRange&quot;: { # A range along a single dimension on a sheet. # Represents the row or column when metadata is associated with
-                # a dimension. The specified DimensionRange must represent a single row
-                # or column; it cannot be unbounded or span multiple rows or columns.
-                # All indexes are zero-based.
-                # Indexes are half open: the start index is inclusive
-                # and the end index is exclusive.
-                # Missing indexes indicate the range is unbounded on that side.
-              &quot;sheetId&quot;: 42, # The sheet this span is on.
-              &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
-              &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
-              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
-            },
-          },
-          &quot;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching
-              # DeveloperMetadata.metadata_id.
-          &quot;visibility&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-              # DeveloperMetadata.visibility.  If left unspecified, all developer
-              # metadata visibile to the requesting project is considered.
-          &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-              # DeveloperMetadata.metadata_value.
-          &quot;locationType&quot;: &quot;A String&quot;, # Limits the selected developer metadata to those entries which are
-              # associated with locations of the specified type.  For example, when this
-              # field is specified as ROW this lookup
-              # only considers developer metadata associated on rows.  If the field is left
-              # unspecified, all location types are considered.  This field cannot be
-              # specified as SPREADSHEET when
-              # the locationMatchingStrategy
-              # is specified as INTERSECTING or when the
-              # metadataLocation is specified as a
-              # non-spreadsheet location: spreadsheet metadata cannot intersect any other
-              # developer metadata location.  This field also must be left unspecified when
-              # the locationMatchingStrategy
-              # is specified as EXACT.
-          &quot;locationMatchingStrategy&quot;: &quot;A String&quot;, # Determines how this lookup matches the location.  If this field is
-              # specified as EXACT, only developer metadata associated on the exact
-              # location specified is matched.  If this field is specified to INTERSECTING,
-              # developer metadata associated on intersecting locations is also
-              # matched.  If left unspecified, this field assumes a default value of
-              # INTERSECTING.
-              # If this field is specified, a metadataLocation
-              # must also be specified.
-          &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-              # DeveloperMetadata.metadata_key.
-        },
-        &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
       },
     ],
   }
@@ -294,16 +294,78 @@
                 # Indexes are half open: the start index is inclusive
                 # and the end index is exclusive.
                 # Missing indexes indicate the range is unbounded on that side.
+              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
               &quot;sheetId&quot;: 42, # The sheet this span is on.
               &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
               &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
-              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
             },
           },
         },
         &quot;dataFilters&quot;: [ # All filters matching the returned developer metadata.
           { # Filter that describes what data should be selected or returned from a
               # request.
+            &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields.  For # Selects data associated with the developer metadata matching the criteria
+                # described by this DeveloperMetadataLookup.
+                # example, if only a metadata ID is specified this considers the
+                # DeveloperMetadata with that particular unique ID. If a metadata key is
+                # specified, this considers all developer metadata with that key.  If a
+                # key, visibility, and location type are all specified, this considers all
+                # developer metadata with that key and visibility that are associated with a
+                # location of that type.  In general, this
+                # selects all DeveloperMetadata that matches the intersection of all the
+                # specified fields; any field or combination of fields may be specified.
+              &quot;locationType&quot;: &quot;A String&quot;, # Limits the selected developer metadata to those entries which are
+                  # associated with locations of the specified type.  For example, when this
+                  # field is specified as ROW this lookup
+                  # only considers developer metadata associated on rows.  If the field is left
+                  # unspecified, all location types are considered.  This field cannot be
+                  # specified as SPREADSHEET when
+                  # the locationMatchingStrategy
+                  # is specified as INTERSECTING or when the
+                  # metadataLocation is specified as a
+                  # non-spreadsheet location: spreadsheet metadata cannot intersect any other
+                  # developer metadata location.  This field also must be left unspecified when
+                  # the locationMatchingStrategy
+                  # is specified as EXACT.
+              &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+                  # DeveloperMetadata.metadata_key.
+              &quot;locationMatchingStrategy&quot;: &quot;A String&quot;, # Determines how this lookup matches the location.  If this field is
+                  # specified as EXACT, only developer metadata associated on the exact
+                  # location specified is matched.  If this field is specified to INTERSECTING,
+                  # developer metadata associated on intersecting locations is also
+                  # matched.  If left unspecified, this field assumes a default value of
+                  # INTERSECTING.
+                  # If this field is specified, a metadataLocation
+                  # must also be specified.
+              &quot;metadataLocation&quot;: { # A location where metadata may be associated in a spreadsheet. # Limits the selected developer metadata to those entries associated with
+                  # the specified location.  This field either matches exact locations or all
+                  # intersecting locations according the specified
+                  # locationMatchingStrategy.
+                &quot;sheetId&quot;: 42, # The ID of the sheet when metadata is associated with an entire sheet.
+                &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
+                &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents.  This field is read-only.
+                &quot;dimensionRange&quot;: { # A range along a single dimension on a sheet. # Represents the row or column when metadata is associated with
+                    # a dimension. The specified DimensionRange must represent a single row
+                    # or column; it cannot be unbounded or span multiple rows or columns.
+                    # All indexes are zero-based.
+                    # Indexes are half open: the start index is inclusive
+                    # and the end index is exclusive.
+                    # Missing indexes indicate the range is unbounded on that side.
+                  &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
+                  &quot;sheetId&quot;: 42, # The sheet this span is on.
+                  &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
+                  &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
+                },
+              },
+              &quot;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching
+                  # DeveloperMetadata.metadata_id.
+              &quot;visibility&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+                  # DeveloperMetadata.visibility.  If left unspecified, all developer
+                  # metadata visibile to the requesting project is considered.
+              &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
+                  # DeveloperMetadata.metadata_value.
+            },
+            &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
             &quot;gridRange&quot;: { # A range on a sheet. # Selects data that matches the range described by the GridRange.
                 # All indexes are zero-based.
                 # Indexes are half open, e.g the start index is inclusive
@@ -333,74 +395,12 @@
                 # If the start index equals the end index, then the range is empty.
                 # Empty ranges are typically not meaningful and are usually rendered in the
                 # UI as `#REF!`.
-              &quot;endRowIndex&quot;: 42, # The end row (exclusive) of the range, or not set if unbounded.
-              &quot;startColumnIndex&quot;: 42, # The start column (inclusive) of the range, or not set if unbounded.
               &quot;sheetId&quot;: 42, # The sheet this range is on.
               &quot;endColumnIndex&quot;: 42, # The end column (exclusive) of the range, or not set if unbounded.
               &quot;startRowIndex&quot;: 42, # The start row (inclusive) of the range, or not set if unbounded.
+              &quot;endRowIndex&quot;: 42, # The end row (exclusive) of the range, or not set if unbounded.
+              &quot;startColumnIndex&quot;: 42, # The start column (inclusive) of the range, or not set if unbounded.
             },
-            &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields.  For # Selects data associated with the developer metadata matching the criteria
-                # described by this DeveloperMetadataLookup.
-                # example, if only a metadata ID is specified this considers the
-                # DeveloperMetadata with that particular unique ID. If a metadata key is
-                # specified, this considers all developer metadata with that key.  If a
-                # key, visibility, and location type are all specified, this considers all
-                # developer metadata with that key and visibility that are associated with a
-                # location of that type.  In general, this
-                # selects all DeveloperMetadata that matches the intersection of all the
-                # specified fields; any field or combination of fields may be specified.
-              &quot;metadataLocation&quot;: { # A location where metadata may be associated in a spreadsheet. # Limits the selected developer metadata to those entries associated with
-                  # the specified location.  This field either matches exact locations or all
-                  # intersecting locations according the specified
-                  # locationMatchingStrategy.
-                &quot;sheetId&quot;: 42, # The ID of the sheet when metadata is associated with an entire sheet.
-                &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
-                &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents.  This field is read-only.
-                &quot;dimensionRange&quot;: { # A range along a single dimension on a sheet. # Represents the row or column when metadata is associated with
-                    # a dimension. The specified DimensionRange must represent a single row
-                    # or column; it cannot be unbounded or span multiple rows or columns.
-                    # All indexes are zero-based.
-                    # Indexes are half open: the start index is inclusive
-                    # and the end index is exclusive.
-                    # Missing indexes indicate the range is unbounded on that side.
-                  &quot;sheetId&quot;: 42, # The sheet this span is on.
-                  &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
-                  &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
-                  &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
-                },
-              },
-              &quot;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching
-                  # DeveloperMetadata.metadata_id.
-              &quot;visibility&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-                  # DeveloperMetadata.visibility.  If left unspecified, all developer
-                  # metadata visibile to the requesting project is considered.
-              &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-                  # DeveloperMetadata.metadata_value.
-              &quot;locationType&quot;: &quot;A String&quot;, # Limits the selected developer metadata to those entries which are
-                  # associated with locations of the specified type.  For example, when this
-                  # field is specified as ROW this lookup
-                  # only considers developer metadata associated on rows.  If the field is left
-                  # unspecified, all location types are considered.  This field cannot be
-                  # specified as SPREADSHEET when
-                  # the locationMatchingStrategy
-                  # is specified as INTERSECTING or when the
-                  # metadataLocation is specified as a
-                  # non-spreadsheet location: spreadsheet metadata cannot intersect any other
-                  # developer metadata location.  This field also must be left unspecified when
-                  # the locationMatchingStrategy
-                  # is specified as EXACT.
-              &quot;locationMatchingStrategy&quot;: &quot;A String&quot;, # Determines how this lookup matches the location.  If this field is
-                  # specified as EXACT, only developer metadata associated on the exact
-                  # location specified is matched.  If this field is specified to INTERSECTING,
-                  # developer metadata associated on intersecting locations is also
-                  # matched.  If left unspecified, this field assumes a default value of
-                  # INTERSECTING.
-                  # If this field is specified, a metadataLocation
-                  # must also be specified.
-              &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching
-                  # DeveloperMetadata.metadata_key.
-            },
-            &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
           },
         ],
       },