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
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
161
+
"database": "A String", # Optional. Name of the database.
162
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
254
+
"database": "A String", # Optional. Name of the database.
255
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
371
+
"database": "A String", # Optional. Name of the database.
372
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
530
+
"database": "A String", # Optional. Name of the database.
531
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
641
+
"database": "A String", # Optional. Name of the database.
642
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"asset": { # Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB. # Optional. Data asset.
734
+
"database": "A String", # Optional. Name of the database.
735
+
"googleCloudResource": "A String", # Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`
"description": "Represents concrete parameter values for Connector Configuration.",
680
680
"id": "ConnectorConfiguration",
681
681
"properties": {
682
+
"asset": {
683
+
"$ref": "ConnectorConfigurationAsset",
684
+
"description": "Optional. Data asset."
685
+
},
682
686
"authentication": {
683
687
"$ref": "ConnectorConfigurationAuthentication",
684
688
"description": "Client authentication."
@@ -698,6 +702,21 @@
698
702
},
699
703
"type": "object"
700
704
},
705
+
"ConnectorConfigurationAsset": {
706
+
"description": "Data Asset - a resource within instance of the system, reachable under specified endpoint. For example a database name in a SQL DB.",
707
+
"id": "ConnectorConfigurationAsset",
708
+
"properties": {
709
+
"database": {
710
+
"description": "Optional. Name of the database.",
711
+
"type": "string"
712
+
},
713
+
"googleCloudResource": {
714
+
"description": "Full Google Cloud resource name - https://cloud.google.com/apis/design/resource_names#full_resource_name. Example: `//library.googleapis.com/shelves/shelf1/books/book2`",
0 commit comments