Update docs for 1.4.2 release
diff --git a/docs/dyn/fitness_v1.users.dataSources.datasets.html b/docs/dyn/fitness_v1.users.dataSources.datasets.html
index ca6a6fc..b00ed2f 100644
--- a/docs/dyn/fitness_v1.users.dataSources.datasets.html
+++ b/docs/dyn/fitness_v1.users.dataSources.datasets.html
@@ -135,8 +135,19 @@
{ # Holder object for the value of a single field in a data point.
#
# A field value has a particular format and is only ever set to one of an integer or a floating point value.
- "fpVal": 3.14, # Floating point value. When this is set, intVal must not be set.
- "intVal": 42, # Integer value. When this is set, fpVal must not be set.
+ "mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
+ {
+ "value": { # Holder object for the value of an entry in a map field of a data point.
+ #
+ # A map value supports a subset of the formats that the regular Value supports.
+ "fpVal": 3.14, # Floating point value.
+ },
+ "key": "A String",
+ },
+ ],
+ "fpVal": 3.14, # Floating point value. When this is set, other values must not be set.
+ "intVal": 42, # Integer value. When this is set, other values must not be set.
+ "stringVal": "A String", # String value. When this is set, other values must not be set. Strings should be kept small whenever possible. Data streams with large string values and high data frequency may be down sampled.
},
],
"computationTimeMillis": "A String", # Used for version checking during transformation; that is, a datapoint can only replace another datapoint that has an older computation time stamp.
@@ -193,8 +204,19 @@
{ # Holder object for the value of a single field in a data point.
#
# A field value has a particular format and is only ever set to one of an integer or a floating point value.
- "fpVal": 3.14, # Floating point value. When this is set, intVal must not be set.
- "intVal": 42, # Integer value. When this is set, fpVal must not be set.
+ "mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
+ {
+ "value": { # Holder object for the value of an entry in a map field of a data point.
+ #
+ # A map value supports a subset of the formats that the regular Value supports.
+ "fpVal": 3.14, # Floating point value.
+ },
+ "key": "A String",
+ },
+ ],
+ "fpVal": 3.14, # Floating point value. When this is set, other values must not be set.
+ "intVal": 42, # Integer value. When this is set, other values must not be set.
+ "stringVal": "A String", # String value. When this is set, other values must not be set. Strings should be kept small whenever possible. Data streams with large string values and high data frequency may be down sampled.
},
],
"computationTimeMillis": "A String", # Used for version checking during transformation; that is, a datapoint can only replace another datapoint that has an older computation time stamp.
@@ -230,8 +252,19 @@
{ # Holder object for the value of a single field in a data point.
#
# A field value has a particular format and is only ever set to one of an integer or a floating point value.
- "fpVal": 3.14, # Floating point value. When this is set, intVal must not be set.
- "intVal": 42, # Integer value. When this is set, fpVal must not be set.
+ "mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
+ {
+ "value": { # Holder object for the value of an entry in a map field of a data point.
+ #
+ # A map value supports a subset of the formats that the regular Value supports.
+ "fpVal": 3.14, # Floating point value.
+ },
+ "key": "A String",
+ },
+ ],
+ "fpVal": 3.14, # Floating point value. When this is set, other values must not be set.
+ "intVal": 42, # Integer value. When this is set, other values must not be set.
+ "stringVal": "A String", # String value. When this is set, other values must not be set. Strings should be kept small whenever possible. Data streams with large string values and high data frequency may be down sampled.
},
],
"computationTimeMillis": "A String", # Used for version checking during transformation; that is, a datapoint can only replace another datapoint that has an older computation time stamp.