Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(datamigration): update the api
#### datamigration:v1

The following keys were added:
- resources.projects.resources.locations.resources.privateConnections.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.privateConnections.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.privateConnections.methods.testIamPermissions (Total Keys: 12)
- schemas.MigrationJob.properties.cmekKeyName.type (Total Keys: 1)
- schemas.OracleConnectionProfile.properties.ssl.$ref (Total Keys: 1)
- schemas.SqlIpConfig.properties.allocatedIpRange.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent fc784be commit 9dd8562
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 17 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dyn/datamigration_v1.projects.locations.html
Expand Up @@ -175,7 +175,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A resource that represents Google Cloud Platform location.
{ # A resource that represents a Google Cloud location.
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -207,7 +207,7 @@ <h3>Method Details</h3>

{ # The response message for Locations.ListLocations.
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
{ # A resource that represents Google Cloud Platform location.
{ # A resource that represents a Google Cloud location.
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
Expand Up @@ -141,6 +141,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Represents a Database Migration Service migration job object.
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The CMEK (customer-managed encryption key) fully qualified key name used for the migration job. This field supports all migration jobs types except for: * Mysql to Mysql (use the cmek field in the cloudsql connection profile instead). * PostrgeSQL to PostgreSQL (use the cmek field in the cloudsql connection profile instead). * PostgreSQL to AlloyDB (use the kms_key_name field in the alloydb connection profile instead). Each Cloud CMEK key has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
&quot;conversionWorkspace&quot;: { # A conversion workspace&#x27;s version. # The conversion workspace used by the migration.
&quot;commitId&quot;: &quot;A String&quot;, # The commit ID of the conversion workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name (URI) of the conversion workspace.
Expand Down Expand Up @@ -317,6 +318,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Represents a Database Migration Service migration job object.
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The CMEK (customer-managed encryption key) fully qualified key name used for the migration job. This field supports all migration jobs types except for: * Mysql to Mysql (use the cmek field in the cloudsql connection profile instead). * PostrgeSQL to PostgreSQL (use the cmek field in the cloudsql connection profile instead). * PostgreSQL to AlloyDB (use the kms_key_name field in the alloydb connection profile instead). Each Cloud CMEK key has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
&quot;conversionWorkspace&quot;: { # A conversion workspace&#x27;s version. # The conversion workspace used by the migration.
&quot;commitId&quot;: &quot;A String&quot;, # The commit ID of the conversion workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name (URI) of the conversion workspace.
Expand Down Expand Up @@ -445,6 +447,7 @@ <h3>Method Details</h3>
{ # Response message for &#x27;ListMigrationJobs&#x27; request.
&quot;migrationJobs&quot;: [ # The list of migration jobs objects.
{ # Represents a Database Migration Service migration job object.
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The CMEK (customer-managed encryption key) fully qualified key name used for the migration job. This field supports all migration jobs types except for: * Mysql to Mysql (use the cmek field in the cloudsql connection profile instead). * PostrgeSQL to PostgreSQL (use the cmek field in the cloudsql connection profile instead). * PostgreSQL to AlloyDB (use the kms_key_name field in the alloydb connection profile instead). Each Cloud CMEK key has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
&quot;conversionWorkspace&quot;: { # A conversion workspace&#x27;s version. # The conversion workspace used by the migration.
&quot;commitId&quot;: &quot;A String&quot;, # The commit ID of the conversion workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name (URI) of the conversion workspace.
Expand Down Expand Up @@ -534,6 +537,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Represents a Database Migration Service migration job object.
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The CMEK (customer-managed encryption key) fully qualified key name used for the migration job. This field supports all migration jobs types except for: * Mysql to Mysql (use the cmek field in the cloudsql connection profile instead). * PostrgeSQL to PostgreSQL (use the cmek field in the cloudsql connection profile instead). * PostgreSQL to AlloyDB (use the kms_key_name field in the alloydb connection profile instead). Each Cloud CMEK key has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
&quot;conversionWorkspace&quot;: { # A conversion workspace&#x27;s version. # The conversion workspace used by the migration.
&quot;commitId&quot;: &quot;A String&quot;, # The commit ID of the conversion workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name (URI) of the conversion workspace.
Expand Down

0 comments on commit 9dd8562

Please sign in to comment.