Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DeveloperMetadataLocation |
DeveloperMetadataLocation.clone() |
DeveloperMetadataLocation |
DeveloperMetadata.getLocation()
The location where the metadata is associated.
|
DeveloperMetadataLocation |
DeveloperMetadataLookup.getMetadataLocation()
Limits the selected developer metadata to those entries associated with the specified location.
|
DeveloperMetadataLocation |
DeveloperMetadataLocation.set(String fieldName,
Object value) |
DeveloperMetadataLocation |
DeveloperMetadataLocation.setDimensionRange(DimensionRange dimensionRange)
Represents the row or column when metadata is associated with a dimension.
|
DeveloperMetadataLocation |
DeveloperMetadataLocation.setLocationType(String locationType)
The type of location this object represents.
|
DeveloperMetadataLocation |
DeveloperMetadataLocation.setSheetId(Integer sheetId)
The ID of the sheet when metadata is associated with an entire sheet.
|
DeveloperMetadataLocation |
DeveloperMetadataLocation.setSpreadsheet(Boolean spreadsheet)
True when metadata is associated with an entire spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
DeveloperMetadata |
DeveloperMetadata.setLocation(DeveloperMetadataLocation location)
The location where the metadata is associated.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setMetadataLocation(DeveloperMetadataLocation metadataLocation)
Limits the selected developer metadata to those entries associated with the specified location.
|
Copyright © 2011–2024 Google. All rights reserved.