@maxim_mazurok/gapi.client.appengine-v1alpha 0.0.20240212 → 0.0.20240226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +45 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://appengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20240212
12
+ // Revision: 20240226
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -62,7 +62,7 @@ declare namespace gapi.client {
62
62
  }
63
63
  interface ContainerState {
64
64
  currentReasons?: Reasons;
65
- /** The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s) behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com). */
65
+ /** The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state. */
66
66
  previousReasons?: Reasons;
67
67
  /** The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container. */
68
68
  state?: string;
@@ -248,6 +248,8 @@ declare namespace gapi.client {
248
248
  abuse?: string;
249
249
  billing?: string;
250
250
  dataGovernance?: string;
251
+ /** Consumer Container denotes if the service is active within a project or not. This information could be used to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days. */
252
+ serviceActivation?: string;
251
253
  serviceManagement?: string;
252
254
  }
253
255
  interface ResourceRecord {
@@ -886,6 +888,46 @@ declare namespace gapi.client {
886
888
  locations: LocationsResource;
887
889
  operations: OperationsResource;
888
890
  }
891
+ interface AuthorizedDomainsResource {
892
+ /** Lists all domains the user is authorized to administer. */
893
+ list(request?: {
894
+ /** V1 error format. */
895
+ '$.xgafv'?: string;
896
+ /** OAuth access token. */
897
+ access_token?: string;
898
+ /** Data format for response. */
899
+ alt?: string;
900
+ /** Part of `parent`. See documentation of `projectsId`. */
901
+ applicationsId: string;
902
+ /** JSONP */
903
+ callback?: string;
904
+ /** Selector specifying which fields to include in a partial response. */
905
+ fields?: string;
906
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
907
+ key?: string;
908
+ /** Part of `parent`. See documentation of `projectsId`. */
909
+ locationsId: string;
910
+ /** OAuth 2.0 token for the current user. */
911
+ oauth_token?: string;
912
+ /** Maximum results to return per page. */
913
+ pageSize?: number;
914
+ /** Continuation token for fetching the next page of results. */
915
+ pageToken?: string;
916
+ /** Returns response with indentations and line breaks. */
917
+ prettyPrint?: boolean;
918
+ /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
919
+ projectsId: string;
920
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
921
+ quotaUser?: string;
922
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
923
+ upload_protocol?: string;
924
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
925
+ uploadType?: string;
926
+ }): Request<ListAuthorizedDomainsResponse>;
927
+ }
928
+ interface ApplicationsResource {
929
+ authorizedDomains: AuthorizedDomainsResource;
930
+ }
889
931
  interface OperationsResource {
890
932
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
891
933
  get(request?: {
@@ -1017,6 +1059,7 @@ declare namespace gapi.client {
1017
1059
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1018
1060
  uploadType?: string;
1019
1061
  }): Request<ListLocationsResponse>;
1062
+ applications: ApplicationsResource;
1020
1063
  operations: OperationsResource;
1021
1064
  }
1022
1065
  interface ProjectsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1alpha",
3
- "version": "0.0.20240212",
3
+ "version": "0.0.20240226",
4
4
  "description": "TypeScript typings for App Engine Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",