Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: generated/googleapis/lib/doubleclicksearch/v2.dart

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/lib/doubleclicksearch/v2.dart
diff --git a/generated/googleapis/lib/doubleclicksearch/v2.dart b/generated/googleapis/lib/doubleclicksearch/v2.dart
index 07bb356351d9737d0f88692b3a75279be5702236..2b6ef706b21a75ad6209a5ec76a37700959170ca 100644
--- a/generated/googleapis/lib/doubleclicksearch/v2.dart
+++ b/generated/googleapis/lib/doubleclicksearch/v2.dart
@@ -749,7 +749,10 @@ class Conversion {
/** The segmentation type of this conversion (for example, FLOODLIGHT). */
core.String segmentationType;
- /** The state of the conversion, that is, either ACTIVE or DELETED. */
+ /**
+ * The state of the conversion, that is, either ACTIVE or REMOVED. Note: state
+ * DELETED is deprecated.
+ */
core.String state;
/**
@@ -1186,8 +1189,8 @@ class ReportApiColumnSpec {
core.String customDimensionName;
/**
- * Reports on the provided custom metric. The report must be scoped to an
- * advertiser or lower, and the custom metric must already be set up in
+ * Name of a custom metric to include in the report. The report must be scoped
+ * to an advertiser or lower, and the custom metric must already be set up in
* DoubleClick Search. The custom metric name, which appears in DoubleClick
* Search, is case sensitive.
*/

Powered by Google App Engine
This is Rietveld 408576698