@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20230605 → 0.0.20230607
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 +7 -48
- package/package.json +1 -1
- package/tests.ts +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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230607
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -26,12 +26,12 @@ declare namespace gapi.client {
|
|
|
26
26
|
interface AddEnableRulesMetadata {
|
|
27
27
|
}
|
|
28
28
|
interface AddEnableRulesResponse {
|
|
29
|
+
/** The values added to the parent consumer policy. */
|
|
30
|
+
addedValues?:
|
|
31
|
+
string[];
|
|
29
32
|
/** The parent consumer policy. It can be `projects/12345/consumerPolicies/default`, or `folders/12345/consumerPolicies/default`, or `organizations/12345/consumerPolicies/default`. */
|
|
30
33
|
parent?:
|
|
31
34
|
string;
|
|
32
|
-
/** The values added to the parent consumer policy. */
|
|
33
|
-
values?:
|
|
34
|
-
ValueInfo[];
|
|
35
35
|
}
|
|
36
36
|
interface AdminQuotaPolicy {
|
|
37
37
|
/** The cloud resource container at which the quota policy is created. The format is `{container_type}/{container_number}` */
|
|
@@ -858,11 +858,6 @@ declare namespace gapi.client {
|
|
|
858
858
|
common?:
|
|
859
859
|
CommonLanguageSettings;
|
|
860
860
|
}
|
|
861
|
-
interface GroupValue {
|
|
862
|
-
/** The name of the value. Example: `groups/googleSerivice`. */
|
|
863
|
-
name?:
|
|
864
|
-
string;
|
|
865
|
-
}
|
|
866
861
|
interface Http {
|
|
867
862
|
/**
|
|
868
863
|
* When set to true, URL path parameters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded. The default
|
|
@@ -1577,6 +1572,9 @@ declare namespace gapi.client {
|
|
|
1577
1572
|
/** The parent consumer policy. It can be `projects/12345/consumerPolicies/default`, or `folders/12345/consumerPolicies/default`, or `organizations/12345/consumerPolicies/default`. */
|
|
1578
1573
|
parent?:
|
|
1579
1574
|
string;
|
|
1575
|
+
/** The values removed from the parent consumer policy. */
|
|
1576
|
+
removedValues?:
|
|
1577
|
+
string[];
|
|
1580
1578
|
}
|
|
1581
1579
|
interface RubySettings {
|
|
1582
1580
|
/** Some settings. */
|
|
@@ -1640,20 +1638,6 @@ declare namespace gapi.client {
|
|
|
1640
1638
|
uniqueId?:
|
|
1641
1639
|
string;
|
|
1642
1640
|
}
|
|
1643
|
-
interface ServiceValue {
|
|
1644
|
-
/** The DNS address at which this service is available. */
|
|
1645
|
-
dnsAddress?:
|
|
1646
|
-
string;
|
|
1647
|
-
/** The name of the value. Example: `services/storage.googleapis.com`. */
|
|
1648
|
-
name?:
|
|
1649
|
-
string;
|
|
1650
|
-
/** A link to pricing information for the service, such as https://cloud.google.com/bigquery/pricing. */
|
|
1651
|
-
pricingLink?:
|
|
1652
|
-
string;
|
|
1653
|
-
/** Terms of Service */
|
|
1654
|
-
tos?:
|
|
1655
|
-
TermsOfService[];
|
|
1656
|
-
}
|
|
1657
1641
|
interface SourceContext {
|
|
1658
1642
|
/** The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`. */
|
|
1659
1643
|
fileName?:
|
|
@@ -1710,14 +1694,6 @@ declare namespace gapi.client {
|
|
|
1710
1694
|
rules?:
|
|
1711
1695
|
SystemParameterRule[];
|
|
1712
1696
|
}
|
|
1713
|
-
interface TermsOfService {
|
|
1714
|
-
/** Title of the terms of service. */
|
|
1715
|
-
title?:
|
|
1716
|
-
string;
|
|
1717
|
-
/** URL/URI of the terms of service. */
|
|
1718
|
-
uri?:
|
|
1719
|
-
string;
|
|
1720
|
-
}
|
|
1721
1697
|
interface Type {
|
|
1722
1698
|
/** The source edition string, only valid when syntax is SYNTAX_EDITIONS. */
|
|
1723
1699
|
edition?:
|
|
@@ -1780,23 +1756,6 @@ declare namespace gapi.client {
|
|
|
1780
1756
|
skipServiceControl?:
|
|
1781
1757
|
boolean;
|
|
1782
1758
|
}
|
|
1783
|
-
interface ValueInfo {
|
|
1784
|
-
/** The information related to the value if it is a service group. */
|
|
1785
|
-
groupValue?:
|
|
1786
|
-
GroupValue;
|
|
1787
|
-
/** For public services, it must point to the product landing page. For private services, it should point to the internal site. For service group, it is TBD. */
|
|
1788
|
-
learnmoreLink?:
|
|
1789
|
-
string;
|
|
1790
|
-
/** The information related to the value if it is a service. */
|
|
1791
|
-
serviceValue?:
|
|
1792
|
-
ServiceValue;
|
|
1793
|
-
/** The product summary for this value. */
|
|
1794
|
-
summary?:
|
|
1795
|
-
string;
|
|
1796
|
-
/** The product title for this value. */
|
|
1797
|
-
title?:
|
|
1798
|
-
string;
|
|
1799
|
-
}
|
|
1800
1759
|
interface OperationsResource {
|
|
1801
1760
|
/** 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. */
|
|
1802
1761
|
get(request?: {
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230607
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|