You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/connectors_v1.projects.locations.connections.html
+6-14
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,6 @@ <h3>Method Details</h3>
164
164
},
165
165
"sshPublicKey": { # Parameters to support Ssh public key Authentication. # SSH Public Key.
166
166
"certType": "A String", # Format of SSH Client cert.
167
-
"password": { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
168
-
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
169
-
},
170
167
"sshClientCert": { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
171
168
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
172
169
},
@@ -349,9 +346,6 @@ <h3>Method Details</h3>
349
346
},
350
347
"sshPublicKey": { # Parameters to support Ssh public key Authentication. # SSH Public Key.
351
348
"certType": "A String", # Format of SSH Client cert.
352
-
"password": { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
353
-
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
354
-
},
355
349
"sshClientCert": { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
356
350
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
357
351
},
@@ -433,13 +427,17 @@ <h3>Method Details</h3>
433
427
Returns:
434
428
An object of the form:
435
429
436
-
{ # Metadata of connection schema.
430
+
{ # ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.
437
431
"actions": [ # Output only. List of actions.
438
432
"A String",
439
433
],
440
434
"entities": [ # Output only. List of entity names.
"refreshTime": "A String", # Output only. Timestamp when the connection runtime schema refresh was triggered.
439
+
"state": "A String", # Output only. The current state of runtime schema.
440
+
"updateTime": "A String", # Output only. Timestamp when the connection runtime schema was updated.
443
441
}</pre>
444
442
</div>
445
443
@@ -548,9 +546,6 @@ <h3>Method Details</h3>
548
546
},
549
547
"sshPublicKey": { # Parameters to support Ssh public key Authentication. # SSH Public Key.
550
548
"certType": "A String", # Format of SSH Client cert.
551
-
"password": { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
552
-
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
553
-
},
554
549
"sshClientCert": { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
555
550
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
556
551
},
@@ -679,9 +674,6 @@ <h3>Method Details</h3>
679
674
},
680
675
"sshPublicKey": { # Parameters to support Ssh public key Authentication. # SSH Public Key.
681
676
"certType": "A String", # Format of SSH Client cert.
682
-
"password": { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
683
-
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
684
-
},
685
677
"sshClientCert": { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
686
678
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the Connection resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
743
+
updateMask: string, Required. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config`
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/connectors.v1.json
+35-7
Original file line number
Diff line number
Diff line change
@@ -436,7 +436,7 @@
436
436
"type": "string"
437
437
},
438
438
"updateMask": {
439
-
"description": "Required. Field mask is used to specify the fields to be overwritten in the Connection resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
439
+
"description": "Required. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config`",
440
440
"format": "google-fieldmask",
441
441
"location": "query",
442
442
"type": "string"
@@ -1047,7 +1047,7 @@
1047
1047
}
1048
1048
}
1049
1049
},
1050
-
"revision": "20220912",
1050
+
"revision": "20221018",
1051
1051
"rootUrl": "https://connectors.googleapis.com/",
1052
1052
"schemas": {
1053
1053
"AuditConfig": {
@@ -1436,7 +1436,7 @@
1436
1436
"type": "object"
1437
1437
},
1438
1438
"ConnectionSchemaMetadata": {
1439
-
"description": "Metadata of connection schema.",
1439
+
"description": "ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.",
0 commit comments