@@ -149554,6 +149554,7 @@
149554149554"/datastream:v1/AppendOnly": append_only
149555149555"/datastream:v1/AvroFileFormat": avro_file_format
149556149556"/datastream:v1/BackfillAllStrategy": backfill_all_strategy
149557+ "/datastream:v1/BackfillAllStrategy/mongodbExcludedObjects": mongodb_excluded_objects
149557149558"/datastream:v1/BackfillAllStrategy/mysqlExcludedObjects": mysql_excluded_objects
149558149559"/datastream:v1/BackfillAllStrategy/oracleExcludedObjects": oracle_excluded_objects
149559149560"/datastream:v1/BackfillAllStrategy/postgresqlExcludedObjects": postgresql_excluded_objects
@@ -149598,6 +149599,7 @@
149598149599"/datastream:v1/ConnectionProfile/gcsProfile": gcs_profile
149599149600"/datastream:v1/ConnectionProfile/labels": labels
149600149601"/datastream:v1/ConnectionProfile/labels/label": label
149602+ "/datastream:v1/ConnectionProfile/mongodbProfile": mongodb_profile
149601149603"/datastream:v1/ConnectionProfile/mysqlProfile": mysql_profile
149602149604"/datastream:v1/ConnectionProfile/name": name
149603149605"/datastream:v1/ConnectionProfile/oracleProfile": oracle_profile
@@ -149622,14 +149624,18 @@
149622149624"/datastream:v1/DiscoverConnectionProfileRequest/connectionProfileName": connection_profile_name
149623149625"/datastream:v1/DiscoverConnectionProfileRequest/fullHierarchy": full_hierarchy
149624149626"/datastream:v1/DiscoverConnectionProfileRequest/hierarchyDepth": hierarchy_depth
149627+ "/datastream:v1/DiscoverConnectionProfileRequest/mongodbCluster": mongodb_cluster
149625149628"/datastream:v1/DiscoverConnectionProfileRequest/mysqlRdbms": mysql_rdbms
149626149629"/datastream:v1/DiscoverConnectionProfileRequest/oracleRdbms": oracle_rdbms
149627149630"/datastream:v1/DiscoverConnectionProfileRequest/postgresqlRdbms": postgresql_rdbms
149631+ "/datastream:v1/DiscoverConnectionProfileRequest/salesforceOrg": salesforce_org
149628149632"/datastream:v1/DiscoverConnectionProfileRequest/sqlServerRdbms": sql_server_rdbms
149629149633"/datastream:v1/DiscoverConnectionProfileResponse": discover_connection_profile_response
149634+ "/datastream:v1/DiscoverConnectionProfileResponse/mongodbCluster": mongodb_cluster
149630149635"/datastream:v1/DiscoverConnectionProfileResponse/mysqlRdbms": mysql_rdbms
149631149636"/datastream:v1/DiscoverConnectionProfileResponse/oracleRdbms": oracle_rdbms
149632149637"/datastream:v1/DiscoverConnectionProfileResponse/postgresqlRdbms": postgresql_rdbms
149638+ "/datastream:v1/DiscoverConnectionProfileResponse/salesforceOrg": salesforce_org
149633149639"/datastream:v1/DiscoverConnectionProfileResponse/sqlServerRdbms": sql_server_rdbms
149634149640"/datastream:v1/DropLargeObjects": drop_large_objects
149635149641"/datastream:v1/Empty": empty
@@ -149660,6 +149666,9 @@
149660149666"/datastream:v1/GcsProfile/bucket": bucket
149661149667"/datastream:v1/GcsProfile/rootPath": root_path
149662149668"/datastream:v1/Gtid": gtid
149669+ "/datastream:v1/HostAddress": host_address
149670+ "/datastream:v1/HostAddress/hostname": hostname
149671+ "/datastream:v1/HostAddress/port": port
149663149672"/datastream:v1/JsonFileFormat": json_file_format
149664149673"/datastream:v1/JsonFileFormat/compression": compression
149665149674"/datastream:v1/JsonFileFormat/schemaFileFormat": schema_file_format
@@ -149714,6 +149723,34 @@
149714149723"/datastream:v1/LookupStreamObjectRequest": lookup_stream_object_request
149715149724"/datastream:v1/LookupStreamObjectRequest/sourceObjectIdentifier": source_object_identifier
149716149725"/datastream:v1/Merge": merge
149726+ "/datastream:v1/MongodbCluster": mongodb_cluster
149727+ "/datastream:v1/MongodbCluster/databases": databases
149728+ "/datastream:v1/MongodbCluster/databases/database": database
149729+ "/datastream:v1/MongodbCollection": mongodb_collection
149730+ "/datastream:v1/MongodbCollection/collection": collection
149731+ "/datastream:v1/MongodbCollection/fields": fields
149732+ "/datastream:v1/MongodbCollection/fields/field": field
149733+ "/datastream:v1/MongodbDatabase": mongodb_database
149734+ "/datastream:v1/MongodbDatabase/collections": collections
149735+ "/datastream:v1/MongodbDatabase/collections/collection": collection
149736+ "/datastream:v1/MongodbDatabase/database": database
149737+ "/datastream:v1/MongodbField": mongodb_field
149738+ "/datastream:v1/MongodbField/field": field
149739+ "/datastream:v1/MongodbObjectIdentifier": mongodb_object_identifier
149740+ "/datastream:v1/MongodbObjectIdentifier/collection": collection
149741+ "/datastream:v1/MongodbObjectIdentifier/database": database
149742+ "/datastream:v1/MongodbProfile": mongodb_profile
149743+ "/datastream:v1/MongodbProfile/hostAddresses": host_addresses
149744+ "/datastream:v1/MongodbProfile/hostAddresses/host_address": host_address
149745+ "/datastream:v1/MongodbProfile/password": password
149746+ "/datastream:v1/MongodbProfile/replicaSet": replica_set
149747+ "/datastream:v1/MongodbProfile/secretManagerStoredPassword": secret_manager_stored_password
149748+ "/datastream:v1/MongodbProfile/srvConnectionFormat": srv_connection_format
149749+ "/datastream:v1/MongodbProfile/standardConnectionFormat": standard_connection_format
149750+ "/datastream:v1/MongodbProfile/username": username
149751+ "/datastream:v1/MongodbSourceConfig": mongodb_source_config
149752+ "/datastream:v1/MongodbSourceConfig/excludeObjects": exclude_objects
149753+ "/datastream:v1/MongodbSourceConfig/includeObjects": include_objects
149717149754"/datastream:v1/MostRecentStartPosition": most_recent_start_position
149718149755"/datastream:v1/MysqlColumn": mysql_column
149719149756"/datastream:v1/MysqlColumn/collation": collation
@@ -149947,6 +149984,7 @@
149947149984"/datastream:v1/SingleTargetDataset": single_target_dataset
149948149985"/datastream:v1/SingleTargetDataset/datasetId": dataset_id
149949149986"/datastream:v1/SourceConfig": source_config
149987+ "/datastream:v1/SourceConfig/mongodbSourceConfig": mongodb_source_config
149950149988"/datastream:v1/SourceConfig/mysqlSourceConfig": mysql_source_config
149951149989"/datastream:v1/SourceConfig/oracleSourceConfig": oracle_source_config
149952149990"/datastream:v1/SourceConfig/postgresqlSourceConfig": postgresql_source_config
@@ -149956,6 +149994,7 @@
149956149994"/datastream:v1/SourceHierarchyDatasets": source_hierarchy_datasets
149957149995"/datastream:v1/SourceHierarchyDatasets/datasetTemplate": dataset_template
149958149996"/datastream:v1/SourceObjectIdentifier": source_object_identifier
149997+ "/datastream:v1/SourceObjectIdentifier/mongodbIdentifier": mongodb_identifier
149959149998"/datastream:v1/SourceObjectIdentifier/mysqlIdentifier": mysql_identifier
149960149999"/datastream:v1/SourceObjectIdentifier/oracleIdentifier": oracle_identifier
149961150000"/datastream:v1/SourceObjectIdentifier/postgresqlIdentifier": postgresql_identifier
@@ -150007,6 +150046,8 @@
150007150046"/datastream:v1/SqlServerTable/columns/column": column
150008150047"/datastream:v1/SqlServerTable/table": table
150009150048"/datastream:v1/SqlServerTransactionLogs": sql_server_transaction_logs
150049+ "/datastream:v1/SrvConnectionFormat": srv_connection_format
150050+ "/datastream:v1/StandardConnectionFormat": standard_connection_format
150010150051"/datastream:v1/StartBackfillJobRequest": start_backfill_job_request
150011150052"/datastream:v1/StartBackfillJobResponse": start_backfill_job_response
150012150053"/datastream:v1/StartBackfillJobResponse/object": object
@@ -150104,6 +150145,7 @@
150104150145"/datastream:v1/datastream.projects.locations.get": get_project_location
150105150146"/datastream:v1/datastream.projects.locations.get/name": name
150106150147"/datastream:v1/datastream.projects.locations.list": list_project_locations
150148+ "/datastream:v1/datastream.projects.locations.list/extraLocationTypes": extra_location_types
150107150149"/datastream:v1/datastream.projects.locations.list/filter": filter
150108150150"/datastream:v1/datastream.projects.locations.list/name": name
150109150151"/datastream:v1/datastream.projects.locations.list/pageSize": page_size
0 commit comments