Skip to content

Commit e997245

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - resources.projects.resources.locations.methods.fetchStaticIps (Total Keys: 16) - schemas.FetchStaticIpsResponse (Total Keys: 5)
1 parent 4801251 commit e997245

8 files changed

+502
-404
lines changed

docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115115
<pre>Creates a new connection profile in a given project and location.
116116

117117
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)
119119
body: object, The request body.
120120
The object takes the form of:
121121

@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254
&quot;clientKey&quot;: &quot;A String&quot;, # 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 &#x27;client_certificate&#x27; field is mandatory.
255255
&quot;type&quot;: &quot;A String&quot;, # Output only. The ssl config type according to &#x27;client_key&#x27;, &#x27;client_certificate&#x27; and &#x27;ca_certificate&#x27;.
256256
},
257-
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the destination database&#x27;s public IP. You can retrieve the Cloud SQL instance&#x27;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+
&quot;staticIpConnectivity&quot;: { # 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).
258258
},
259259
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
260260
},
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264
}
265265

266266
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.
268268
skipValidation: boolean, Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
269269
validateOnly: boolean, Optional. Only validate the connection profile, but don&#x27;t create any resources. The default is false. Only supported for Oracle connection profiles.
270270
x__xgafv: string, V1 error format.
@@ -303,7 +303,7 @@ <h3>Method Details</h3>
303303
Args:
304304
name: string, Required. Name of the connection profile resource to delete. (required)
305305
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.
307307
x__xgafv: string, V1 error format.
308308
Allowed values
309309
1 - v1 error format
@@ -482,7 +482,7 @@ <h3>Method Details</h3>
482482
&quot;clientKey&quot;: &quot;A String&quot;, # 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 &#x27;client_certificate&#x27; field is mandatory.
483483
&quot;type&quot;: &quot;A String&quot;, # Output only. The ssl config type according to &#x27;client_key&#x27;, &#x27;client_certificate&#x27; and &#x27;ca_certificate&#x27;.
484484
},
485-
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the destination database&#x27;s public IP. You can retrieve the Cloud SQL instance&#x27;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+
&quot;staticIpConnectivity&quot;: { # 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).
486486
},
487487
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
488488
},
@@ -545,10 +545,10 @@ <h3>Method Details</h3>
545545
<pre>Retrieves a list of all connection profiles in a given project and location.
546546

547547
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)
549549
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 =, !=, &gt;, or &lt;. 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.
550550
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.
552552
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.
553553
x__xgafv: string, V1 error format.
554554
Allowed values
@@ -695,7 +695,7 @@ <h3>Method Details</h3>
695695
&quot;clientKey&quot;: &quot;A String&quot;, # 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 &#x27;client_certificate&#x27; field is mandatory.
696696
&quot;type&quot;: &quot;A String&quot;, # Output only. The ssl config type according to &#x27;client_key&#x27;, &#x27;client_certificate&#x27; and &#x27;ca_certificate&#x27;.
697697
},
698-
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the destination database&#x27;s public IP. You can retrieve the Cloud SQL instance&#x27;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+
&quot;staticIpConnectivity&quot;: { # 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).
699699
},
700700
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
701701
},
@@ -704,7 +704,7 @@ <h3>Method Details</h3>
704704
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, accurate to nanoseconds. Example: &quot;2014-10-02T15:01:23.045123456Z&quot;.
705705
},
706706
],
707-
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
708708
&quot;unreachable&quot;: [ # Locations that could not be reached.
709709
&quot;A String&quot;,
710710
],
@@ -869,7 +869,7 @@ <h3>Method Details</h3>
869869
&quot;clientKey&quot;: &quot;A String&quot;, # 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 &#x27;client_certificate&#x27; field is mandatory.
870870
&quot;type&quot;: &quot;A String&quot;, # Output only. The ssl config type according to &#x27;client_key&#x27;, &#x27;client_certificate&#x27; and &#x27;ca_certificate&#x27;.
871871
},
872-
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the destination database&#x27;s public IP. You can retrieve the Cloud SQL instance&#x27;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+
&quot;staticIpConnectivity&quot;: { # 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).
873873
},
874874
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
875875
},
@@ -878,9 +878,9 @@ <h3>Method Details</h3>
878878
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, accurate to nanoseconds. Example: &quot;2014-10-02T15:01:23.045123456Z&quot;.
879879
}
880880

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.
882882
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.
884884
validateOnly: boolean, Optional. Only validate the connection profile, but don&#x27;t update any resources. The default is false. Only supported for Oracle connection profiles.
885885
x__xgafv: string, V1 error format.
886886
Allowed values

0 commit comments

Comments
 (0)