Skip to content

Commit

Permalink
feat!: run the generator (adds: displayvideo, gamesConfiguration, man…
Browse files Browse the repository at this point in the history
…agedidentities, networkmanagement) (#1989)

BREAKING CHANGE: removes toolresults_v1.
  • Loading branch information
bcoe committed Mar 11, 2020
1 parent 8677588 commit 8bcb212
Show file tree
Hide file tree
Showing 97 changed files with 33,386 additions and 5,843 deletions.
19 changes: 1 addition & 18 deletions src/apis/accesscontextmanager/v1beta.ts
Expand Up @@ -411,13 +411,9 @@ export namespace accesscontextmanager_v1beta {
*/
unrestrictedServices?: string[] | null;
/**
* Beta. Configuration for within Perimeter allowed APIs.
* Beta. Configuration for APIs allowed within Perimeter.
*/
vpcAccessibleServices?: Schema$VpcAccessibleServices;
/**
* Alpha. Configuration for within Perimeter allowed APIs. Deprecated. The field had been renamed to vpc_accessible_services
*/
vpcServiceRestriction?: Schema$VpcServiceRestriction;
}
/**
* The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
Expand Down Expand Up @@ -449,19 +445,6 @@ export namespace accesscontextmanager_v1beta {
*/
enableRestriction?: boolean | null;
}
/**
* Alpha. Specifies how APIs are allowed to communicate within the Service Perimeter. This message is DEPRECATED and had been renamed to VpcAccessibleServices
*/
export interface Schema$VpcServiceRestriction {
/**
* The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True.
*/
allowedServices?: string[] | null;
/**
* Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
*/
enableRestriction?: boolean | null;
}

