Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DeveloperMetadataLookup |
DeveloperMetadataLookup.clone() |
DeveloperMetadataLookup |
DataFilter.getDeveloperMetadataLookup()
Selects data associated with the developer metadata matching the criteria described by this
DeveloperMetadataLookup.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.set(String fieldName,
Object value) |
DeveloperMetadataLookup |
DeveloperMetadataLookup.setLocationMatchingStrategy(String locationMatchingStrategy)
Determines how this lookup matches the location.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setLocationType(String locationType)
Limits the selected developer metadata to those entries which are associated with locations of
the specified type.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setMetadataId(Integer metadataId)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_id.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setMetadataKey(String metadataKey)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_key.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setMetadataLocation(DeveloperMetadataLocation metadataLocation)
Limits the selected developer metadata to those entries associated with the specified location.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setMetadataValue(String metadataValue)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_value.
|
DeveloperMetadataLookup |
DeveloperMetadataLookup.setVisibility(String visibility)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.visibility.
|
Modifier and Type | Method and Description |
---|---|
DataFilter |
DataFilter.setDeveloperMetadataLookup(DeveloperMetadataLookup developerMetadataLookup)
Selects data associated with the developer metadata matching the criteria described by this
DeveloperMetadataLookup.
|
Copyright © 2011–2024 Google. All rights reserved.