Resource
Population
A population provided by aDataProvider.
Resource name with pattern
dataProviders/{data_provider}/populations/{population}The Population description.
When the Population was created.
Reference to the PopulationSpec. One of:
(Deprecated) The blob for the population.This field is immutable after creation.
A URI for the population blob.This must be unique across all Population resources for the parent DataProvider.
The specification of this Population. Required for new resources.This must be unique across all Population resources for the parent DataProvider. This field is immutable after creation.
(Deprecated) The EventTemplate that this population conforms to.The event templates can be determined from the PopulationSpec, as each attributes element corresponds to an event template.
Methods
CreatePopulation
Creates a newPopulation.
Resource name of the parent DataProvider.Format:
dataProviders/{data_provider}The Population to create. The
name field will be ignored, and the system will assign an ID.Required fields:- One of
population_bloborpopulation_spec
Unique identifier for this request.Limited to 36 ASCII characters. This may be an RFC 4211 UUID. The request is only idempotent if this field is specified.
Population resource.
Example Request
GetPopulation
Returns thePopulation with the specified resource key.
Resource name of the Population to retrieve.Format:
dataProviders/{data_provider}/populations/{population}Population resource.
Example Request
ListPopulations
ListsPopulation resources for a DataProvider.
Resource name of the parent DataProvider.Format:
dataProviders/{data_provider}The maximum number of Populations to return. The service may return fewer than this value.
- If unspecified, at most 50 Populations will be returned
- Maximum value is 1000; values above 1000 will be coerced to 1000
A page token received from a previous
ListPopulations call. Provide this to retrieve the subsequent page.When paginating, all other parameters must match the call that provided the page token.List of Population resources
A token that can be sent as
page_token to retrieve the next page. If omitted, there are no subsequent pages.