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
return"", fmt.Errorf("format of BigQueryConnectionConnection external=%q was not known (use projects/<projectId>/locations/<location>/connections/<connectionID>)", r.External)
return"", fmt.Errorf("BigQueryConnectionConnectionRef not normalized to External form or not created from `New()`")
121
109
}
122
110
111
+
// ConnectionID returns the connection ID, a boolean indicating whether the connection ID is specified by user (or generated by service), and an error.
Copy file name to clipboardExpand all lines: config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_bigqueryconnectionconnections.bigqueryconnection.cnrm.cloud.google.com.yaml
+12-8
Original file line number
Diff line number
Diff line change
@@ -305,10 +305,12 @@ spec:
305
305
type: string
306
306
type: object
307
307
resourceID:
308
-
description: The BigQuery ConnectionID. This is a server-generated
309
-
ID in the UUID format. If not provided, ConfigConnector will create
310
-
a new Connection and store the UUID in `status.serviceGeneratedID`
311
-
field.
308
+
description: 'Immutable. Optional. The BigQuery Connection ID used
309
+
for resource creation or acquisition. For creation: If specified,
310
+
this value is used as the connection ID. If not provided, a UUID
311
+
will be generated and assigned as the connection ID. For acquisition:
312
+
This field must be provided to identify the connection resource
313
+
to acquire.'
312
314
type: string
313
315
spark:
314
316
description: Spark properties.
@@ -800,10 +802,12 @@ spec:
800
802
type: string
801
803
type: object
802
804
resourceID:
803
-
description: The BigQuery ConnectionID. This is a server-generated
804
-
ID in the UUID format. If not provided, ConfigConnector will create
805
-
a new Connection and store the UUID in `status.serviceGeneratedID`
806
-
field.
805
+
description: 'Immutable. Optional. The BigQuery Connection ID used
806
+
for resource creation or acquisition. For creation: If specified,
807
+
this value is used as the connection ID. If not provided, a UUID
808
+
will be generated and assigned as the connection ID. For acquisition:
809
+
This field must be provided to identify the connection resource
Copy file name to clipboardExpand all lines: scripts/generate-google3-docs/resource-reference/generated/resource-docs/bigqueryconnection/bigqueryconnectionconnection.md
GET https://bigqueryconnection.googleapis.com/v1/projects/${projectId}/locations/us-central1/connections/test-bqcc-acquisition?%24alt=json%3Benum-encoding%3Dint
POST https://bigqueryconnection.googleapis.com/v1/projects/${projectId}/locations/us-central1/connections?%24alt=json%3Benum-encoding%3Dint&connectionId=test-bqcc-acquisition
0 commit comments