Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: run the generator (adds: displayvideo, gamesConfiguration, managedidentities, networkmanagement) #1989

Merged
merged 2 commits into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 1 addition & 18 deletions src/apis/accesscontextmanager/v1beta.ts
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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