docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
index b86d0cf..4781b64 100644
--- a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
+++ b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
@@ -106,20 +106,20 @@
 
     { # Developer metadata associated with a location or object in a spreadsheet. Developer metadata may be used to associate arbitrary data with various parts of a spreadsheet and will remain associated at those locations as they move around and the spreadsheet is edited. For example, if developer metadata is associated with row 5 and another row is then subsequently inserted above row 5, that original metadata will still be associated with the row it was first associated with (what is now row 6). If the associated object is deleted its metadata is deleted too.
     "visibility": "A String", # The metadata visibility. Developer metadata must always have a visibility specified.
+    "metadataKey": "A String", # The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.
+    "metadataId": 42, # The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive.
     "location": { # A location where metadata may be associated in a spreadsheet. # The location where the metadata is associated.
       "sheetId": 42, # The ID of the sheet when metadata is associated with an entire sheet.
-      "spreadsheet": True or False, # True when metadata is associated with an entire spreadsheet.
+      "locationType": "A String", # The type of location this object represents. This field is read-only.
       "dimensionRange": { # A range along a single dimension on a sheet. 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. # 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.
         "startIndex": 42, # The start (inclusive) of the span, or not set if unbounded.
         "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
-        "dimension": "A String", # The dimension of the span.
         "sheetId": 42, # The sheet this span is on.
+        "dimension": "A String", # The dimension of the span.
       },
-      "locationType": "A String", # The type of location this object represents. This field is read-only.
+      "spreadsheet": True or False, # True when metadata is associated with an entire spreadsheet.
     },
-    "metadataId": 42, # The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive.
     "metadataValue": "A String", # Data associated with the metadata's key.
-    "metadataKey": "A String", # The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.
   }</pre>
 </div>
 
@@ -135,32 +135,32 @@
 { # A request to retrieve all developer metadata matching the set of specified criteria.
     &quot;dataFilters&quot;: [ # The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response.
       { # Filter that describes what data should be selected or returned from a request.
-        &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
         &quot;gridRange&quot;: { # A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `&quot;Sheet1&quot;` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. 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!`. # Selects data that matches the range described by the GridRange.
+          &quot;startColumnIndex&quot;: 42, # The start column (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;startRowIndex&quot;: 42, # The start row (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;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;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
         &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields. For 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. # Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.
-          &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;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;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;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.
           &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. 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. # 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.
               &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
               &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
-              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
               &quot;sheetId&quot;: 42, # The sheet this span is on.
+              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
             },
-            &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents. This field is read-only.
+            &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
           },
-          &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.
-          &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.
-          &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;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;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.
-          &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.
         },
       },
     ],
@@ -177,54 +177,54 @@
     { # A reply to a developer metadata search request.
     &quot;matchedDeveloperMetadata&quot;: [ # The metadata matching the criteria of the search request.
       { # A developer metadata entry and the data filters specified in the original request that matched it.
-        &quot;dataFilters&quot;: [ # All filters matching the returned developer metadata.
-          { # Filter that describes what data should be selected or returned from a request.
-            &quot;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
-            &quot;gridRange&quot;: { # A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `&quot;Sheet1&quot;` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. 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!`. # Selects data that matches the range described by the GridRange.
-              &quot;startRowIndex&quot;: 42, # The start row (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;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 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. # Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.
-              &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;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;dimensionRange&quot;: { # A range along a single dimension on a sheet. 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. # 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.
-                  &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
-                  &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
-                  &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
-                  &quot;sheetId&quot;: 42, # The sheet this span is on.
-                },
-                &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents. This field is read-only.
-              },
-              &quot;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.
-              &quot;metadataKey&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.
-              &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;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.
-              &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;developerMetadata&quot;: { # Developer metadata associated with a location or object in a spreadsheet. Developer metadata may be used to associate arbitrary data with various parts of a spreadsheet and will remain associated at those locations as they move around and the spreadsheet is edited. For example, if developer metadata is associated with row 5 and another row is then subsequently inserted above row 5, that original metadata will still be associated with the row it was first associated with (what is now row 6). If the associated object is deleted its metadata is deleted too. # The developer metadata matching the specified filters.
           &quot;visibility&quot;: &quot;A String&quot;, # The metadata visibility. Developer metadata must always have a visibility specified.
+          &quot;metadataKey&quot;: &quot;A String&quot;, # The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.
+          &quot;metadataId&quot;: 42, # The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive.
           &quot;location&quot;: { # A location where metadata may be associated in a spreadsheet. # The location where the metadata is associated.
             &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. 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. # 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.
               &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
               &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
-              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
               &quot;sheetId&quot;: 42, # The sheet this span is on.
+              &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
             },
-            &quot;locationType&quot;: &quot;A String&quot;, # The type of location this object represents. This field is read-only.
+            &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
           },
-          &quot;metadataId&quot;: 42, # The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive.
           &quot;metadataValue&quot;: &quot;A String&quot;, # Data associated with the metadata&#x27;s key.
-          &quot;metadataKey&quot;: &quot;A String&quot;, # The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.
         },
+        &quot;dataFilters&quot;: [ # All filters matching the returned developer metadata.
+          { # Filter that describes what data should be selected or returned from a request.
+            &quot;gridRange&quot;: { # A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `&quot;Sheet1&quot;` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. 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!`. # Selects data that matches the range described by the GridRange.
+              &quot;startColumnIndex&quot;: 42, # The start column (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;startRowIndex&quot;: 42, # The start row (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;a1Range&quot;: &quot;A String&quot;, # Selects data that matches the specified A1 range.
+            &quot;developerMetadataLookup&quot;: { # Selects DeveloperMetadata that matches all of the specified fields. For 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. # Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.
+              &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;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;metadataValue&quot;: &quot;A String&quot;, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.
+              &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;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. 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. # 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.
+                  &quot;startIndex&quot;: 42, # The start (inclusive) of the span, or not set if unbounded.
+                  &quot;endIndex&quot;: 42, # The end (exclusive) of the span, or not set if unbounded.
+                  &quot;sheetId&quot;: 42, # The sheet this span is on.
+                  &quot;dimension&quot;: &quot;A String&quot;, # The dimension of the span.
+                },
+                &quot;spreadsheet&quot;: True or False, # True when metadata is associated with an entire spreadsheet.
+              },
+              &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;metadataId&quot;: 42, # Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.
+            },
+          },
+        ],
       },
     ],
   }</pre>