-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: [google-cloud-datastream] A new method RunStream is added to service Datastream
#13293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileRequest` feat: A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileResponse` feat: A new message `RunStreamRequest` is added feat: A new field `oracle_ssl_config` is added to message `.google.cloud.datastream.v1.OracleProfile` feat: A new field `oracle_asm_config` is added to message `.google.cloud.datastream.v1.OracleProfile` feat: A new field `secret_manager_stored_password` is added to message `.google.cloud.datastream.v1.OracleProfile` feat: A new message `OracleAsmConfig` is added feat: A new message `SqlServerProfile` is added feat: A new message `OracleSslConfig` is added feat: A new field `sql_server_profile` is added to message `.google.cloud.datastream.v1.ConnectionProfile` feat: A new message `LogMiner` is added feat: A new message `BinaryLogParser` is added feat: A new field `log_miner` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` feat: A new field `binary_log_parser` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` feat: A new message `SqlServerColumn` is added feat: A new message `SqlServerTable` is added feat: A new message `SqlServerSchema` is added feat: A new message `SqlServerRdbms` is added feat: A new message `SqlServerSourceConfig` is added feat: A new message `SqlServerTransactionLogs` is added feat: A new message `SqlServerChangeTables` is added feat: A new message `BinaryLogPosition` is added feat: A new message `Gtid` is added feat: A new field `binary_log_position` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` feat: A new field `gtid` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` feat: A new field `sql_server_source_config` is added to message `.google.cloud.datastream.v1.SourceConfig` feat: A new message `AppendOnly` is added feat: A new message `Merge` is added feat: A new field `merge` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` feat: A new field `append_only` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` feat: A new field `sql_server_excluded_objects` is added to message `.google.cloud.datastream.v1.Stream` feat: A new field `last_recovery_time` is added to message `.google.cloud.datastream.v1.Stream` feat: A new message `SqlServerObjectIdentifier` is added feat: A new field `sql_server_identifier` is added to message `.google.cloud.datastream.v1.SourceObjectIdentifier` feat: A new value `WARNING` is added to enum `State` feat: A new message `CdcStrategy` is added feat: A new message `SqlServerLsnPosition` is added feat: A new message `OracleScnPosition` is added feat: A new message `MysqlLogPosition` is added docs: A comment for field `requested_cancellation` in message `.google.cloud.datastream.v1.OperationMetadata` is changed docs: A comment for message `OracleProfile` is changed docs: A comment for field `password` in message `.google.cloud.datastream.v1.OracleProfile` is changed docs: A comment for message `MysqlProfile` is changed docs: A comment for field `password` in message `.google.cloud.datastream.v1.MysqlProfile` is changed docs: A comment for field `password` in message `.google.cloud.datastream.v1.PostgresqlProfile` is changed docs: A comment for field `stream_large_objects` in message `.google.cloud.datastream.v1.OracleSourceConfig` is changed docs: A comment for field `dataset_id` in message `.google.cloud.datastream.v1.BigQueryDestinationConfig` is changed docs: A comment for field `state` in message `.google.cloud.datastream.v1.BackfillJob` is changed docs: A comment for field `state` in message `.google.cloud.datastream.v1.Validation` is changed PiperOrigin-RevId: 698715682 Source-Link: googleapis/googleapis@798a8be Source-Link: googleapis/googleapis-gen@c1fe03a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFzdHJlYW0vLk93bEJvdC55YW1sIiwiaCI6ImMxZmUwM2E4MThjOWMxMGIyZDU4YmE3ZjM0ZWI2NmMzZjBhMDgxOWEifQ==
|
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
ohmayr
approved these changes
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
feat: A new method
RunStreamis added to serviceDatastreamfeat: A new field
sql_server_rdbmsis added to message.google.cloud.datastream.v1.DiscoverConnectionProfileRequestfeat: A new field
sql_server_rdbmsis added to message.google.cloud.datastream.v1.DiscoverConnectionProfileResponsefeat: A new message
RunStreamRequestis addedfeat: A new field
oracle_ssl_configis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new field
oracle_asm_configis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new field
secret_manager_stored_passwordis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new message
OracleAsmConfigis addedfeat: A new message
SqlServerProfileis addedfeat: A new message
OracleSslConfigis addedfeat: A new field
sql_server_profileis added to message.google.cloud.datastream.v1.ConnectionProfilefeat: A new message
LogMineris addedfeat: A new message
BinaryLogParseris addedfeat: A new field
log_mineris added to message.google.cloud.datastream.v1.OracleSourceConfigfeat: A new field
binary_log_parseris added to message.google.cloud.datastream.v1.OracleSourceConfigfeat: A new message
SqlServerColumnis addedfeat: A new message
SqlServerTableis addedfeat: A new message
SqlServerSchemais addedfeat: A new message
SqlServerRdbmsis addedfeat: A new message
SqlServerSourceConfigis addedfeat: A new message
SqlServerTransactionLogsis addedfeat: A new message
SqlServerChangeTablesis addedfeat: A new message
BinaryLogPositionis addedfeat: A new message
Gtidis addedfeat: A new field
binary_log_positionis added to message.google.cloud.datastream.v1.MysqlSourceConfigfeat: A new field
gtidis added to message.google.cloud.datastream.v1.MysqlSourceConfigfeat: A new field
sql_server_source_configis added to message.google.cloud.datastream.v1.SourceConfigfeat: A new message
AppendOnlyis addedfeat: A new message
Mergeis addedfeat: A new field
mergeis added to message.google.cloud.datastream.v1.BigQueryDestinationConfigfeat: A new field
append_onlyis added to message.google.cloud.datastream.v1.BigQueryDestinationConfigfeat: A new field
sql_server_excluded_objectsis added to message.google.cloud.datastream.v1.Streamfeat: A new field
last_recovery_timeis added to message.google.cloud.datastream.v1.Streamfeat: A new message
SqlServerObjectIdentifieris addedfeat: A new field
sql_server_identifieris added to message.google.cloud.datastream.v1.SourceObjectIdentifierfeat: A new value
WARNINGis added to enumStatefeat: A new message
CdcStrategyis addedfeat: A new message
SqlServerLsnPositionis addedfeat: A new message
OracleScnPositionis addedfeat: A new message
MysqlLogPositionis addeddocs: A comment for field
requested_cancellationin message.google.cloud.datastream.v1.OperationMetadatais changeddocs: A comment for message
OracleProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.OracleProfileis changeddocs: A comment for message
MysqlProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.MysqlProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.PostgresqlProfileis changeddocs: A comment for field
stream_large_objectsin message.google.cloud.datastream.v1.OracleSourceConfigis changeddocs: A comment for field
dataset_idin message.google.cloud.datastream.v1.BigQueryDestinationConfigis changeddocs: A comment for field
statein message.google.cloud.datastream.v1.BackfillJobis changeddocs: A comment for field
statein message.google.cloud.datastream.v1.Validationis changedEND_COMMIT_OVERRIDE
feat: A new field
sql_server_rdbmsis added to message.google.cloud.datastream.v1.DiscoverConnectionProfileRequestfeat: A new field
sql_server_rdbmsis added to message.google.cloud.datastream.v1.DiscoverConnectionProfileResponsefeat: A new message
RunStreamRequestis addedfeat: A new field
oracle_ssl_configis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new field
oracle_asm_configis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new field
secret_manager_stored_passwordis added to message.google.cloud.datastream.v1.OracleProfilefeat: A new message
OracleAsmConfigis addedfeat: A new message
SqlServerProfileis addedfeat: A new message
OracleSslConfigis addedfeat: A new field
sql_server_profileis added to message.google.cloud.datastream.v1.ConnectionProfilefeat: A new message
LogMineris addedfeat: A new message
BinaryLogParseris addedfeat: A new field
log_mineris added to message.google.cloud.datastream.v1.OracleSourceConfigfeat: A new field
binary_log_parseris added to message.google.cloud.datastream.v1.OracleSourceConfigfeat: A new message
SqlServerColumnis addedfeat: A new message
SqlServerTableis addedfeat: A new message
SqlServerSchemais addedfeat: A new message
SqlServerRdbmsis addedfeat: A new message
SqlServerSourceConfigis addedfeat: A new message
SqlServerTransactionLogsis addedfeat: A new message
SqlServerChangeTablesis addedfeat: A new message
BinaryLogPositionis addedfeat: A new message
Gtidis addedfeat: A new field
binary_log_positionis added to message.google.cloud.datastream.v1.MysqlSourceConfigfeat: A new field
gtidis added to message.google.cloud.datastream.v1.MysqlSourceConfigfeat: A new field
sql_server_source_configis added to message.google.cloud.datastream.v1.SourceConfigfeat: A new message
AppendOnlyis addedfeat: A new message
Mergeis addedfeat: A new field
mergeis added to message.google.cloud.datastream.v1.BigQueryDestinationConfigfeat: A new field
append_onlyis added to message.google.cloud.datastream.v1.BigQueryDestinationConfigfeat: A new field
sql_server_excluded_objectsis added to message.google.cloud.datastream.v1.Streamfeat: A new field
last_recovery_timeis added to message.google.cloud.datastream.v1.Streamfeat: A new message
SqlServerObjectIdentifieris addedfeat: A new field
sql_server_identifieris added to message.google.cloud.datastream.v1.SourceObjectIdentifierfeat: A new value
WARNINGis added to enumStatefeat: A new message
CdcStrategyis addedfeat: A new message
SqlServerLsnPositionis addedfeat: A new message
OracleScnPositionis addedfeat: A new message
MysqlLogPositionis addeddocs: A comment for field
requested_cancellationin message.google.cloud.datastream.v1.OperationMetadatais changeddocs: A comment for message
OracleProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.OracleProfileis changeddocs: A comment for message
MysqlProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.MysqlProfileis changeddocs: A comment for field
passwordin message.google.cloud.datastream.v1.PostgresqlProfileis changeddocs: A comment for field
stream_large_objectsin message.google.cloud.datastream.v1.OracleSourceConfigis changeddocs: A comment for field
dataset_idin message.google.cloud.datastream.v1.BigQueryDestinationConfigis changeddocs: A comment for field
statein message.google.cloud.datastream.v1.BackfillJobis changeddocs: A comment for field
statein message.google.cloud.datastream.v1.Validationis changedPiperOrigin-RevId: 698715682
Source-Link: googleapis/googleapis@798a8be
Source-Link: https://github.com/googleapis/googleapis-gen/commit/c1fe03a818c9c10b2d58ba7f34eb66c3f0a0819a
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFzdHJlYW0vLk93bEJvdC55YW1sIiwiaCI6ImMxZmUwM2E4MThjOWMxMGIyZDU4YmE3ZjM0ZWI2NmMzZjBhMDgxOWEifQ==