Skip to content

Commit bc9062b

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.Connector.properties.launchStage (Total Keys: 2) - schemas.Provider.properties.launchStage (Total Keys: 2)
1 parent ce5edd1 commit bc9062b

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

docs/dyn/connectors_v1.projects.locations.global_.providers.connectors.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120120
&quot;labels&quot;: { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
121121
&quot;a_key&quot;: &quot;A String&quot;,
122122
},
123+
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
123124
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}
124125
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
125126
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
@@ -153,6 +154,7 @@ <h3>Method Details</h3>
153154
&quot;labels&quot;: { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
154155
&quot;a_key&quot;: &quot;A String&quot;,
155156
},
157+
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
156158
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}
157159
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
158160
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.

docs/dyn/connectors_v1.projects.locations.global_.providers.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120120
&quot;labels&quot;: { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
121121
&quot;a_key&quot;: &quot;A String&quot;,
122122
},
123+
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
123124
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}
124125
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
125126
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
@@ -154,6 +155,7 @@ <h3>Method Details</h3>
154155
&quot;labels&quot;: { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
155156
&quot;a_key&quot;: &quot;A String&quot;,
156157
},
158+
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
157159
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}
158160
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
159161
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"baseUrl": "https://connectors.googleapis.com/",
1313
"batchPath": "batch",
1414
"canonicalName": "Connectors",
15-
"description": "",
15+
"description": "Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
1818
"fullyEncodeReservedExpansion": true,
@@ -1055,7 +1055,7 @@
10551055
}
10561056
}
10571057
},
1058-
"revision": "20211106",
1058+
"revision": "20211217",
10591059
"rootUrl": "https://connectors.googleapis.com/",
10601060
"schemas": {
10611061
"AuditConfig": {
@@ -1471,6 +1471,23 @@
14711471
"readOnly": true,
14721472
"type": "object"
14731473
},
1474+
"launchStage": {
1475+
"description": "Output only. Flag to mark the version indicating the launch stage.",
1476+
"enum": [
1477+
"LAUNCH_STAGE_UNSPECIFIED",
1478+
"PREVIEW",
1479+
"GA",
1480+
"DEPRECATED"
1481+
],
1482+
"enumDescriptions": [
1483+
"LAUNCH_STAGE_UNSPECIFIED.",
1484+
"PREVIEW.",
1485+
"GA.",
1486+
"DEPRECATED."
1487+
],
1488+
"readOnly": true,
1489+
"type": "string"
1490+
},
14741491
"name": {
14751492
"description": "Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}",
14761493
"readOnly": true,
@@ -2337,6 +2354,23 @@
23372354
"readOnly": true,
23382355
"type": "object"
23392356
},
2357+
"launchStage": {
2358+
"description": "Output only. Flag to mark the version indicating the launch stage.",
2359+
"enum": [
2360+
"LAUNCH_STAGE_UNSPECIFIED",
2361+
"PREVIEW",
2362+
"GA",
2363+
"DEPRECATED"
2364+
],
2365+
"enumDescriptions": [
2366+
"LAUNCH_STAGE_UNSPECIFIED.",
2367+
"PREVIEW.",
2368+
"GA.",
2369+
"DEPRECATED."
2370+
],
2371+
"readOnly": true,
2372+
"type": "string"
2373+
},
23402374
"name": {
23412375
"description": "Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}",
23422376
"readOnly": true,

0 commit comments

Comments
 (0)