From e633be11dbb412e5030b5afca31111fa4074dff1 Mon Sep 17 00:00:00 2001
From: Craig Citro Returns the budget information for the adgroup specified by the accountId and billingId.
+ Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.
+ Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.Ad Exchange Buyer API . budget
+Instance Methods
+
+patch(accountId, billingId, body)update(accountId, billingId, body)Method Details
+get(accountId, billingId)
+ Returns the budget information for the adgroup specified by the accountId and billingId.
+
+Args:
+ accountId: string, The account id to get the budget information for. (required)
+ billingId: string, The billing id to get the budget information for. (required)
+
+Returns:
+ An object of the form:
+
+ { # The configuration data for Ad Exchange RTB - Budget API.
+ "kind": "adexchangebuyer#budget", # The kind of the resource, i.e. "adexchangebuyer#budget".
+ "budgetAmount": "A String", # The budget amount to apply for the billingId provided. This is required for update requests.
+ "currencyCode": "A String", # The currency code for the buyer. This cannot be altered here.
+ "billingId": "A String", # The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.
+ "id": "A String", # The unique id that describes this item.
+ "accountId": "A String", # The id of the account. This is required for get and update requests.
+ }
+patch(accountId, billingId, body)
+ Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.
+
+Args:
+ accountId: string, The account id associated with the budget being updated. (required)
+ billingId: string, The billing id associated with the budget being updated. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # The configuration data for Ad Exchange RTB - Budget API.
+ "kind": "adexchangebuyer#budget", # The kind of the resource, i.e. "adexchangebuyer#budget".
+ "budgetAmount": "A String", # The budget amount to apply for the billingId provided. This is required for update requests.
+ "currencyCode": "A String", # The currency code for the buyer. This cannot be altered here.
+ "billingId": "A String", # The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.
+ "id": "A String", # The unique id that describes this item.
+ "accountId": "A String", # The id of the account. This is required for get and update requests.
+ }
+
+
+Returns:
+ An object of the form:
+
+ { # The configuration data for Ad Exchange RTB - Budget API.
+ "kind": "adexchangebuyer#budget", # The kind of the resource, i.e. "adexchangebuyer#budget".
+ "budgetAmount": "A String", # The budget amount to apply for the billingId provided. This is required for update requests.
+ "currencyCode": "A String", # The currency code for the buyer. This cannot be altered here.
+ "billingId": "A String", # The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.
+ "id": "A String", # The unique id that describes this item.
+ "accountId": "A String", # The id of the account. This is required for get and update requests.
+ }
+update(accountId, billingId, body)
+ Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
+
+Args:
+ accountId: string, The account id associated with the budget being updated. (required)
+ billingId: string, The billing id associated with the budget being updated. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # The configuration data for Ad Exchange RTB - Budget API.
+ "kind": "adexchangebuyer#budget", # The kind of the resource, i.e. "adexchangebuyer#budget".
+ "budgetAmount": "A String", # The budget amount to apply for the billingId provided. This is required for update requests.
+ "currencyCode": "A String", # The currency code for the buyer. This cannot be altered here.
+ "billingId": "A String", # The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.
+ "id": "A String", # The unique id that describes this item.
+ "accountId": "A String", # The id of the account. This is required for get and update requests.
+ }
+
+
+Returns:
+ An object of the form:
+
+ { # The configuration data for Ad Exchange RTB - Budget API.
+ "kind": "adexchangebuyer#budget", # The kind of the resource, i.e. "adexchangebuyer#budget".
+ "budgetAmount": "A String", # The budget amount to apply for the billingId provided. This is required for update requests.
+ "currencyCode": "A String", # The currency code for the buyer. This cannot be altered here.
+ "billingId": "A String", # The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.
+ "id": "A String", # The unique id that describes this item.
+ "accountId": "A String", # The id of the account. This is required for get and update requests.
+ }
+
Returns the billingInfo Resource.
+
+ budget()
+
Returns the budget Resource.
+ diff --git a/docs/dyn/analytics_v3.management.customDimensions.html b/docs/dyn/analytics_v3.management.customDimensions.html new file mode 100644 index 00000000..2b3567d7 --- /dev/null +++ b/docs/dyn/analytics_v3.management.customDimensions.html @@ -0,0 +1,324 @@ + + + +
+ get(accountId, webPropertyId, customDimensionId)
Get a custom dimension to which the user has access.
+
+ insert(accountId, webPropertyId, body)
Create a new custom dimension.
+
+ list(accountId, webPropertyId, max_results=None, start_index=None)
Lists custom dimensions to which the user has access.
+
+ patch(accountId, webPropertyId, customDimensionId, body, ignoreCustomDataSourceLinks=None)
Updates an existing custom dimension. This method supports patch semantics.
+
+ update(accountId, webPropertyId, customDimensionId, body, ignoreCustomDataSourceLinks=None)
Updates an existing custom dimension.
+get(accountId, webPropertyId, customDimensionId)
+ Get a custom dimension to which the user has access.
+
+Args:
+ accountId: string, Account ID for the custom dimension to retrieve. (required)
+ webPropertyId: string, Web property ID for the custom dimension to retrieve. (required)
+ customDimensionId: string, The ID of the custom dimension to retrieve. (required)
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+insert(accountId, webPropertyId, body)
+ Create a new custom dimension.
+
+Args:
+ accountId: string, Account ID for the custom dimension to create. (required)
+ webPropertyId: string, Web property ID for the custom dimension to create. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+list(accountId, webPropertyId, max_results=None, start_index=None)
+ Lists custom dimensions to which the user has access.
+
+Args:
+ accountId: string, Account ID for the custom dimensions to retrieve. (required)
+ webPropertyId: string, Web property ID for the custom dimensions to retrieve. (required)
+ max_results: integer, The maximum number of custom dimensions to include in this response.
+ start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+ An object of the form:
+
+ { # A custom dimension collection lists Analytics custom dimensions to which the user has access. Each resource in the collection corresponds to a single Analytics custom dimension.
+ "username": "A String", # Email ID of the authenticated user
+ "kind": "analytics#customDimensions", # Collection type.
+ "items": [ # Collection of custom dimensions.
+ { # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ },
+ ],
+ "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+ "previousLink": "A String", # Link to previous page for this custom dimension collection.
+ "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+ "nextLink": "A String", # Link to next page for this custom dimension collection.
+ "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+ }
+patch(accountId, webPropertyId, customDimensionId, body, ignoreCustomDataSourceLinks=None)
+ Updates an existing custom dimension. This method supports patch semantics.
+
+Args:
+ accountId: string, Account ID for the custom dimension to update. (required)
+ webPropertyId: string, Web property ID for the custom dimension to update. (required)
+ customDimensionId: string, Custom dimension ID for the custom dimension to update. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+
+ ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+update(accountId, webPropertyId, customDimensionId, body, ignoreCustomDataSourceLinks=None)
+ Updates an existing custom dimension.
+
+Args:
+ accountId: string, Account ID for the custom dimension to update. (required)
+ webPropertyId: string, Web property ID for the custom dimension to update. (required)
+ customDimensionId: string, Custom dimension ID for the custom dimension to update. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+
+ ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Dimension.
+ "index": 42, # Index of the custom dimension.
+ "kind": "analytics#customDimension", # Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
+ "name": "A String", # Name of the custom dimension.
+ "created": "A String", # Time the custom dimension was created.
+ "updated": "A String", # Time the custom dimension was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom dimension is active.
+ "scope": "A String", # Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
+ "parentLink": { # Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
+ "href": "A String", # Link to the property to which the custom dimension belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "id": "A String", # Custom dimension ID.
+ "selfLink": "A String", # Link for the custom dimension
+ "accountId": "A String", # Account ID.
+ }
+
+ get(accountId, webPropertyId, customMetricId)
Get a custom metric to which the user has access.
+
+ insert(accountId, webPropertyId, body)
Create a new custom metric.
+
+ list(accountId, webPropertyId, max_results=None, start_index=None)
Lists custom metrics to which the user has access.
+
+ patch(accountId, webPropertyId, customMetricId, body, ignoreCustomDataSourceLinks=None)
Updates an existing custom metric. This method supports patch semantics.
+
+ update(accountId, webPropertyId, customMetricId, body, ignoreCustomDataSourceLinks=None)
Updates an existing custom metric.
+get(accountId, webPropertyId, customMetricId)
+ Get a custom metric to which the user has access.
+
+Args:
+ accountId: string, Account ID for the custom metric to retrieve. (required)
+ webPropertyId: string, Web property ID for the custom metric to retrieve. (required)
+ customMetricId: string, The ID of the custom metric to retrieve. (required)
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+insert(accountId, webPropertyId, body)
+ Create a new custom metric.
+
+Args:
+ accountId: string, Account ID for the custom metric to create. (required)
+ webPropertyId: string, Web property ID for the custom dimension to create. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+list(accountId, webPropertyId, max_results=None, start_index=None)
+ Lists custom metrics to which the user has access.
+
+Args:
+ accountId: string, Account ID for the custom metrics to retrieve. (required)
+ webPropertyId: string, Web property ID for the custom metrics to retrieve. (required)
+ max_results: integer, The maximum number of custom metrics to include in this response.
+ start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+ An object of the form:
+
+ { # A custom metric collection lists Analytics custom metrics to which the user has access. Each resource in the collection corresponds to a single Analytics custom metric.
+ "username": "A String", # Email ID of the authenticated user
+ "kind": "analytics#customMetrics", # Collection type.
+ "items": [ # Collection of custom metrics.
+ { # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ },
+ ],
+ "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+ "previousLink": "A String", # Link to previous page for this custom metric collection.
+ "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+ "nextLink": "A String", # Link to next page for this custom metric collection.
+ "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+ }
+patch(accountId, webPropertyId, customMetricId, body, ignoreCustomDataSourceLinks=None)
+ Updates an existing custom metric. This method supports patch semantics.
+
+Args:
+ accountId: string, Account ID for the custom metric to update. (required)
+ webPropertyId: string, Web property ID for the custom metric to update. (required)
+ customMetricId: string, Custom metric ID for the custom metric to update. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+
+ ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+update(accountId, webPropertyId, customMetricId, body, ignoreCustomDataSourceLinks=None)
+ Updates an existing custom metric.
+
+Args:
+ accountId: string, Account ID for the custom metric to update. (required)
+ webPropertyId: string, Web property ID for the custom metric to update. (required)
+ customMetricId: string, Custom metric ID for the custom metric to update. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{ # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+
+ ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.
+
+Returns:
+ An object of the form:
+
+ { # JSON template for Analytics Custom Metric.
+ "index": 42, # Index of the custom metric.
+ "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
+ "name": "A String", # Name of the custom metric.
+ "created": "A String", # Time the custom metric was created.
+ "max_value": "A String", # Max value of custom metric.
+ "min_value": "A String", # Min value of custom metric.
+ "updated": "A String", # Time the custom metric was last modified.
+ "webPropertyId": "A String", # Property ID.
+ "active": True or False, # Boolean indicating whether the custom metric is active.
+ "scope": "A String", # Scope of the custom metric: HIT or PRODUCT.
+ "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
+ "href": "A String", # Link to the property to which the custom metric belongs.
+ "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty".
+ },
+ "type": "A String", # Data type of custom metric.
+ "id": "A String", # Custom metric ID.
+ "selfLink": "A String", # Link for the custom metric
+ "accountId": "A String", # Account ID.
+ }
+Returns the customDataSources Resource.
+ +Returns the customDimensions Resource.
+ +
+ customMetrics()
+
Returns the customMetrics Resource.
+ diff --git a/docs/dyn/analytics_v3.management.profiles.html b/docs/dyn/analytics_v3.management.profiles.html index 9ad5dfaf..33fb77bb 100644 --- a/docs/dyn/analytics_v3.management.profiles.html +++ b/docs/dyn/analytics_v3.management.profiles.html @@ -134,7 +134,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -183,7 +183,7 @@ Args: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -225,7 +225,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -281,7 +281,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -338,7 +338,7 @@ Args: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -380,7 +380,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -430,7 +430,7 @@ Args: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -472,7 +472,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", diff --git a/docs/dyn/analytics_v3.provisioning.html b/docs/dyn/analytics_v3.provisioning.html index 9ff45ea2..6264eff3 100644 --- a/docs/dyn/analytics_v3.provisioning.html +++ b/docs/dyn/analytics_v3.provisioning.html @@ -105,7 +105,7 @@ Args: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", @@ -197,7 +197,7 @@ Returns: "href": "A String", # Link to the list of goals for this view (profile). "type": "analytics#goals", # Value is "analytics#goals". }, - "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). + "enhancedECommerceTracking": True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. "permissions": { # Permissions the user has for this view (profile). "effective": [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. "A String", diff --git a/docs/dyn/androidpublisher_v2.edits.apks.html b/docs/dyn/androidpublisher_v2.edits.apks.html index 54bd6839..37755f7e 100644 --- a/docs/dyn/androidpublisher_v2.edits.apks.html +++ b/docs/dyn/androidpublisher_v2.edits.apks.html @@ -74,6 +74,9 @@ h1, h2, h3 {
+ addexternallyhosted(packageName, editId, body)
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for work whose application is configured to restrict distribution to the enterprise domain.
A description of how to use this function
@@ -81,6 +84,83 @@ h1, h2, h3 {upload(packageName, editId, media_body=None)
A description of how to use this function
addexternallyhosted(packageName, editId, body)
+ Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for work whose application is configured to restrict distribution to the enterprise domain.
+
+Args:
+ packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
+ editId: string, Unique identifier for this edit. (required)
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{
+ "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Android for Work, and whos application is restricted to the enterprise private channel # The definition of the externally-hosted APK and where it is located.
+ "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to signed this APK, represented as a base64 encoded byte array.
+ "A String",
+ ],
+ "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
+ "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+ "fileSha256Base64": "A String", # The SHA256 checksum of this APK, represented as a base64 encoded byte array.
+ "usesPermissions": [ # The permissions requested by this APK.
+ { # A permission used by this APK.
+ "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
+ "name": "A String", # The name of the permission requested.
+ },
+ ],
+ "fileSha1Base64": "A String", # The SHA1 checksum of this APK, represented as a base64 encoded byte array.
+ "usesFeatures": [ # The features required by this APK (optional).
+ "A String",
+ ],
+ "fileSize": "A String", # The file size in bytes of this APK.
+ "versionName": "A String", # The version name of this APK.
+ "versionCode": 42, # The version code of this APK.
+ "packageName": "A String", # The package name.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
+ "applicationLabel": "A String", # The application label.
+ "nativeCodes": [ # The native code environments supported by this APK (optional).
+ "A String",
+ ],
+ },
+ }
+
+
+Returns:
+ An object of the form:
+
+ {
+ "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Android for Work, and whos application is restricted to the enterprise private channel # The definition of the externally-hosted APK and where it is located.
+ "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to signed this APK, represented as a base64 encoded byte array.
+ "A String",
+ ],
+ "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
+ "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+ "fileSha256Base64": "A String", # The SHA256 checksum of this APK, represented as a base64 encoded byte array.
+ "usesPermissions": [ # The permissions requested by this APK.
+ { # A permission used by this APK.
+ "maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
+ "name": "A String", # The name of the permission requested.
+ },
+ ],
+ "fileSha1Base64": "A String", # The SHA1 checksum of this APK, represented as a base64 encoded byte array.
+ "usesFeatures": [ # The features required by this APK (optional).
+ "A String",
+ ],
+ "fileSize": "A String", # The file size in bytes of this APK.
+ "versionName": "A String", # The version name of this APK.
+ "versionCode": 42, # The version code of this APK.
+ "packageName": "A String", # The package name.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
+ "applicationLabel": "A String", # The application label.
+ "nativeCodes": [ # The native code environments supported by this APK (optional).
+ "A String",
+ ],
+ },
+ }
+list(packageName, editId)
A description of how to use this function
diff --git a/docs/dyn/androidpublisher_v2.edits.images.html b/docs/dyn/androidpublisher_v2.edits.images.html
index 057bea80..d358cc1e 100644
--- a/docs/dyn/androidpublisher_v2.edits.images.html
+++ b/docs/dyn/androidpublisher_v2.edits.images.html
@@ -103,6 +103,8 @@ Args:
promoGraphic -
sevenInchScreenshots -
tenInchScreenshots -
+ tvBanner -
+ tvScreenshots -
imageId: string, Unique identifier an image within the set of images attached to this edit. (required)
Lists all the track configurations for this edit.
patch(packageName, editId, track, body)
Updates the track configuration for the specified track type. This method supports patch semantics.
+Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics.
update(packageName, editId, track, body)
Updates the track configuration for the specified track type.
+Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.
get(packageName, editId, track)
@@ -140,7 +140,7 @@ Returns:
patch(packageName, editId, track, body)
- Updates the track configuration for the specified track type. This method supports patch semantics. +Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics. Args: packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required) @@ -177,7 +177,7 @@ Returns:update(packageName, editId, track, body)-Updates the track configuration for the specified track type. +Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. Args: packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required) diff --git a/docs/dyn/androidpublisher_v2.inappproducts.html b/docs/dyn/androidpublisher_v2.inappproducts.html index 3535839e..dba631ad 100644 --- a/docs/dyn/androidpublisher_v2.inappproducts.html +++ b/docs/dyn/androidpublisher_v2.inappproducts.html @@ -130,7 +130,7 @@ Args: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -168,7 +168,7 @@ Args: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -217,7 +217,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -254,7 +254,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -317,7 +317,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -363,7 +363,7 @@ Args: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -404,7 +404,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -466,7 +466,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -515,7 +515,7 @@ Args: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -556,7 +556,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -603,7 +603,7 @@ Args: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. @@ -644,7 +644,7 @@ Returns: "title": "A String", }, }, - "trialPeriod": "A String", # Trial duration (if any) of the subscription, defined as ISO 8601. i.e. "P10D" means an initial period of 10 days during which ownership is granted prior to any payment. Acceptable values are between "P7D" and "P999D". Seasonal subscriptions cannot have a trial period. + "trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions cannot have a trial period. "purchaseType": "A String", # Purchase type enum value. Unmodifiable after creation. "defaultLanguage": "A String", # The default language of the localized data, as defined by BCP 47. e.g. "en-US", "en-GB". "prices": { # Prices per buyer region. None of these prices should be zero. In-app products can never be free. diff --git a/docs/dyn/autoscaler_v1beta2.autoscalers.html b/docs/dyn/autoscaler_v1beta2.autoscalers.html index 4196c36d..70deafcf 100644 --- a/docs/dyn/autoscaler_v1beta2.autoscalers.html +++ b/docs/dyn/autoscaler_v1beta2.autoscalers.html @@ -135,7 +135,7 @@ Returns: ], "user": "A String", "startTime": "A String", - "kind": "autoscaler#operation", # Type of the resource. + "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources. "name": "A String", "region": "A String", "error": { @@ -263,7 +263,7 @@ Returns: ], "user": "A String", "startTime": "A String", - "kind": "autoscaler#operation", # Type of the resource. + "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources. "name": "A String", "region": "A String", "error": { @@ -414,7 +414,7 @@ Returns: ], "user": "A String", "startTime": "A String", - "kind": "autoscaler#operation", # Type of the resource. + "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources. "name": "A String", "region": "A String", "error": { @@ -502,7 +502,7 @@ Returns: ], "user": "A String", "startTime": "A String", - "kind": "autoscaler#operation", # Type of the resource. + "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources. "name": "A String", "region": "A String", "error": { diff --git a/docs/dyn/autoscaler_v1beta2.html b/docs/dyn/autoscaler_v1beta2.html index 9e739b3b..67cdb1d8 100644 --- a/docs/dyn/autoscaler_v1beta2.html +++ b/docs/dyn/autoscaler_v1beta2.html @@ -84,4 +84,9 @@ h1, h2, h3 {Returns the zoneOperations Resource.
++
+zones()+Returns the zones Resource.
+