docs: update generated docs (#981)
diff --git a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
index ab61b53..cdad85e 100644
--- a/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
+++ b/docs/dyn/sheets_v4.spreadsheets.developerMetadata.html
@@ -106,16 +106,10 @@
# 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.
- "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.
- "metadataValue": "A String", # Data associated with the metadata's key.
- "visibility": "A String", # The metadata visibility. Developer metadata must always have a visibility
- # 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. # Represents the row or column when metadata is associated with
@@ -126,11 +120,17 @@
# 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.
+ "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
+ "sheetId": 42, # The sheet this span is on.
},
+ "sheetId": 42, # The ID of the sheet when metadata is associated with an entire sheet.
},
+ "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.
+ "metadataValue": "A String", # Data associated with the metadata's key.
}</pre>
</div>
@@ -164,6 +164,19 @@
# 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.
+ "locationMatchingStrategy": "A String", # 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.
+ "visibility": "A String", # 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.
+ "metadataValue": "A String", # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_value.
"locationType": "A String", # 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
@@ -177,21 +190,12 @@
# developer metadata location. This field also must be left unspecified when
# the locationMatchingStrategy
# is specified as EXACT.
- "metadataKey": "A String", # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_key.
- "locationMatchingStrategy": "A String", # 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.
+ "metadataId": 42, # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_id.
"metadataLocation": { # 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.
- "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. # Represents the row or column when metadata is associated with
@@ -202,23 +206,18 @@
# 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.
+ "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
+ "sheetId": 42, # The sheet this span is on.
},
+ "sheetId": 42, # The ID of the sheet when metadata is associated with an entire sheet.
},
- "metadataId": 42, # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_id.
- "visibility": "A String", # 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.
- "metadataValue": "A String", # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_value.
+ "metadataKey": "A String", # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_key.
},
- "a1Range": "A String", # Selects data that matches the specified A1 range.
"gridRange": { # 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
+ # 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.
#
@@ -245,12 +244,13 @@
# 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!`.
- "sheetId": 42, # The sheet this range is on.
"endColumnIndex": 42, # The end column (exclusive) of the range, or not set if unbounded.
- "startRowIndex": 42, # The start row (inclusive) of the range, or not set if unbounded.
- "endRowIndex": 42, # The end row (exclusive) of the range, or not set if unbounded.
"startColumnIndex": 42, # The start column (inclusive) of the range, or not set if unbounded.
+ "endRowIndex": 42, # The end row (exclusive) of the range, or not set if unbounded.
+ "sheetId": 42, # The sheet this range is on.
+ "startRowIndex": 42, # The start row (inclusive) of the range, or not set if unbounded.
},
+ "a1Range": "A String", # Selects data that matches the specified A1 range.
},
],
}
@@ -275,16 +275,10 @@
# 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.
- "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.
- "metadataValue": "A String", # Data associated with the metadata's key.
- "visibility": "A String", # The metadata visibility. Developer metadata must always have a visibility
- # 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. # Represents the row or column when metadata is associated with
@@ -295,11 +289,17 @@
# 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.
+ "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
+ "sheetId": 42, # The sheet this span is on.
},
+ "sheetId": 42, # The ID of the sheet when metadata is associated with an entire sheet.
},
+ "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.
+ "metadataValue": "A String", # Data associated with the metadata's key.
},
"dataFilters": [ # All filters matching the returned developer metadata.
{ # Filter that describes what data should be selected or returned from a
@@ -314,6 +314,19 @@
# 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.
+ "locationMatchingStrategy": "A String", # 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.
+ "visibility": "A String", # 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.
+ "metadataValue": "A String", # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_value.
"locationType": "A String", # 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
@@ -327,21 +340,12 @@
# developer metadata location. This field also must be left unspecified when
# the locationMatchingStrategy
# is specified as EXACT.
- "metadataKey": "A String", # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_key.
- "locationMatchingStrategy": "A String", # 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.
+ "metadataId": 42, # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_id.
"metadataLocation": { # 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.
- "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. # Represents the row or column when metadata is associated with
@@ -352,23 +356,18 @@
# 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.
+ "endIndex": 42, # The end (exclusive) of the span, or not set if unbounded.
+ "sheetId": 42, # The sheet this span is on.
},
+ "sheetId": 42, # The ID of the sheet when metadata is associated with an entire sheet.
},
- "metadataId": 42, # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_id.
- "visibility": "A String", # 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.
- "metadataValue": "A String", # Limits the selected developer metadata to that which has a matching
- # DeveloperMetadata.metadata_value.
+ "metadataKey": "A String", # Limits the selected developer metadata to that which has a matching
+ # DeveloperMetadata.metadata_key.
},
- "a1Range": "A String", # Selects data that matches the specified A1 range.
"gridRange": { # 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
+ # 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.
#
@@ -395,12 +394,13 @@
# 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!`.
- "sheetId": 42, # The sheet this range is on.
"endColumnIndex": 42, # The end column (exclusive) of the range, or not set if unbounded.
- "startRowIndex": 42, # The start row (inclusive) of the range, or not set if unbounded.
- "endRowIndex": 42, # The end row (exclusive) of the range, or not set if unbounded.
"startColumnIndex": 42, # The start column (inclusive) of the range, or not set if unbounded.
+ "endRowIndex": 42, # The end row (exclusive) of the range, or not set if unbounded.
+ "sheetId": 42, # The sheet this range is on.
+ "startRowIndex": 42, # The start row (inclusive) of the range, or not set if unbounded.
},
+ "a1Range": "A String", # Selects data that matches the specified A1 range.
},
],
},