REST Resource: projects.locations.reportConfigs

Resource: ReportConfig

The groups and associated preference sets on which we can generate reports.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "displayName": string,
  "description": string,
  "groupPreferencesetAssignments": [
    {
      object (GroupPreferenceSetAssignment)
    }
  ]
}
Fields
name

string

Output only. Name of resource.

createTime

string (Timestamp format)

Output only. The timestamp when the resource was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The timestamp when the resource was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

displayName

string

User-friendly display name. Maximum length is 63 characters.

description

string

Free-text description.

groupPreferencesetAssignments[]

object (GroupPreferenceSetAssignment)

Required. Collection of combinations of groups and preference sets.

GroupPreferenceSetAssignment

Represents a combination of a group with a preference set.

JSON representation
{
  "group": string,
  "preferenceSet": string
}
Fields
group

string

Required. Name of the group.

preferenceSet

string

Required. Name of the Preference Set.

Methods

create

Creates a report configuration.

delete

Deletes a ReportConfig.

get

Gets details of a single ReportConfig.

list

Lists ReportConfigs in a given project and location.