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/datamigration_v1.projects.locations.connectionProfiles.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115
115
<pre>Creates a new connection profile in a given project and location.
116
116
117
117
Args:
118
-
parent: string, Required. The parent, which owns this collection of connection profiles. (required)
118
+
parent: string, Required. The parent which owns this collection of connection profiles. (required)
119
119
body: object, The request body.
120
120
The object takes the form of:
121
121
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254
254
"clientKey": "A String", # Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
255
255
"type": "A String", # Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
256
256
},
257
-
"staticIpConnectivity": { # The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
257
+
"staticIpConnectivity": { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
258
258
},
259
259
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
260
260
},
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
}
265
265
266
266
connectionProfileId: string, Required. The connection profile identifier.
267
-
requestId: string, Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
267
+
requestId: string, Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
268
268
skipValidation: boolean, Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
269
269
validateOnly: boolean, Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.
270
270
x__xgafv: string, V1 error format.
@@ -303,7 +303,7 @@ <h3>Method Details</h3>
303
303
Args:
304
304
name: string, Required. Name of the connection profile resource to delete. (required)
305
305
force: boolean, In case of force delete, the CloudSQL replica database is also deleted (only for CloudSQL connection profile).
306
-
requestId: string, A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
306
+
requestId: string, A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
307
307
x__xgafv: string, V1 error format.
308
308
Allowed values
309
309
1 - v1 error format
@@ -482,7 +482,7 @@ <h3>Method Details</h3>
482
482
"clientKey": "A String", # Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
483
483
"type": "A String", # Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
484
484
},
485
-
"staticIpConnectivity": { # The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
485
+
"staticIpConnectivity": { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
486
486
},
487
487
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
488
488
},
@@ -545,10 +545,10 @@ <h3>Method Details</h3>
545
545
<pre>Retrieves a list of all connection profiles in a given project and location.
546
546
547
547
Args:
548
-
parent: string, Required. The parent, which owns this collection of connection profiles. (required)
548
+
parent: string, Required. The parent which owns this collection of connection profiles. (required)
549
549
filter: string, A filter expression that filters connection profiles listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <. For example, list connection profiles created this year by specifying **createTime %gt; 2020-01-01T00:00:00.000000000Z**. You can also filter nested fields. For example, you could specify **mySql.username = %lt;my_username%gt;** to list all connection profiles configured to connect with a specific username.
550
550
orderBy: string, A comma-separated list of fields to order results according to.
551
-
pageSize: integer, The maximum number of connection profiles to return. The service may return fewer than this value. If unspecified, at most 50 connection profiles will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
551
+
pageSize: integer, The maximum number of connection profiles to return. The service may return fewer than this value. If unspecified, at most 50 connection profiles will be returned. The maximum value is 1000; values above 1000 are coerced to 1000.
552
552
pageToken: string, A page token, received from a previous `ListConnectionProfiles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnectionProfiles` must match the call that provided the page token.
553
553
x__xgafv: string, V1 error format.
554
554
Allowed values
@@ -695,7 +695,7 @@ <h3>Method Details</h3>
695
695
"clientKey": "A String", # Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
696
696
"type": "A String", # Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
697
697
},
698
-
"staticIpConnectivity": { # The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
698
+
"staticIpConnectivity": { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
699
699
},
700
700
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
701
701
},
@@ -704,7 +704,7 @@ <h3>Method Details</h3>
704
704
"updateTime": "A String", # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
705
705
},
706
706
],
707
-
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
707
+
"nextPageToken": "A String", # A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
708
708
"unreachable": [ # Locations that could not be reached.
709
709
"A String",
710
710
],
@@ -869,7 +869,7 @@ <h3>Method Details</h3>
869
869
"clientKey": "A String", # Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
870
870
"type": "A String", # Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
871
871
},
872
-
"staticIpConnectivity": { # The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
872
+
"staticIpConnectivity": { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # Static ip connectivity data (default, no additional details needed).
873
873
},
874
874
"username": "A String", # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
875
875
},
@@ -878,9 +878,9 @@ <h3>Method Details</h3>
878
878
"updateTime": "A String", # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
879
879
}
880
880
881
-
requestId: string, Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
881
+
requestId: string, Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
882
882
skipValidation: boolean, Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
883
-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the connection profile resource by the update.
883
+
updateMask: string, Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.
884
884
validateOnly: boolean, Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.
0 commit comments