Skip to content

Commit

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

The following keys were deleted:
- schemas.SshPublicKey.properties.password.$ref (Total Keys: 1)

The following keys were added:
- schemas.ConnectionSchemaMetadata.properties.name (Total Keys: 2)
- schemas.ConnectionSchemaMetadata.properties.refreshTime (Total Keys: 3)
- schemas.ConnectionSchemaMetadata.properties.state (Total Keys: 2)
- schemas.ConnectionSchemaMetadata.properties.updateTime (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Oct 25, 2022
1 parent 6ef14bc commit bddbbf6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
20 changes: 6 additions & 14 deletions docs/dyn/connectors_v1.projects.locations.connections.html
Expand Up @@ -164,9 +164,6 @@ <h3>Method Details</h3>
},
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
&quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
Expand Down Expand Up @@ -349,9 +346,6 @@ <h3>Method Details</h3>
},
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
&quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
Expand Down Expand Up @@ -433,13 +427,17 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Metadata of connection schema.
{ # ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.
&quot;actions&quot;: [ # Output only. List of actions.
&quot;A String&quot;,
],
&quot;entities&quot;: [ # Output only. List of entity names.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
&quot;refreshTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the connection runtime schema refresh was triggered.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of runtime schema.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the connection runtime schema was updated.
}</pre>
</div>

Expand Down Expand Up @@ -548,9 +546,6 @@ <h3>Method Details</h3>
},
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
&quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
Expand Down Expand Up @@ -679,9 +674,6 @@ <h3>Method Details</h3>
},
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
&quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
Expand Down Expand Up @@ -748,7 +740,7 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}

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.
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`
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
42 changes: 35 additions & 7 deletions googleapiclient/discovery_cache/documents/connectors.v1.json
Expand Up @@ -436,7 +436,7 @@
"type": "string"
},
"updateMask": {
"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.",
"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`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1047,7 +1047,7 @@
}
}
},
"revision": "20220912",
"revision": "20221018",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1436,7 +1436,7 @@
"type": "object"
},
"ConnectionSchemaMetadata": {
"description": "Metadata of connection schema.",
"description": "ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.",
"id": "ConnectionSchemaMetadata",
"properties": {
"actions": {
Expand All @@ -1454,6 +1454,38 @@
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Output only. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
"readOnly": true,
"type": "string"
},
"refreshTime": {
"description": "Output only. Timestamp when the connection runtime schema refresh was triggered.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"state": {
"description": "Output only. The current state of runtime schema.",
"enum": [
"STATE_UNSPECIFIED",
"REFRESHING",
"UPDATED"
],
"enumDescriptions": [
"Default state.",
"Schema refresh is in progress.",
"Schema has been updated."
],
"readOnly": true,
"type": "string"
},
"updateTime": {
"description": "Output only. Timestamp when the connection runtime schema was updated.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -2878,10 +2910,6 @@
"description": "Format of SSH Client cert.",
"type": "string"
},
"password": {
"$ref": "Secret",
"description": "This is an optional field used in case client has enabled multi-factor authentication"
},
"sshClientCert": {
"$ref": "Secret",
"description": "SSH Client Cert. It should contain both public and private key."
Expand Down
Expand Up @@ -478,7 +478,7 @@
}
}
},
"revision": "20220912",
"revision": "20221018",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"Action": {
Expand Down

0 comments on commit bddbbf6

Please sign in to comment.