Skip to content

Commit 5cb3b52

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were deleted: - schemas.Connection.properties.inactive.type (Total Keys: 1) The following keys were added: - schemas.Connection.properties.suspended.type (Total Keys: 1)
1 parent 4fddcac commit 5cb3b52

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/dyn/connectors_v1.projects.locations.connections.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ <h3>Method Details</h3>
188188
],
189189
&quot;envoyImageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
190190
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
191-
&quot;inactive&quot;: True or False, # Optional. Inactive indicates the connection is active to use or not.
192191
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
193192
&quot;a_key&quot;: &quot;A String&quot;,
194193
},
@@ -204,6 +203,7 @@ <h3>Method Details</h3>
204203
&quot;state&quot;: &quot;A String&quot;, # State.
205204
&quot;status&quot;: &quot;A String&quot;, # Status provides detailed information for the state.
206205
},
206+
&quot;suspended&quot;: True or False, # Optional. Suspended indicates if a user has suspended a connection or not.
207207
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
208208
}
209209

@@ -347,7 +347,6 @@ <h3>Method Details</h3>
347347
],
348348
&quot;envoyImageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
349349
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
350-
&quot;inactive&quot;: True or False, # Optional. Inactive indicates the connection is active to use or not.
351350
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
352351
&quot;a_key&quot;: &quot;A String&quot;,
353352
},
@@ -363,6 +362,7 @@ <h3>Method Details</h3>
363362
&quot;state&quot;: &quot;A String&quot;, # State.
364363
&quot;status&quot;: &quot;A String&quot;, # Status provides detailed information for the state.
365364
},
365+
&quot;suspended&quot;: True or False, # Optional. Suspended indicates if a user has suspended a connection or not.
366366
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
367367
}</pre>
368368
</div>
@@ -520,7 +520,6 @@ <h3>Method Details</h3>
520520
],
521521
&quot;envoyImageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
522522
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
523-
&quot;inactive&quot;: True or False, # Optional. Inactive indicates the connection is active to use or not.
524523
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
525524
&quot;a_key&quot;: &quot;A String&quot;,
526525
},
@@ -536,6 +535,7 @@ <h3>Method Details</h3>
536535
&quot;state&quot;: &quot;A String&quot;, # State.
537536
&quot;status&quot;: &quot;A String&quot;, # Status provides detailed information for the state.
538537
},
538+
&quot;suspended&quot;: True or False, # Optional. Suspended indicates if a user has suspended a connection or not.
539539
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
540540
},
541541
],
@@ -625,7 +625,6 @@ <h3>Method Details</h3>
625625
],
626626
&quot;envoyImageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
627627
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
628-
&quot;inactive&quot;: True or False, # Optional. Inactive indicates the connection is active to use or not.
629628
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
630629
&quot;a_key&quot;: &quot;A String&quot;,
631630
},
@@ -641,6 +640,7 @@ <h3>Method Details</h3>
641640
&quot;state&quot;: &quot;A String&quot;, # State.
642641
&quot;status&quot;: &quot;A String&quot;, # Status provides detailed information for the state.
643642
},
643+
&quot;suspended&quot;: True or False, # Optional. Suspended indicates if a user has suspended a connection or not.
644644
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
645645
}
646646

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
}
10561056
}
10571057
},
1058-
"revision": "20211217",
1058+
"revision": "20220120",
10591059
"rootUrl": "https://connectors.googleapis.com/",
10601060
"schemas": {
10611061
"AuditConfig": {
@@ -1330,10 +1330,6 @@
13301330
"readOnly": true,
13311331
"type": "string"
13321332
},
1333-
"inactive": {
1334-
"description": "Optional. Inactive indicates the connection is active to use or not.",
1335-
"type": "boolean"
1336-
},
13371333
"labels": {
13381334
"additionalProperties": {
13391335
"type": "string"
@@ -1364,6 +1360,10 @@
13641360
"description": "Output only. Current status of the connection.",
13651361
"readOnly": true
13661362
},
1363+
"suspended": {
1364+
"description": "Optional. Suspended indicates if a user has suspended a connection or not.",
1365+
"type": "boolean"
1366+
},
13671367
"updateTime": {
13681368
"description": "Output only. Updated time.",
13691369
"format": "google-datetime",

0 commit comments

Comments
 (0)