@maxim_mazurok/gapi.client.appengine-v1 0.0.20250429 → 0.0.20250611
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.
- package/index.d.ts +363 -1
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250611
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2554,6 +2554,253 @@ declare namespace gapi.client {
|
|
|
2554
2554
|
operations: OperationsResource;
|
|
2555
2555
|
services: ServicesResource;
|
|
2556
2556
|
}
|
|
2557
|
+
interface AuthorizedCertificatesResource {
|
|
2558
|
+
/** Uploads the specified SSL certificate. */
|
|
2559
|
+
create(request: {
|
|
2560
|
+
/** V1 error format. */
|
|
2561
|
+
'$.xgafv'?: string;
|
|
2562
|
+
/** OAuth access token. */
|
|
2563
|
+
access_token?: string;
|
|
2564
|
+
/** Data format for response. */
|
|
2565
|
+
alt?: string;
|
|
2566
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2567
|
+
applicationsId: string;
|
|
2568
|
+
/** JSONP */
|
|
2569
|
+
callback?: string;
|
|
2570
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2571
|
+
fields?: string;
|
|
2572
|
+
/** 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. */
|
|
2573
|
+
key?: string;
|
|
2574
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2575
|
+
locationsId: string;
|
|
2576
|
+
/** OAuth 2.0 token for the current user. */
|
|
2577
|
+
oauth_token?: string;
|
|
2578
|
+
/** Returns response with indentations and line breaks. */
|
|
2579
|
+
prettyPrint?: boolean;
|
|
2580
|
+
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2581
|
+
projectsId: string;
|
|
2582
|
+
/** 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. */
|
|
2583
|
+
quotaUser?: string;
|
|
2584
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2585
|
+
upload_protocol?: string;
|
|
2586
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2587
|
+
uploadType?: string;
|
|
2588
|
+
/** Request body */
|
|
2589
|
+
resource: AuthorizedCertificate;
|
|
2590
|
+
}): Request<AuthorizedCertificate>;
|
|
2591
|
+
create(
|
|
2592
|
+
request: {
|
|
2593
|
+
/** V1 error format. */
|
|
2594
|
+
'$.xgafv'?: string;
|
|
2595
|
+
/** OAuth access token. */
|
|
2596
|
+
access_token?: string;
|
|
2597
|
+
/** Data format for response. */
|
|
2598
|
+
alt?: string;
|
|
2599
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2600
|
+
applicationsId: string;
|
|
2601
|
+
/** JSONP */
|
|
2602
|
+
callback?: string;
|
|
2603
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2604
|
+
fields?: string;
|
|
2605
|
+
/** 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. */
|
|
2606
|
+
key?: string;
|
|
2607
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2608
|
+
locationsId: string;
|
|
2609
|
+
/** OAuth 2.0 token for the current user. */
|
|
2610
|
+
oauth_token?: string;
|
|
2611
|
+
/** Returns response with indentations and line breaks. */
|
|
2612
|
+
prettyPrint?: boolean;
|
|
2613
|
+
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2614
|
+
projectsId: string;
|
|
2615
|
+
/** 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. */
|
|
2616
|
+
quotaUser?: string;
|
|
2617
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2618
|
+
upload_protocol?: string;
|
|
2619
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2620
|
+
uploadType?: string;
|
|
2621
|
+
},
|
|
2622
|
+
body: AuthorizedCertificate,
|
|
2623
|
+
): Request<AuthorizedCertificate>;
|
|
2624
|
+
/** Deletes the specified SSL certificate. */
|
|
2625
|
+
delete(request?: {
|
|
2626
|
+
/** V1 error format. */
|
|
2627
|
+
'$.xgafv'?: string;
|
|
2628
|
+
/** OAuth access token. */
|
|
2629
|
+
access_token?: string;
|
|
2630
|
+
/** Data format for response. */
|
|
2631
|
+
alt?: string;
|
|
2632
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2633
|
+
applicationsId: string;
|
|
2634
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2635
|
+
authorizedCertificatesId: string;
|
|
2636
|
+
/** JSONP */
|
|
2637
|
+
callback?: string;
|
|
2638
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2639
|
+
fields?: string;
|
|
2640
|
+
/** 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. */
|
|
2641
|
+
key?: string;
|
|
2642
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2643
|
+
locationsId: string;
|
|
2644
|
+
/** OAuth 2.0 token for the current user. */
|
|
2645
|
+
oauth_token?: string;
|
|
2646
|
+
/** Returns response with indentations and line breaks. */
|
|
2647
|
+
prettyPrint?: boolean;
|
|
2648
|
+
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2649
|
+
projectsId: string;
|
|
2650
|
+
/** 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. */
|
|
2651
|
+
quotaUser?: string;
|
|
2652
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2653
|
+
upload_protocol?: string;
|
|
2654
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2655
|
+
uploadType?: string;
|
|
2656
|
+
}): Request<{}>;
|
|
2657
|
+
/** Gets the specified SSL certificate. */
|
|
2658
|
+
get(request?: {
|
|
2659
|
+
/** V1 error format. */
|
|
2660
|
+
'$.xgafv'?: string;
|
|
2661
|
+
/** OAuth access token. */
|
|
2662
|
+
access_token?: string;
|
|
2663
|
+
/** Data format for response. */
|
|
2664
|
+
alt?: string;
|
|
2665
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2666
|
+
applicationsId: string;
|
|
2667
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2668
|
+
authorizedCertificatesId: string;
|
|
2669
|
+
/** JSONP */
|
|
2670
|
+
callback?: string;
|
|
2671
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2672
|
+
fields?: string;
|
|
2673
|
+
/** 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. */
|
|
2674
|
+
key?: string;
|
|
2675
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2676
|
+
locationsId: string;
|
|
2677
|
+
/** OAuth 2.0 token for the current user. */
|
|
2678
|
+
oauth_token?: string;
|
|
2679
|
+
/** Returns response with indentations and line breaks. */
|
|
2680
|
+
prettyPrint?: boolean;
|
|
2681
|
+
/** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2682
|
+
projectsId: string;
|
|
2683
|
+
/** 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. */
|
|
2684
|
+
quotaUser?: string;
|
|
2685
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2686
|
+
upload_protocol?: string;
|
|
2687
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2688
|
+
uploadType?: string;
|
|
2689
|
+
/** Controls the set of fields returned in the GET response. */
|
|
2690
|
+
view?: string;
|
|
2691
|
+
}): Request<AuthorizedCertificate>;
|
|
2692
|
+
/** Lists all SSL certificates the user is authorized to administer. */
|
|
2693
|
+
list(request?: {
|
|
2694
|
+
/** V1 error format. */
|
|
2695
|
+
'$.xgafv'?: string;
|
|
2696
|
+
/** OAuth access token. */
|
|
2697
|
+
access_token?: string;
|
|
2698
|
+
/** Data format for response. */
|
|
2699
|
+
alt?: string;
|
|
2700
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2701
|
+
applicationsId: string;
|
|
2702
|
+
/** JSONP */
|
|
2703
|
+
callback?: string;
|
|
2704
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2705
|
+
fields?: string;
|
|
2706
|
+
/** 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. */
|
|
2707
|
+
key?: string;
|
|
2708
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2709
|
+
locationsId: string;
|
|
2710
|
+
/** OAuth 2.0 token for the current user. */
|
|
2711
|
+
oauth_token?: string;
|
|
2712
|
+
/** Maximum results to return per page. */
|
|
2713
|
+
pageSize?: number;
|
|
2714
|
+
/** Continuation token for fetching the next page of results. */
|
|
2715
|
+
pageToken?: string;
|
|
2716
|
+
/** Returns response with indentations and line breaks. */
|
|
2717
|
+
prettyPrint?: boolean;
|
|
2718
|
+
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2719
|
+
projectsId: string;
|
|
2720
|
+
/** 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. */
|
|
2721
|
+
quotaUser?: string;
|
|
2722
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2723
|
+
upload_protocol?: string;
|
|
2724
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2725
|
+
uploadType?: string;
|
|
2726
|
+
/** Controls the set of fields returned in the LIST response. */
|
|
2727
|
+
view?: string;
|
|
2728
|
+
}): Request<ListAuthorizedCertificatesResponse>;
|
|
2729
|
+
/** Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated. */
|
|
2730
|
+
patch(request: {
|
|
2731
|
+
/** V1 error format. */
|
|
2732
|
+
'$.xgafv'?: string;
|
|
2733
|
+
/** OAuth access token. */
|
|
2734
|
+
access_token?: string;
|
|
2735
|
+
/** Data format for response. */
|
|
2736
|
+
alt?: string;
|
|
2737
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2738
|
+
applicationsId: string;
|
|
2739
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2740
|
+
authorizedCertificatesId: string;
|
|
2741
|
+
/** JSONP */
|
|
2742
|
+
callback?: string;
|
|
2743
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2744
|
+
fields?: string;
|
|
2745
|
+
/** 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. */
|
|
2746
|
+
key?: string;
|
|
2747
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2748
|
+
locationsId: string;
|
|
2749
|
+
/** OAuth 2.0 token for the current user. */
|
|
2750
|
+
oauth_token?: string;
|
|
2751
|
+
/** Returns response with indentations and line breaks. */
|
|
2752
|
+
prettyPrint?: boolean;
|
|
2753
|
+
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2754
|
+
projectsId: string;
|
|
2755
|
+
/** 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. */
|
|
2756
|
+
quotaUser?: string;
|
|
2757
|
+
/** Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields. */
|
|
2758
|
+
updateMask?: string;
|
|
2759
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2760
|
+
upload_protocol?: string;
|
|
2761
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2762
|
+
uploadType?: string;
|
|
2763
|
+
/** Request body */
|
|
2764
|
+
resource: AuthorizedCertificate;
|
|
2765
|
+
}): Request<AuthorizedCertificate>;
|
|
2766
|
+
patch(
|
|
2767
|
+
request: {
|
|
2768
|
+
/** V1 error format. */
|
|
2769
|
+
'$.xgafv'?: string;
|
|
2770
|
+
/** OAuth access token. */
|
|
2771
|
+
access_token?: string;
|
|
2772
|
+
/** Data format for response. */
|
|
2773
|
+
alt?: string;
|
|
2774
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2775
|
+
applicationsId: string;
|
|
2776
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2777
|
+
authorizedCertificatesId: string;
|
|
2778
|
+
/** JSONP */
|
|
2779
|
+
callback?: string;
|
|
2780
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2781
|
+
fields?: string;
|
|
2782
|
+
/** 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. */
|
|
2783
|
+
key?: string;
|
|
2784
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2785
|
+
locationsId: string;
|
|
2786
|
+
/** OAuth 2.0 token for the current user. */
|
|
2787
|
+
oauth_token?: string;
|
|
2788
|
+
/** Returns response with indentations and line breaks. */
|
|
2789
|
+
prettyPrint?: boolean;
|
|
2790
|
+
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2791
|
+
projectsId: string;
|
|
2792
|
+
/** 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. */
|
|
2793
|
+
quotaUser?: string;
|
|
2794
|
+
/** Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields. */
|
|
2795
|
+
updateMask?: string;
|
|
2796
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2797
|
+
upload_protocol?: string;
|
|
2798
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2799
|
+
uploadType?: string;
|
|
2800
|
+
},
|
|
2801
|
+
body: AuthorizedCertificate,
|
|
2802
|
+
): Request<AuthorizedCertificate>;
|
|
2803
|
+
}
|
|
2557
2804
|
interface AuthorizedDomainsResource {
|
|
2558
2805
|
/** Lists all domains the user is authorized to administer. */
|
|
2559
2806
|
list(request?: {
|
|
@@ -2591,6 +2838,41 @@ declare namespace gapi.client {
|
|
|
2591
2838
|
uploadType?: string;
|
|
2592
2839
|
}): Request<ListAuthorizedDomainsResponse>;
|
|
2593
2840
|
}
|
|
2841
|
+
interface DomainMappingsResource {
|
|
2842
|
+
/** Gets the specified domain mapping. */
|
|
2843
|
+
get(request?: {
|
|
2844
|
+
/** V1 error format. */
|
|
2845
|
+
'$.xgafv'?: string;
|
|
2846
|
+
/** OAuth access token. */
|
|
2847
|
+
access_token?: string;
|
|
2848
|
+
/** Data format for response. */
|
|
2849
|
+
alt?: string;
|
|
2850
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2851
|
+
applicationsId: string;
|
|
2852
|
+
/** JSONP */
|
|
2853
|
+
callback?: string;
|
|
2854
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2855
|
+
domainMappingsId: string;
|
|
2856
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2857
|
+
fields?: string;
|
|
2858
|
+
/** 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. */
|
|
2859
|
+
key?: string;
|
|
2860
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
2861
|
+
locationsId: string;
|
|
2862
|
+
/** OAuth 2.0 token for the current user. */
|
|
2863
|
+
oauth_token?: string;
|
|
2864
|
+
/** Returns response with indentations and line breaks. */
|
|
2865
|
+
prettyPrint?: boolean;
|
|
2866
|
+
/** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
2867
|
+
projectsId: string;
|
|
2868
|
+
/** 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. */
|
|
2869
|
+
quotaUser?: string;
|
|
2870
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2871
|
+
upload_protocol?: string;
|
|
2872
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2873
|
+
uploadType?: string;
|
|
2874
|
+
}): Request<DomainMapping>;
|
|
2875
|
+
}
|
|
2594
2876
|
interface VersionsResource {
|
|
2595
2877
|
/** Deletes an existing Version resource. */
|
|
2596
2878
|
delete(request?: {
|
|
@@ -2740,6 +3022,84 @@ declare namespace gapi.client {
|
|
|
2740
3022
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2741
3023
|
uploadType?: string;
|
|
2742
3024
|
}): Request<Operation>;
|
|
3025
|
+
/** Updates the configuration of the specified service. */
|
|
3026
|
+
patch(request: {
|
|
3027
|
+
/** V1 error format. */
|
|
3028
|
+
'$.xgafv'?: string;
|
|
3029
|
+
/** OAuth access token. */
|
|
3030
|
+
access_token?: string;
|
|
3031
|
+
/** Data format for response. */
|
|
3032
|
+
alt?: string;
|
|
3033
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3034
|
+
applicationsId: string;
|
|
3035
|
+
/** JSONP */
|
|
3036
|
+
callback?: string;
|
|
3037
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3038
|
+
fields?: string;
|
|
3039
|
+
/** 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. */
|
|
3040
|
+
key?: string;
|
|
3041
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3042
|
+
locationsId: string;
|
|
3043
|
+
/** Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic). */
|
|
3044
|
+
migrateTraffic?: boolean;
|
|
3045
|
+
/** OAuth 2.0 token for the current user. */
|
|
3046
|
+
oauth_token?: string;
|
|
3047
|
+
/** Returns response with indentations and line breaks. */
|
|
3048
|
+
prettyPrint?: boolean;
|
|
3049
|
+
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3050
|
+
projectsId: string;
|
|
3051
|
+
/** 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. */
|
|
3052
|
+
quotaUser?: string;
|
|
3053
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3054
|
+
servicesId: string;
|
|
3055
|
+
/** Required. Standard field mask for the set of fields to be updated. */
|
|
3056
|
+
updateMask?: string;
|
|
3057
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3058
|
+
upload_protocol?: string;
|
|
3059
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3060
|
+
uploadType?: string;
|
|
3061
|
+
/** Request body */
|
|
3062
|
+
resource: Service;
|
|
3063
|
+
}): Request<Operation>;
|
|
3064
|
+
patch(
|
|
3065
|
+
request: {
|
|
3066
|
+
/** V1 error format. */
|
|
3067
|
+
'$.xgafv'?: string;
|
|
3068
|
+
/** OAuth access token. */
|
|
3069
|
+
access_token?: string;
|
|
3070
|
+
/** Data format for response. */
|
|
3071
|
+
alt?: string;
|
|
3072
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3073
|
+
applicationsId: string;
|
|
3074
|
+
/** JSONP */
|
|
3075
|
+
callback?: string;
|
|
3076
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3077
|
+
fields?: string;
|
|
3078
|
+
/** 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. */
|
|
3079
|
+
key?: string;
|
|
3080
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3081
|
+
locationsId: string;
|
|
3082
|
+
/** Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic). */
|
|
3083
|
+
migrateTraffic?: boolean;
|
|
3084
|
+
/** OAuth 2.0 token for the current user. */
|
|
3085
|
+
oauth_token?: string;
|
|
3086
|
+
/** Returns response with indentations and line breaks. */
|
|
3087
|
+
prettyPrint?: boolean;
|
|
3088
|
+
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3089
|
+
projectsId: string;
|
|
3090
|
+
/** 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. */
|
|
3091
|
+
quotaUser?: string;
|
|
3092
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3093
|
+
servicesId: string;
|
|
3094
|
+
/** Required. Standard field mask for the set of fields to be updated. */
|
|
3095
|
+
updateMask?: string;
|
|
3096
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3097
|
+
upload_protocol?: string;
|
|
3098
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3099
|
+
uploadType?: string;
|
|
3100
|
+
},
|
|
3101
|
+
body: Service,
|
|
3102
|
+
): Request<Operation>;
|
|
2743
3103
|
versions: VersionsResource;
|
|
2744
3104
|
}
|
|
2745
3105
|
interface ApplicationsResource {
|
|
@@ -2813,7 +3173,9 @@ declare namespace gapi.client {
|
|
|
2813
3173
|
},
|
|
2814
3174
|
body: Application,
|
|
2815
3175
|
): Request<Operation>;
|
|
3176
|
+
authorizedCertificates: AuthorizedCertificatesResource;
|
|
2816
3177
|
authorizedDomains: AuthorizedDomainsResource;
|
|
3178
|
+
domainMappings: DomainMappingsResource;
|
|
2817
3179
|
services: ServicesResource;
|
|
2818
3180
|
}
|
|
2819
3181
|
interface LocationsResource {
|