Skip to content

Commit

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

The following keys were added:
- resources.projects.resources.locations.resources.services.methods.cancelMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.methods.completeMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.methods.startMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list (Total Keys: 20)
- schemas.CancelMigrationRequest (Total Keys: 2)
- schemas.CancelMigrationResponse (Total Keys: 3)
- schemas.CdcConfig (Total Keys: 9)
- schemas.CloudSQLConnectionConfig (Total Keys: 11)
- schemas.CloudSQLMigrationConfig (Total Keys: 4)
- schemas.CompleteMigrationRequest (Total Keys: 2)
- schemas.CompleteMigrationResponse (Total Keys: 3)
- schemas.ListMigrationExecutionsResponse (Total Keys: 7)
- schemas.MigrationExecution (Total Keys: 17)
- schemas.StartMigrationRequest (Total Keys: 4)

#### metastore:v1beta

The following keys were added:
- resources.projects.resources.locations.resources.services.methods.cancelMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.methods.completeMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.methods.startMigration (Total Keys: 12)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list (Total Keys: 20)
- schemas.CancelMigrationRequest (Total Keys: 2)
- schemas.CancelMigrationResponse (Total Keys: 3)
- schemas.CdcConfig (Total Keys: 9)
- schemas.CloudSQLConnectionConfig (Total Keys: 11)
- schemas.CloudSQLMigrationConfig (Total Keys: 4)
- schemas.CompleteMigrationRequest (Total Keys: 2)
- schemas.CompleteMigrationResponse (Total Keys: 3)
- schemas.ListMigrationExecutionsResponse (Total Keys: 7)
- schemas.MigrationExecution (Total Keys: 17)
- schemas.StartMigrationRequest (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent 40ce6ef commit 5961fb6
Show file tree
Hide file tree
Showing 11 changed files with 1,467 additions and 27 deletions.
Expand Up @@ -126,7 +126,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -330,7 +330,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -522,7 +522,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/metastore_v1.projects.locations.services.html
Expand Up @@ -241,7 +241,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -479,7 +479,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -662,7 +662,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -848,7 +848,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down
Expand Up @@ -129,7 +129,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -342,7 +342,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down Expand Up @@ -543,7 +543,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the metastore service was created.
&quot;databaseType&quot;: &quot;A String&quot;, # Immutable. The database type that the Metastore service stores its data.
&quot;encryptionConfig&quot;: { # Encryption settings for the service. # Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
&quot;kmsKey&quot;: &quot;A String&quot;, # The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
},
&quot;endpointUri&quot;: &quot;A String&quot;, # Output only. The URI of the endpoint used to access the metastore service.
&quot;hiveMetastoreConfig&quot;: { # Specifies configuration information specific to running Hive metastore software as the metastore service. # Configuration information specific to running Hive metastore software as the metastore service.
Expand Down

0 comments on commit 5961fb6

Please sign in to comment.