export class Resource$Accesspolicies {
context: APIRequestContext;
Expand Down
48 changes: 7 additions & 41 deletions src/apis/alertcenter/v1beta1.ts
Expand Up @@ -163,7 +163,7 @@ export namespace alertcenter_v1beta1 {
*/
supersededAlerts?: string[] | null;
/**
* Alert id superseding this alert. It is used to indicate that superseding alert is essentially extension of this alert and we found the relationship after creating both alerts.
* Alert ID superseding this alert. It is used to indicate that superseding alert is essentially extension of this alert and we found the relationship after creating both alerts.
*/
supersedingAlert?: string | null;
/**
Expand Down Expand Up @@ -346,7 +346,7 @@ export namespace alertcenter_v1beta1 {
*/
export interface Schema$BatchDeleteAlertsRequest {
/**
* Required. list of alert ids.
* Required. list of alert IDs.
*/
alertId?: string[] | null;
/**
Expand All @@ -363,7 +363,7 @@ export namespace alertcenter_v1beta1 {
*/
failedAlertStatus?: {[key: string]: Schema$Status} | null;
/**
* The successful list of alert ids.
* The successful list of alert IDs.
*/
successAlertIds?: string[] | null;
}
Expand All @@ -372,7 +372,7 @@ export namespace alertcenter_v1beta1 {
*/
export interface Schema$BatchUndeleteAlertsRequest {
/**
* Required. list of alert ids.
* Required. list of alert IDs.
*/
alertId?: string[] | null;
/**
Expand All @@ -389,7 +389,7 @@ export namespace alertcenter_v1beta1 {
*/
failedAlertStatus?: {[key: string]: Schema$Status} | null;
/**
* The successful list of alert ids.
* The successful list of alert IDs.
*/
successAlertIds?: string[] | null;
}
Expand Down Expand Up @@ -505,40 +505,6 @@ export namespace alertcenter_v1beta1 {
*/
takeoutRequestId?: string | null;
}
/**
* A Drive file
*/
export interface Schema$DriveFile {
/**
* Abuse type of the file.
*/
abuseType?: string | null;
/**
* The ID of the file.
*/
id?: string | null;
/**
* The name of the file.
*/
name?: string | null;
/**
* The number of recent downloads of the file. This is available for the following alert types: *Drive malware sharing detected
*/
numRecentDownload?: string | null;
/**
* The email address of the file owner.
*/
owner?: string | null;
}
/**
* Alerts for suspicious Drive files or activities.
*/
export interface Schema$DriveFileWarning {
/**
* List of files in the alert.
*/
files?: Schema$DriveFile[];
}
/**
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
*/
Expand Down Expand Up @@ -632,7 +598,7 @@ export namespace alertcenter_v1beta1 {
*/
ipAddress?: string | null;
/**
* Optional. The successful login time that is associated with the warning event. This will not be present for blocked login attempts.
* Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.
*/
loginTime?: string | null;
}
Expand Down Expand Up @@ -756,7 +722,7 @@ export namespace alertcenter_v1beta1 {
*/
documentId?: string | null;
/**
* Title of the resource, e.g. email subject, or document title.
* Title of the resource, for example email subject, or document title.
*/
resourceTitle?: string | null;
}
Expand Down
26 changes: 13 additions & 13 deletions src/apis/bigquery/v2.ts
Expand Up @@ -416,15 +416,15 @@ export namespace bigquery_v2 {
* [Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.
*/
trainingOptions?: {
l1Reg?: number;
maxIteration?: string;
learnRate?: number;
minRelProgress?: number;
l2Reg?: number;
warmStart?: boolean;
learnRateStrategy?: string;
warmStart?: boolean;
lineSearchInitLearnRate?: number;
earlyStop?: boolean;
l1Reg?: number;
maxIteration?: string;
} | null;
}
/**
Expand Down Expand Up @@ -550,13 +550,13 @@ export namespace bigquery_v2 {
* [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
*/
access?: Array<{
view?: Schema$TableReference;
groupByEmail?: string;
userByEmail?: string;
domain?: string;
iamMember?: string;
specialGroup?: string;
role?: string;
view?: Schema$TableReference;
groupByEmail?: string;
}> | null;
/**
* [Output-only] The time when this dataset was created, in milliseconds since the epoch.
Expand Down Expand Up @@ -617,12 +617,12 @@ export namespace bigquery_v2 {
* An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.
*/
datasets?: Array<{
labels?: {[key: string]: string};
datasetReference?: Schema$DatasetReference;
id?: string;
location?: string;
friendlyName?: string;
kind?: string;
labels?: {[key: string]: string};
datasetReference?: Schema$DatasetReference;
}> | null;
/**
* A hash value of the results page. You can use this property to determine if the page has changed since the last request.
Expand Down Expand Up @@ -1400,15 +1400,15 @@ export namespace bigquery_v2 {
* List of jobs that were requested.
*/
jobs?: Array<{
id?: string;
configuration?: Schema$JobConfiguration;
user_email?: string;
errorResult?: Schema$ErrorProto;
kind?: string;
errorResult?: Schema$ErrorProto;
jobReference?: Schema$JobReference;
status?: Schema$JobStatus;
state?: string;
statistics?: Schema$JobStatistics;
id?: string;
}> | null;
/**
* The resource type of the response.
Expand Down Expand Up @@ -1473,7 +1473,7 @@ export namespace bigquery_v2 {
/**
* [Output-only] Job resource usage breakdown by reservation.
*/
reservationUsage?: Array<{name?: string; slotMs?: string}> | null;
reservationUsage?: Array<{slotMs?: string; name?: string}> | null;
/**
* [Output-only] Name of the primary reservation assigned to this job. Note that this could be different than reservations reported in the reservation usage field if parent reservations were used to execute this job.
*/
Expand Down Expand Up @@ -1551,7 +1551,7 @@ export namespace bigquery_v2 {
/**
* [Output-only] Job resource usage breakdown by reservation.
*/
reservationUsage?: Array<{slotMs?: string; name?: string}> | null;
reservationUsage?: Array<{name?: string; slotMs?: string}> | null;
/**
* [Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries.
*/
Expand Down Expand Up @@ -1843,9 +1843,9 @@ export namespace bigquery_v2 {
* [Optional] The types of the fields of this struct, in order, if this is a struct.
*/
structTypes?: Array<{
type?: Schema$QueryParameterType;
name?: string;
description?: string;
type?: Schema$QueryParameterType;
}> | null;
/**
* [Required] The top level type of this field.
Expand Down Expand Up @@ -2393,8 +2393,8 @@ export namespace bigquery_v2 {
* Tables in the requested dataset.
*/
tables?: Array<{
clustering?: Schema$Clustering;
type?: string;
clustering?: Schema$Clustering;
expirationTime?: string;
kind?: string;
view?: {useLegacySql?: boolean};
Expand Down

0 comments on commit 8bcb212

Please sign in to comment.