| Package | Description |
|---|---|
| com.google.api.services.doubleclickbidmanager.model |
| Modifier and Type | Method and Description |
|---|---|
QueryMetadata |
QueryMetadata.clone() |
QueryMetadata |
Query.getMetadata()
The metadata of the query.
|
QueryMetadata |
QueryMetadata.set(String fieldName,
Object value) |
QueryMetadata |
QueryMetadata.setDataRange(DataRange dataRange)
The date range the report generated by the query will report on.
|
QueryMetadata |
QueryMetadata.setFormat(String format)
The format of the report generated by the query.
|
QueryMetadata |
QueryMetadata.setSendNotification(Boolean sendNotification)
Whether an email notification is sent to the query creator when a report generated by the query
is ready.
|
QueryMetadata |
QueryMetadata.setShareEmailAddress(List<String> shareEmailAddress)
List of additional email addresses with which to share the query.
|
QueryMetadata |
QueryMetadata.setTitle(String title)
The display name of the query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.setMetadata(QueryMetadata metadata)
The metadata of the query.
|
Copyright © 2011–2024 Google. All rights reserved.