Skip to content

Commit

Permalink
feat(connectors): update the api
Browse files Browse the repository at this point in the history
#### connectors:v1

The following keys were added:
- schemas.Connector.properties.launchStage (Total Keys: 2)
- schemas.Provider.properties.launchStage (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 11, 2022
1 parent ce5edd1 commit bc9062b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
Expand Up @@ -120,6 +120,7 @@ <h3>Method Details</h3>
&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
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
Expand Down Expand Up @@ -153,6 +154,7 @@ <h3>Method Details</h3>
&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
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
Expand Down
Expand Up @@ -120,6 +120,7 @@ <h3>Method Details</h3>
&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
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
Expand Down Expand Up @@ -154,6 +155,7 @@ <h3>Method Details</h3>
&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
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;launchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
&quot;webAssetsLocation&quot;: &quot;A String&quot;, # Output only. Cloud storage location of icons etc consumed by UI.
Expand Down
38 changes: 36 additions & 2 deletions googleapiclient/discovery_cache/documents/connectors.v1.json
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://connectors.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Connectors",
"description": "",
"description": "Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1055,7 +1055,7 @@
}
}
},
"revision": "20211106",
"revision": "20211217",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1471,6 +1471,23 @@
"readOnly": true,
"type": "object"
},
"launchStage": {
"description": "Output only. Flag to mark the version indicating the launch stage.",
"enum": [
"LAUNCH_STAGE_UNSPECIFIED",
"PREVIEW",
"GA",
"DEPRECATED"
],
"enumDescriptions": [
"LAUNCH_STAGE_UNSPECIFIED.",
"PREVIEW.",
"GA.",
"DEPRECATED."
],
"readOnly": true,
"type": "string"
},
"name": {
"description": "Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}",
"readOnly": true,
Expand Down Expand Up @@ -2337,6 +2354,23 @@
"readOnly": true,
"type": "object"
},
"launchStage": {
"description": "Output only. Flag to mark the version indicating the launch stage.",
"enum": [
"LAUNCH_STAGE_UNSPECIFIED",
"PREVIEW",
"GA",
"DEPRECATED"
],
"enumDescriptions": [
"LAUNCH_STAGE_UNSPECIFIED.",
"PREVIEW.",
"GA.",
"DEPRECATED."
],
"readOnly": true,
"type": "string"
},
"name": {
"description": "Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}",
"readOnly": true,
Expand Down

0 comments on commit bc9062b

Please sign in to comment.