Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 1108 lines (27 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Service_DoubleClickBidManager:: (1 method):
__construct()
Google_Service_DoubleClickBidManager_Lineitems_Resource:: (2 methods):
downloadlineitems()
uploadlineitems()
Google_Service_DoubleClickBidManager_Queries_Resource:: (5 methods):
createquery()
deletequery()
getquery()
listqueries()
runquery()
Google_Service_DoubleClickBidManager_Reports_Resource:: (1 method):
listreports()
Google_Service_DoubleClickBidManager_DownloadLineItemsRequest:: (8 methods):
setFileSpec()
getFileSpec()
setFilterIds()
getFilterIds()
setFilterType()
getFilterType()
setFormat()
getFormat()
Google_Service_DoubleClickBidManager_DownloadLineItemsResponse:: (2 methods):
setLineItems()
getLineItems()
Google_Service_DoubleClickBidManager_FilterPair:: (4 methods):
setType()
getType()
setValue()
getValue()
Google_Service_DoubleClickBidManager_ListQueriesResponse:: (4 methods):
setKind()
getKind()
setQueries()
getQueries()
Google_Service_DoubleClickBidManager_ListReportsResponse:: (4 methods):
setKind()
getKind()
setReports()
getReports()
Google_Service_DoubleClickBidManager_Parameters:: (10 methods):
setFilters()
getFilters()
setGroupBys()
getGroupBys()
setIncludeInviteData()
getIncludeInviteData()
setMetrics()
getMetrics()
setType()
getType()
Google_Service_DoubleClickBidManager_Query:: (16 methods):
setKind()
getKind()
setMetadata()
getMetadata()
setParams()
getParams()
setQueryId()
getQueryId()
setReportDataEndTimeMs()
getReportDataEndTimeMs()
setReportDataStartTimeMs()
getReportDataStartTimeMs()
setSchedule()
getSchedule()
setTimezoneCode()
getTimezoneCode()
Google_Service_DoubleClickBidManager_QueryMetadata:: (22 methods):
setDataRange()
getDataRange()
setFormat()
getFormat()
setGoogleCloudStoragePathForLatestReport()
getGoogleCloudStoragePathForLatestReport()
setGoogleDrivePathForLatestReport()
getGoogleDrivePathForLatestReport()
setLatestReportRunTimeMs()
getLatestReportRunTimeMs()
setLocale()
getLocale()
setReportCount()
getReportCount()
setRunning()
getRunning()
setSendNotification()
getSendNotification()
setShareEmailAddress()
getShareEmailAddress()
setTitle()
getTitle()
Google_Service_DoubleClickBidManager_QuerySchedule:: (8 methods):
setEndTimeMs()
getEndTimeMs()
setFrequency()
getFrequency()
setNextRunMinuteOfDay()
getNextRunMinuteOfDay()
setNextRunTimezoneCode()
getNextRunTimezoneCode()
Google_Service_DoubleClickBidManager_Report:: (6 methods):
setKey()
getKey()
setMetadata()
getMetadata()
setParams()
getParams()
Google_Service_DoubleClickBidManager_ReportFailure:: (2 methods):
setErrorCode()
getErrorCode()
Google_Service_DoubleClickBidManager_ReportKey:: (4 methods):
setQueryId()
getQueryId()
setReportId()
getReportId()
Google_Service_DoubleClickBidManager_ReportMetadata:: (8 methods):
setGoogleCloudStoragePath()
getGoogleCloudStoragePath()
setReportDataEndTimeMs()
getReportDataEndTimeMs()
setReportDataStartTimeMs()
getReportDataStartTimeMs()
setStatus()
getStatus()
Google_Service_DoubleClickBidManager_ReportStatus:: (8 methods):
setFailure()
getFailure()
setFinishTimeMs()
getFinishTimeMs()
setFormat()
getFormat()
setState()
getState()
Google_Service_DoubleClickBidManager_RowStatus:: (12 methods):
setChanged()
getChanged()
setEntityId()
getEntityId()
setEntityName()
getEntityName()
setErrors()
getErrors()
setPersisted()
getPersisted()
setRowNumber()
getRowNumber()
Google_Service_DoubleClickBidManager_RunQueryRequest:: (8 methods):
setDataRange()
getDataRange()
setReportDataEndTimeMs()
getReportDataEndTimeMs()
setReportDataStartTimeMs()
getReportDataStartTimeMs()
setTimezoneCode()
getTimezoneCode()
Google_Service_DoubleClickBidManager_UploadLineItemsRequest:: (6 methods):
setDryRun()
getDryRun()
setFormat()
getFormat()
setLineItems()
getLineItems()
Google_Service_DoubleClickBidManager_UploadLineItemsResponse:: (2 methods):
setUploadStatus()
getUploadStatus()
Google_Service_DoubleClickBidManager_UploadStatus:: (4 methods):
setErrors()
getErrors()
setRowStatus()
getRowStatus()
Class: Google_Service_DoubleClickBidManager - X-Ref
Service definition for DoubleClickBidManager (v1).__construct(Google_Client $client) X-Ref |
Constructs the internal representation of the DoubleClickBidManager service. param: Google_Client $client |
Class: Google_Service_DoubleClickBidManager_Lineitems_Resource - X-Ref
The "lineitems" collection of methods.downloadlineitems(Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams = array() X-Ref |
Retrieves line items in CSV format. (lineitems.downloadlineitems) param: Google_DownloadLineItemsRequest $postBody param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_DownloadLineItemsResponse |
uploadlineitems(Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams = array() X-Ref |
Uploads line items in CSV format. (lineitems.uploadlineitems) param: Google_UploadLineItemsRequest $postBody param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_UploadLineItemsResponse |
Class: Google_Service_DoubleClickBidManager_Queries_Resource - X-Ref
The "queries" collection of methods.createquery(Google_Service_DoubleClickBidManager_Query $postBody, $optParams = array() X-Ref |
Creates a query. (queries.createquery) param: Google_Query $postBody param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_Query |
deletequery($queryId, $optParams = array() X-Ref |
Deletes a stored query as well as the associated stored reports. (queries.deletequery) param: string $queryId Query ID to delete. param: array $optParams Optional parameters. |
getquery($queryId, $optParams = array() X-Ref |
Retrieves a stored query. (queries.getquery) param: string $queryId Query ID to retrieve. param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_Query |
listqueries($optParams = array() X-Ref |
Retrieves stored queries. (queries.listqueries) param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_ListQueriesResponse |
runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array() X-Ref |
Runs a stored query to generate a report. (queries.runquery) param: string $queryId Query ID to run. param: Google_RunQueryRequest $postBody param: array $optParams Optional parameters. |
Class: Google_Service_DoubleClickBidManager_Reports_Resource - X-Ref
The "reports" collection of methods.listreports($queryId, $optParams = array() X-Ref |
Retrieves stored reports. (reports.listreports) param: string $queryId Query ID with which the reports are associated. param: array $optParams Optional parameters. return: Google_Service_DoubleClickBidManager_ListReportsResponse |
Class: Google_Service_DoubleClickBidManager_DownloadLineItemsRequest - X-Ref
setFileSpec($fileSpec) X-Ref |
No description |
getFileSpec() X-Ref |
No description |
setFilterIds($filterIds) X-Ref |
No description |
getFilterIds() X-Ref |
No description |
setFilterType($filterType) X-Ref |
No description |
getFilterType() X-Ref |
No description |
setFormat($format) X-Ref |
No description |
getFormat() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_ListQueriesResponse - X-Ref
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setQueries($queries) X-Ref |
No description |
getQueries() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_ListReportsResponse - X-Ref
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setReports($reports) X-Ref |
No description |
getReports() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_Parameters - X-Ref
setFilters($filters) X-Ref |
No description |
getFilters() X-Ref |
No description |
setGroupBys($groupBys) X-Ref |
No description |
getGroupBys() X-Ref |
No description |
setIncludeInviteData($includeInviteData) X-Ref |
No description |
getIncludeInviteData() X-Ref |
No description |
setMetrics($metrics) X-Ref |
No description |
getMetrics() X-Ref |
No description |
setType($type) X-Ref |
No description |
getType() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_Query - X-Ref
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata) X-Ref |
No description |
getMetadata() X-Ref |
No description |
setParams(Google_Service_DoubleClickBidManager_Parameters $params) X-Ref |
No description |
getParams() X-Ref |
No description |
setQueryId($queryId) X-Ref |
No description |
getQueryId() X-Ref |
No description |
setReportDataEndTimeMs($reportDataEndTimeMs) X-Ref |
No description |
getReportDataEndTimeMs() X-Ref |
No description |
setReportDataStartTimeMs($reportDataStartTimeMs) X-Ref |
No description |
getReportDataStartTimeMs() X-Ref |
No description |
setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule) X-Ref |
No description |
getSchedule() X-Ref |
No description |
setTimezoneCode($timezoneCode) X-Ref |
No description |
getTimezoneCode() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_QueryMetadata - X-Ref
setDataRange($dataRange) X-Ref |
No description |
getDataRange() X-Ref |
No description |
setFormat($format) X-Ref |
No description |
getFormat() X-Ref |
No description |
setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport) X-Ref |
No description |
getGoogleCloudStoragePathForLatestReport() X-Ref |
No description |
setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport) X-Ref |
No description |
getGoogleDrivePathForLatestReport() X-Ref |
No description |
setLatestReportRunTimeMs($latestReportRunTimeMs) X-Ref |
No description |
getLatestReportRunTimeMs() X-Ref |
No description |
setLocale($locale) X-Ref |
No description |
getLocale() X-Ref |
No description |
setReportCount($reportCount) X-Ref |
No description |
getReportCount() X-Ref |
No description |
setRunning($running) X-Ref |
No description |
getRunning() X-Ref |
No description |
setSendNotification($sendNotification) X-Ref |
No description |
getSendNotification() X-Ref |
No description |
setShareEmailAddress($shareEmailAddress) X-Ref |
No description |
getShareEmailAddress() X-Ref |
No description |
setTitle($title) X-Ref |
No description |
getTitle() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_QuerySchedule - X-Ref
setEndTimeMs($endTimeMs) X-Ref |
No description |
getEndTimeMs() X-Ref |
No description |
setFrequency($frequency) X-Ref |
No description |
getFrequency() X-Ref |
No description |
setNextRunMinuteOfDay($nextRunMinuteOfDay) X-Ref |
No description |
getNextRunMinuteOfDay() X-Ref |
No description |
setNextRunTimezoneCode($nextRunTimezoneCode) X-Ref |
No description |
getNextRunTimezoneCode() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_Report - X-Ref
setKey(Google_Service_DoubleClickBidManager_ReportKey $key) X-Ref |
No description |
getKey() X-Ref |
No description |
setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata) X-Ref |
No description |
getMetadata() X-Ref |
No description |
setParams(Google_Service_DoubleClickBidManager_Parameters $params) X-Ref |
No description |
getParams() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_ReportKey - X-Ref
setQueryId($queryId) X-Ref |
No description |
getQueryId() X-Ref |
No description |
setReportId($reportId) X-Ref |
No description |
getReportId() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_ReportMetadata - X-Ref
setGoogleCloudStoragePath($googleCloudStoragePath) X-Ref |
No description |
getGoogleCloudStoragePath() X-Ref |
No description |
setReportDataEndTimeMs($reportDataEndTimeMs) X-Ref |
No description |
getReportDataEndTimeMs() X-Ref |
No description |
setReportDataStartTimeMs($reportDataStartTimeMs) X-Ref |
No description |
getReportDataStartTimeMs() X-Ref |
No description |
setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status) X-Ref |
No description |
getStatus() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_ReportStatus - X-Ref
setFailure(Google_Service_DoubleClickBidManager_ReportFailure $failure) X-Ref |
No description |
getFailure() X-Ref |
No description |
setFinishTimeMs($finishTimeMs) X-Ref |
No description |
getFinishTimeMs() X-Ref |
No description |
setFormat($format) X-Ref |
No description |
getFormat() X-Ref |
No description |
setState($state) X-Ref |
No description |
getState() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_RowStatus - X-Ref
setChanged($changed) X-Ref |
No description |
getChanged() X-Ref |
No description |
setEntityId($entityId) X-Ref |
No description |
getEntityId() X-Ref |
No description |
setEntityName($entityName) X-Ref |
No description |
getEntityName() X-Ref |
No description |
setErrors($errors) X-Ref |
No description |
getErrors() X-Ref |
No description |
setPersisted($persisted) X-Ref |
No description |
getPersisted() X-Ref |
No description |
setRowNumber($rowNumber) X-Ref |
No description |
getRowNumber() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_RunQueryRequest - X-Ref
setDataRange($dataRange) X-Ref |
No description |
getDataRange() X-Ref |
No description |
setReportDataEndTimeMs($reportDataEndTimeMs) X-Ref |
No description |
getReportDataEndTimeMs() X-Ref |
No description |
setReportDataStartTimeMs($reportDataStartTimeMs) X-Ref |
No description |
getReportDataStartTimeMs() X-Ref |
No description |
setTimezoneCode($timezoneCode) X-Ref |
No description |
getTimezoneCode() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_UploadLineItemsRequest - X-Ref
setDryRun($dryRun) X-Ref |
No description |
getDryRun() X-Ref |
No description |
setFormat($format) X-Ref |
No description |
getFormat() X-Ref |
No description |
setLineItems($lineItems) X-Ref |
No description |
getLineItems() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_UploadLineItemsResponse - X-Ref
setUploadStatus(Google_Service_DoubleClickBidManager_UploadStatus $uploadStatus) X-Ref |
No description |
getUploadStatus() X-Ref |
No description |
Class: Google_Service_DoubleClickBidManager_UploadStatus - X-Ref
setErrors($errors) X-Ref |
No description |
getErrors() X-Ref |
No description |
setRowStatus($rowStatus) X-Ref |
No description |
getRowStatus() X-Ref |
No description |