@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20220922 → 0.0.20221017

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 (3) hide show
  1. package/index.d.ts +326 -8
  2. package/package.json +1 -1
  3. package/tests.ts +91 -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=v1beta
12
- // Revision: 20220922
12
+ // Revision: 20221017
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -42,23 +42,23 @@ declare namespace gapi.client {
42
42
  /** Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. */
43
43
  authDomain?: string;
44
44
  /**
45
- * Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud
46
- * deployment commands.@OutputOnly
45
+ * Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the
46
+ * gcloud deployment commands.@OutputOnly
47
47
  */
48
48
  codeBucket?: string;
49
49
  /** The type of the Cloud Firestore or Cloud Datastore database associated with this application. */
50
50
  databaseType?: string;
51
- /** Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly */
51
+ /** Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly */
52
52
  defaultBucket?: string;
53
53
  /** Cookie expiration policy for this application. */
54
54
  defaultCookieExpiration?: string;
55
- /** Hostname used to reach this application, as resolved by App Engine.@OutputOnly */
55
+ /** Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly */
56
56
  defaultHostname?: string;
57
57
  /** HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported. */
58
58
  dispatchRules?: UrlDispatchRule[];
59
59
  /** The feature specific settings to be used in the application. */
60
60
  featureSettings?: FeatureSettings;
61
- /** The Google Container Registry domain used for storing managed build docker images for this application. */
61
+ /** Output only. The Google Container Registry domain used for storing managed build docker images for this application. */
62
62
  gcrDomain?: string;
63
63
  iap?: IdentityAwareProxy;
64
64
  /**
@@ -71,7 +71,7 @@ declare namespace gapi.client {
71
71
  * is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
72
72
  */
73
73
  locationId?: string;
74
- /** Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly */
74
+ /** Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly */
75
75
  name?: string;
76
76
  /** The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. */
77
77
  serviceAccount?: string;
@@ -374,7 +374,7 @@ declare namespace gapi.client {
374
374
  * oauth2_client_secret_sha256 field.@InputOnly
375
375
  */
376
376
  oauth2ClientSecret?: string;
377
- /** Hex-encoded SHA-256 hash of the client secret.@OutputOnly */
377
+ /** Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly */
378
378
  oauth2ClientSecretSha256?: string;
379
379
  }
380
380
  interface Instance {
@@ -2446,6 +2446,8 @@ declare namespace gapi.client {
2446
2446
  key?: string;
2447
2447
  /** OAuth 2.0 token for the current user. */
2448
2448
  oauth_token?: string;
2449
+ /** The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2450
+ parent?: string;
2449
2451
  /** Returns response with indentations and line breaks. */
2450
2452
  prettyPrint?: boolean;
2451
2453
  /** 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. */
@@ -2472,6 +2474,8 @@ declare namespace gapi.client {
2472
2474
  key?: string;
2473
2475
  /** OAuth 2.0 token for the current user. */
2474
2476
  oauth_token?: string;
2477
+ /** The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2478
+ parent?: string;
2475
2479
  /** Returns response with indentations and line breaks. */
2476
2480
  prettyPrint?: boolean;
2477
2481
  /** 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. */
@@ -2642,7 +2646,321 @@ declare namespace gapi.client {
2642
2646
  operations: OperationsResource;
2643
2647
  services: ServicesResource;
2644
2648
  }
2649
+ interface ApplicationsResource {
2650
+ /**
2651
+ * Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region
2652
+ * (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects,
2653
+ * Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
2654
+ */
2655
+ create(request: {
2656
+ /** V1 error format. */
2657
+ "$.xgafv"?: string;
2658
+ /** OAuth access token. */
2659
+ access_token?: string;
2660
+ /** Data format for response. */
2661
+ alt?: string;
2662
+ /** JSONP */
2663
+ callback?: string;
2664
+ /** Selector specifying which fields to include in a partial response. */
2665
+ fields?: string;
2666
+ /** 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. */
2667
+ key?: string;
2668
+ /** Part of `parent`. See documentation of `projectsId`. */
2669
+ locationsId: string;
2670
+ /** OAuth 2.0 token for the current user. */
2671
+ oauth_token?: string;
2672
+ /** Returns response with indentations and line breaks. */
2673
+ prettyPrint?: boolean;
2674
+ /** Part of `parent`. The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2675
+ projectsId: string;
2676
+ /** 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. */
2677
+ quotaUser?: string;
2678
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2679
+ upload_protocol?: string;
2680
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2681
+ uploadType?: string;
2682
+ /** Request body */
2683
+ resource: Application;
2684
+ }): Request<Operation>;
2685
+ create(request: {
2686
+ /** V1 error format. */
2687
+ "$.xgafv"?: string;
2688
+ /** OAuth access token. */
2689
+ access_token?: string;
2690
+ /** Data format for response. */
2691
+ alt?: string;
2692
+ /** JSONP */
2693
+ callback?: string;
2694
+ /** Selector specifying which fields to include in a partial response. */
2695
+ fields?: string;
2696
+ /** 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. */
2697
+ key?: string;
2698
+ /** Part of `parent`. See documentation of `projectsId`. */
2699
+ locationsId: string;
2700
+ /** OAuth 2.0 token for the current user. */
2701
+ oauth_token?: string;
2702
+ /** Returns response with indentations and line breaks. */
2703
+ prettyPrint?: boolean;
2704
+ /** Part of `parent`. The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2705
+ projectsId: string;
2706
+ /** 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. */
2707
+ quotaUser?: string;
2708
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2709
+ upload_protocol?: string;
2710
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2711
+ uploadType?: string;
2712
+ },
2713
+ body: Application): Request<Operation>;
2714
+ /** Gets information about an application. */
2715
+ get(request?: {
2716
+ /** V1 error format. */
2717
+ "$.xgafv"?: string;
2718
+ /** OAuth access token. */
2719
+ access_token?: string;
2720
+ /** Data format for response. */
2721
+ alt?: string;
2722
+ /** Part of `name`. See documentation of `projectsId`. */
2723
+ applicationsId: string;
2724
+ /** JSONP */
2725
+ callback?: string;
2726
+ /** Selector specifying which fields to include in a partial response. */
2727
+ fields?: string;
2728
+ /** 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. */
2729
+ key?: string;
2730
+ /** Part of `name`. See documentation of `projectsId`. */
2731
+ locationsId: string;
2732
+ /** OAuth 2.0 token for the current user. */
2733
+ oauth_token?: string;
2734
+ /** Returns response with indentations and line breaks. */
2735
+ prettyPrint?: boolean;
2736
+ /** Part of `name`. Name of the Application resource to get. Example: apps/myapp. */
2737
+ projectsId: string;
2738
+ /** 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. */
2739
+ quotaUser?: string;
2740
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2741
+ upload_protocol?: string;
2742
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2743
+ uploadType?: string;
2744
+ }): Request<Application>;
2745
+ /**
2746
+ * Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive
2747
+ * an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to
2748
+ * recreate it. Instead, you should attempt to use the IAM undelete API if possible at
2749
+ * https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If
2750
+ * the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.
2751
+ */
2752
+ repair(request: {
2753
+ /** V1 error format. */
2754
+ "$.xgafv"?: string;
2755
+ /** OAuth access token. */
2756
+ access_token?: string;
2757
+ /** Data format for response. */
2758
+ alt?: string;
2759
+ /** Part of `name`. See documentation of `projectsId`. */
2760
+ applicationsId: string;
2761
+ /** JSONP */
2762
+ callback?: string;
2763
+ /** Selector specifying which fields to include in a partial response. */
2764
+ fields?: string;
2765
+ /** 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. */
2766
+ key?: string;
2767
+ /** Part of `name`. See documentation of `projectsId`. */
2768
+ locationsId: string;
2769
+ /** OAuth 2.0 token for the current user. */
2770
+ oauth_token?: string;
2771
+ /** Returns response with indentations and line breaks. */
2772
+ prettyPrint?: boolean;
2773
+ /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2774
+ projectsId: string;
2775
+ /** 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. */
2776
+ quotaUser?: string;
2777
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2778
+ upload_protocol?: string;
2779
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2780
+ uploadType?: string;
2781
+ /** Request body */
2782
+ resource: RepairApplicationRequest;
2783
+ }): Request<Operation>;
2784
+ repair(request: {
2785
+ /** V1 error format. */
2786
+ "$.xgafv"?: string;
2787
+ /** OAuth access token. */
2788
+ access_token?: string;
2789
+ /** Data format for response. */
2790
+ alt?: string;
2791
+ /** Part of `name`. See documentation of `projectsId`. */
2792
+ applicationsId: string;
2793
+ /** JSONP */
2794
+ callback?: string;
2795
+ /** Selector specifying which fields to include in a partial response. */
2796
+ fields?: string;
2797
+ /** 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. */
2798
+ key?: string;
2799
+ /** Part of `name`. See documentation of `projectsId`. */
2800
+ locationsId: string;
2801
+ /** OAuth 2.0 token for the current user. */
2802
+ oauth_token?: string;
2803
+ /** Returns response with indentations and line breaks. */
2804
+ prettyPrint?: boolean;
2805
+ /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2806
+ projectsId: string;
2807
+ /** 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. */
2808
+ quotaUser?: string;
2809
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2810
+ upload_protocol?: string;
2811
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2812
+ uploadType?: string;
2813
+ },
2814
+ body: RepairApplicationRequest): Request<Operation>;
2815
+ }
2816
+ interface OperationsResource {
2817
+ /** 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. */
2818
+ get(request?: {
2819
+ /** V1 error format. */
2820
+ "$.xgafv"?: string;
2821
+ /** OAuth access token. */
2822
+ access_token?: string;
2823
+ /** Data format for response. */
2824
+ alt?: string;
2825
+ /** JSONP */
2826
+ callback?: string;
2827
+ /** Selector specifying which fields to include in a partial response. */
2828
+ fields?: string;
2829
+ /** 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. */
2830
+ key?: string;
2831
+ /** Part of `name`. See documentation of `projectsId`. */
2832
+ locationsId: string;
2833
+ /** OAuth 2.0 token for the current user. */
2834
+ oauth_token?: string;
2835
+ /** Part of `name`. See documentation of `projectsId`. */
2836
+ operationsId: string;
2837
+ /** Returns response with indentations and line breaks. */
2838
+ prettyPrint?: boolean;
2839
+ /** Part of `name`. The name of the operation resource. */
2840
+ projectsId: string;
2841
+ /** 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. */
2842
+ quotaUser?: string;
2843
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2844
+ upload_protocol?: string;
2845
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2846
+ uploadType?: string;
2847
+ }): Request<Operation>;
2848
+ /**
2849
+ * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
2850
+ * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as
2851
+ * "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
2852
+ * ensure the name binding is the parent resource, without the operations collection id.
2853
+ */
2854
+ list(request?: {
2855
+ /** V1 error format. */
2856
+ "$.xgafv"?: string;
2857
+ /** OAuth access token. */
2858
+ access_token?: string;
2859
+ /** Data format for response. */
2860
+ alt?: string;
2861
+ /** JSONP */
2862
+ callback?: string;
2863
+ /** Selector specifying which fields to include in a partial response. */
2864
+ fields?: string;
2865
+ /** The standard list filter. */
2866
+ filter?: string;
2867
+ /** 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. */
2868
+ key?: string;
2869
+ /** Part of `name`. See documentation of `projectsId`. */
2870
+ locationsId: string;
2871
+ /** OAuth 2.0 token for the current user. */
2872
+ oauth_token?: string;
2873
+ /** The standard list page size. */
2874
+ pageSize?: number;
2875
+ /** The standard list page token. */
2876
+ pageToken?: string;
2877
+ /** Returns response with indentations and line breaks. */
2878
+ prettyPrint?: boolean;
2879
+ /** Part of `name`. The name of the operation's parent resource. */
2880
+ projectsId: string;
2881
+ /** 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. */
2882
+ quotaUser?: string;
2883
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2884
+ upload_protocol?: string;
2885
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2886
+ uploadType?: string;
2887
+ }): Request<ListOperationsResponse>;
2888
+ }
2889
+ interface LocationsResource {
2890
+ /** Gets information about a location. */
2891
+ get(request?: {
2892
+ /** V1 error format. */
2893
+ "$.xgafv"?: string;
2894
+ /** OAuth access token. */
2895
+ access_token?: string;
2896
+ /** Data format for response. */
2897
+ alt?: string;
2898
+ /** JSONP */
2899
+ callback?: string;
2900
+ /** Selector specifying which fields to include in a partial response. */
2901
+ fields?: string;
2902
+ /** 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. */
2903
+ key?: string;
2904
+ /** Part of `name`. See documentation of `projectsId`. */
2905
+ locationsId: string;
2906
+ /** OAuth 2.0 token for the current user. */
2907
+ oauth_token?: string;
2908
+ /** Returns response with indentations and line breaks. */
2909
+ prettyPrint?: boolean;
2910
+ /** Part of `name`. Resource name for the location. */
2911
+ projectsId: string;
2912
+ /** 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. */
2913
+ quotaUser?: string;
2914
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2915
+ upload_protocol?: string;
2916
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2917
+ uploadType?: string;
2918
+ }): Request<Location>;
2919
+ /** Lists information about the supported locations for this service. */
2920
+ list(request?: {
2921
+ /** V1 error format. */
2922
+ "$.xgafv"?: string;
2923
+ /** OAuth access token. */
2924
+ access_token?: string;
2925
+ /** Data format for response. */
2926
+ alt?: string;
2927
+ /** JSONP */
2928
+ callback?: string;
2929
+ /** Selector specifying which fields to include in a partial response. */
2930
+ fields?: string;
2931
+ /**
2932
+ * A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160
2933
+ * (https://google.aip.dev/160).
2934
+ */
2935
+ filter?: string;
2936
+ /** 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. */
2937
+ key?: string;
2938
+ /** OAuth 2.0 token for the current user. */
2939
+ oauth_token?: string;
2940
+ /** The maximum number of results to return. If not set, the service selects a default. */
2941
+ pageSize?: number;
2942
+ /** A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page. */
2943
+ pageToken?: string;
2944
+ /** Returns response with indentations and line breaks. */
2945
+ prettyPrint?: boolean;
2946
+ /** Part of `name`. The resource that owns the locations collection, if applicable. */
2947
+ projectsId: string;
2948
+ /** 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. */
2949
+ quotaUser?: string;
2950
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2951
+ upload_protocol?: string;
2952
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2953
+ uploadType?: string;
2954
+ }): Request<ListLocationsResponse>;
2955
+ applications: ApplicationsResource;
2956
+ operations: OperationsResource;
2957
+ }
2958
+ interface ProjectsResource {
2959
+ locations: LocationsResource;
2960
+ }
2645
2961
 
2646
2962
  const apps: AppsResource;
2963
+
2964
+ const projects: ProjectsResource;
2647
2965
  }
2648
2966
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20220922",
3
+ "version": "0.0.20221017",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20220922
6
+ // Revision: 20221017
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -39,6 +39,7 @@ gapi.load('client', async () => {
39
39
  * Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
40
40
  */
41
41
  await gapi.client.appengine.apps.create({
42
+ parent: "Test string",
42
43
  }, {
43
44
  authDomain: "Test string",
44
45
  codeBucket: "Test string",
@@ -919,5 +920,94 @@ gapi.load('client', async () => {
919
920
  servicesId: "Test string",
920
921
  versionsId: "Test string",
921
922
  });
923
+ /** Gets information about a location. */
924
+ await gapi.client.appengine.projects.locations.get({
925
+ locationsId: "Test string",
926
+ projectsId: "Test string",
927
+ });
928
+ /** Lists information about the supported locations for this service. */
929
+ await gapi.client.appengine.projects.locations.list({
930
+ filter: "Test string",
931
+ pageSize: 42,
932
+ pageToken: "Test string",
933
+ projectsId: "Test string",
934
+ });
935
+ /**
936
+ * Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region
937
+ * (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects,
938
+ * Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
939
+ */
940
+ await gapi.client.appengine.projects.locations.applications.create({
941
+ locationsId: "Test string",
942
+ projectsId: "Test string",
943
+ }, {
944
+ authDomain: "Test string",
945
+ codeBucket: "Test string",
946
+ databaseType: "Test string",
947
+ defaultBucket: "Test string",
948
+ defaultCookieExpiration: "Test string",
949
+ defaultHostname: "Test string",
950
+ dispatchRules: [
951
+ {
952
+ domain: "Test string",
953
+ path: "Test string",
954
+ service: "Test string",
955
+ }
956
+ ],
957
+ featureSettings: {
958
+ splitHealthChecks: true,
959
+ useContainerOptimizedOs: true,
960
+ },
961
+ gcrDomain: "Test string",
962
+ iap: {
963
+ enabled: true,
964
+ oauth2ClientId: "Test string",
965
+ oauth2ClientSecret: "Test string",
966
+ oauth2ClientSecretSha256: "Test string",
967
+ },
968
+ id: "Test string",
969
+ locationId: "Test string",
970
+ name: "Test string",
971
+ serviceAccount: "Test string",
972
+ servingStatus: "Test string",
973
+ });
974
+ /** Gets information about an application. */
975
+ await gapi.client.appengine.projects.locations.applications.get({
976
+ applicationsId: "Test string",
977
+ locationsId: "Test string",
978
+ projectsId: "Test string",
979
+ });
980
+ /**
981
+ * Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an
982
+ * error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to
983
+ * recreate it. Instead, you should attempt to use the IAM undelete API if possible at
984
+ * https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the
985
+ * deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.
986
+ */
987
+ await gapi.client.appengine.projects.locations.applications.repair({
988
+ applicationsId: "Test string",
989
+ locationsId: "Test string",
990
+ projectsId: "Test string",
991
+ }, {
992
+ });
993
+ /** 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. */
994
+ await gapi.client.appengine.projects.locations.operations.get({
995
+ locationsId: "Test string",
996
+ operationsId: "Test string",
997
+ projectsId: "Test string",
998
+ });
999
+ /**
1000
+ * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
1001
+ * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations"
1002
+ * to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent
1003
+ * resource, without the operations collection id.
1004
+ */
1005
+ await gapi.client.appengine.projects.locations.operations.list({
1006
+ filter: "Test string",
1007
+ locationsId: "Test string",
1008
+ pageSize: 42,
1009
+ pageToken: "Test string",
1010
+ projectsId: "Test string",
1011
+ });
922
1012
  }
923
1013
  });