Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 11, 2019
2 parents 9db84e0 + de464c0 commit b959e3c
Show file tree
Hide file tree
Showing 110 changed files with 54,548 additions and 5,200 deletions.
3 changes: 1 addition & 2 deletions src/apis/accesscontextmanager/v1beta.ts
Expand Up @@ -113,8 +113,7 @@ export namespace accesscontextmanager_v1beta {
/**
* An `AccessLevel` is a label that can be applied to requests to GCP
* services, along with a list of requirements necessary for the label to be
* applied. `AccessLevels` can be referenced in `AccessZones` and in the
* `Cloud Org Policy` API.
* applied.
*/
export interface Schema$AccessLevel {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/adexchangebuyer2/v2beta1.ts
Expand Up @@ -444,7 +444,7 @@ export namespace adexchangebuyer2_v2beta1 {
type?: string;
}
/**
* A creative and its classification data. Next ID: 38
* A creative and its classification data. Next ID: 39
*/
export interface Schema$Creative {
/**
Expand Down
18 changes: 18 additions & 0 deletions src/apis/admin/reports_v1.ts
Expand Up @@ -311,6 +311,7 @@ export namespace admin_reports_v1 {
* @param {string=} params.eventName Name of the event being queried.
* @param {string=} params.filters Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2 name][operator][parameter2 value],...
* @param {integer=} params.maxResults Number of activity records to be shown in each page.
* @param {string=} params.orgUnitID the organizational unit's(OU) ID to filter activities from users belonging to a specific OU or one of its sub-OU(s)
* @param {string=} params.pageToken Token to specify next page.
* @param {string=} params.startTime Return events which occurred at or after this time.
* @param {string} params.userKey Represents the profile id or the user email for which the data should be filtered. When 'all' is specified as the userKey, it returns usageReports for all users.
Expand Down Expand Up @@ -387,6 +388,7 @@ export namespace admin_reports_v1 {
* @param {string=} params.eventName Name of the event being queried.
* @param {string=} params.filters Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2 name][operator][parameter2 value],...
* @param {integer=} params.maxResults Number of activity records to be shown in each page.
* @param {string=} params.orgUnitID the organizational unit's(OU) ID to filter activities from users belonging to a specific OU or one of its sub-OU(s)
* @param {string=} params.pageToken Token to specify next page.
* @param {string=} params.startTime Return events which occurred at or after this time.
* @param {string} params.userKey Represents the profile id or the user email for which the data should be filtered. When 'all' is specified as the userKey, it returns usageReports for all users.
Expand Down Expand Up @@ -485,6 +487,11 @@ export namespace admin_reports_v1 {
* Number of activity records to be shown in each page.
*/
maxResults?: number;
/**
* the organizational unit's(OU) ID to filter activities from users
* belonging to a specific OU or one of its sub-OU(s)
*/
orgUnitID?: string;
/**
* Token to specify next page.
*/
Expand Down Expand Up @@ -536,6 +543,11 @@ export namespace admin_reports_v1 {
* Number of activity records to be shown in each page.
*/
maxResults?: number;
/**
* the organizational unit's(OU) ID to filter activities from users
* belonging to a specific OU or one of its sub-OU(s)
*/
orgUnitID?: string;
/**
* Token to specify next page.
*/
Expand Down Expand Up @@ -876,6 +888,7 @@ export namespace admin_reports_v1 {
* @param {string} params.date Represents the date in yyyy-mm-dd format for which the data is to be fetched.
* @param {string=} params.filters Represents the set of filters including parameter operator value.
* @param {integer=} params.maxResults Maximum number of results to return. Maximum allowed is 1000
* @param {string=} params.orgUnitID the organizational unit's ID to filter usage parameters from users belonging to a specific OU or one of its sub-OU(s).
* @param {string=} params.pageToken Token to specify next page.
* @param {string=} params.parameters Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
* @param {string} params.userKey Represents the profile id or the user email for which the data should be filtered.
Expand Down Expand Up @@ -959,6 +972,11 @@ export namespace admin_reports_v1 {
* Maximum number of results to return. Maximum allowed is 1000
*/
maxResults?: number;
/**
* the organizational unit's ID to filter usage parameters from users
* belonging to a specific OU or one of its sub-OU(s).
*/
orgUnitID?: string;
/**
* Token to specify next page.
*/
Expand Down

0 comments on commit b959e3c

Please sign in to comment.