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.EventingConfig.properties.proxyDestinationConfig.$ref (Total Keys: 1)
- schemas.EventingConfigTemplate.properties.proxyDestinationConfig.$ref (Total Keys: 1)
- schemas.RegionalSettings.properties.provisioned (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent e12e7c5 commit a23804b
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 7 deletions.
40 changes: 40 additions & 0 deletions docs/dyn/connectors_v1.projects.locations.connections.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@ <h3>Method Details</h3>
},
},
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
},
],
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
},
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
Expand Down Expand Up @@ -857,6 +867,16 @@ <h3>Method Details</h3>
},
},
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
},
],
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
},
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
Expand Down Expand Up @@ -1314,6 +1334,16 @@ <h3>Method Details</h3>
},
},
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
},
],
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
},
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
Expand Down Expand Up @@ -1725,6 +1755,16 @@ <h3>Method Details</h3>
},
},
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
},
],
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
},
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}
Expand Down Expand Up @@ -468,7 +468,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}</pre>
Expand Down Expand Up @@ -629,7 +629,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
},
Expand Down Expand Up @@ -801,7 +801,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}
Expand Down
2 changes: 2 additions & 0 deletions docs/dyn/connectors_v1.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ <h3>Method Details</h3>
],
&quot;egressMode&quot;: &quot;A String&quot;, # Optional. Egress mode for the network.
},
&quot;provisioned&quot;: True or False, # Output only. Specifies whether the region is provisioned.
}</pre>
</div>

Expand Down Expand Up @@ -280,6 +281,7 @@ <h3>Method Details</h3>
],
&quot;egressMode&quot;: &quot;A String&quot;, # Optional. Egress mode for the network.
},
&quot;provisioned&quot;: True or False, # Output only. Specifies whether the region is provisioned.
}

updateMask: string, Required. The list of fields to update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,17 @@ <h3>Method Details</h3>
&quot;displayName&quot;: &quot;A String&quot;, # Display name for authentication template.
},
],
&quot;proxyDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Proxy destination config template.
&quot;defaultPort&quot;: 42, # The default port.
&quot;description&quot;: &quot;A String&quot;, # Description.
&quot;displayName&quot;: &quot;A String&quot;, # Display name of the parameter.
&quot;isAdvanced&quot;: True or False, # Whether the current destination tempalate is part of Advanced settings
&quot;key&quot;: &quot;A String&quot;, # Key of the destination.
&quot;max&quot;: 42, # The maximum number of destinations supported for this key.
&quot;min&quot;: 42, # The minimum number of destinations supported for this key.
&quot;portFieldType&quot;: &quot;A String&quot;, # Whether port number should be provided by customers.
&quot;regexPattern&quot;: &quot;A String&quot;, # Regex pattern for host.
},
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
&quot;defaultPort&quot;: 42, # The default port.
&quot;description&quot;: &quot;A String&quot;, # Description.
Expand Down Expand Up @@ -1046,6 +1057,17 @@ <h3>Method Details</h3>
&quot;displayName&quot;: &quot;A String&quot;, # Display name for authentication template.
},
],
&quot;proxyDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Proxy destination config template.
&quot;defaultPort&quot;: 42, # The default port.
&quot;description&quot;: &quot;A String&quot;, # Description.
&quot;displayName&quot;: &quot;A String&quot;, # Display name of the parameter.
&quot;isAdvanced&quot;: True or False, # Whether the current destination tempalate is part of Advanced settings
&quot;key&quot;: &quot;A String&quot;, # Key of the destination.
&quot;max&quot;: 42, # The maximum number of destinations supported for this key.
&quot;min&quot;: 42, # The minimum number of destinations supported for this key.
&quot;portFieldType&quot;: &quot;A String&quot;, # Whether port number should be provided by customers.
&quot;regexPattern&quot;: &quot;A String&quot;, # Regex pattern for host.
},
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
&quot;defaultPort&quot;: 42, # The default port.
&quot;description&quot;: &quot;A String&quot;, # Description.
Expand Down
17 changes: 15 additions & 2 deletions googleapiclient/discovery_cache/documents/connectors.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@
}
}
},
"revision": "20240104",
"revision": "20240116",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3434,7 +3434,7 @@
"type": "string"
},
"serviceAccount": {
"description": "Required. Service account used by runtime plane to access auth config secrets.",
"description": "Optional. Service account used by runtime plane to access auth config secrets.",
"type": "string"
},
"specLocation": {
Expand Down Expand Up @@ -3957,6 +3957,10 @@
"description": "Optional. Private Connectivity Enabled.",
"type": "boolean"
},
"proxyDestinationConfig": {
"$ref": "DestinationConfig",
"description": "Optional. Proxy for Eventing auto-registration."
},
"registrationDestinationConfig": {
"$ref": "DestinationConfig",
"description": "Registration endpoint for auto registration."
Expand Down Expand Up @@ -4023,6 +4027,10 @@
},
"type": "array"
},
"proxyDestinationConfig": {
"$ref": "DestinationConfigTemplate",
"description": "Proxy destination config template."
},
"registrationDestinationConfig": {
"$ref": "DestinationConfigTemplate",
"description": "Registration host destination config template."
Expand Down Expand Up @@ -6004,6 +6012,11 @@ false
"networkConfig": {
"$ref": "NetworkConfig",
"description": "Optional. Regional network config."
},
"provisioned": {
"description": "Output only. Specifies whether the region is provisioned.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
}
}
},
"revision": "20240104",
"revision": "20240116",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AccessCredentials": {
Expand Down

0 comments on commit a23804b

Please sign in to comment.