Skip to content

Commit

Permalink
test: disable retry-request for streaming tests (#48)
Browse files Browse the repository at this point in the history
* fix: fix typings for IAM methods
docs: fixed links in the generated Markdown documentation

PiperOrigin-RevId: 551610576

Source-Link: googleapis/googleapis@73b1313

Source-Link: googleapis/googleapis-gen@8bec066
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGJlYzA2NjQ5MmE2ZGEyODU1YjFiOGNlNTYyNjY0YzBhNmIzMGIwMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* test: disable retry-request for streaming tests

PiperOrigin-RevId: 554648220

Source-Link: googleapis/googleapis@53cd9ad

Source-Link: googleapis/googleapis-gen@7e8867e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2U4ODY3ZWZiZWQ3ZGJmZTVlZjZlYzNjMmM5MmE0YmNlNDI4MGY3YSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent 50683d6 commit 1e6669c
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 73 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,335 @@
{
"clientLibrary": {
"name": "nodejs-migration",
"version": "1.0.0",
"language": "TYPESCRIPT",
"apis": [
{
"id": "google.cloud.bigquery.migration.v2",
"version": "v2"
}
]
},
"snippets": [
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_CreateMigrationWorkflow_async",
"title": "MigrationService createMigrationWorkflow Sample",
"origin": "API_DEFINITION",
"description": " Creates a migration workflow.",
"canonical": true,
"file": "migration_service.create_migration_workflow.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 59,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "CreateMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.CreateMigrationWorkflow",
"async": true,
"parameters": [
{
"name": "parent",
"type": "TYPE_STRING"
},
{
"name": "migration_workflow",
"type": ".google.cloud.bigquery.migration.v2.MigrationWorkflow"
}
],
"resultType": ".google.cloud.bigquery.migration.v2.MigrationWorkflow",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "CreateMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.CreateMigrationWorkflow",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_GetMigrationWorkflow_async",
"title": "MigrationService getMigrationWorkflow Sample",
"origin": "API_DEFINITION",
"description": " Gets a previously created migration workflow.",
"canonical": true,
"file": "migration_service.get_migration_workflow.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 58,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "GetMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationWorkflow",
"async": true,
"parameters": [
{
"name": "name",
"type": "TYPE_STRING"
},
{
"name": "read_mask",
"type": ".google.protobuf.FieldMask"
}
],
"resultType": ".google.cloud.bigquery.migration.v2.MigrationWorkflow",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "GetMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationWorkflow",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_ListMigrationWorkflows_async",
"title": "MigrationService listMigrationWorkflows Sample",
"origin": "API_DEFINITION",
"description": " Lists previously created migration workflow.",
"canonical": true,
"file": "migration_service.list_migration_workflows.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 72,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "ListMigrationWorkflows",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationWorkflows",
"async": true,
"parameters": [
{
"name": "parent",
"type": "TYPE_STRING"
},
{
"name": "read_mask",
"type": ".google.protobuf.FieldMask"
},
{
"name": "page_size",
"type": "TYPE_INT32"
},
{
"name": "page_token",
"type": "TYPE_STRING"
}
],
"resultType": ".google.cloud.bigquery.migration.v2.ListMigrationWorkflowsResponse",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "ListMigrationWorkflows",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationWorkflows",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_DeleteMigrationWorkflow_async",
"title": "MigrationService deleteMigrationWorkflow Sample",
"origin": "API_DEFINITION",
"description": " Deletes a migration workflow by name.",
"canonical": true,
"file": "migration_service.delete_migration_workflow.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 54,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "DeleteMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.DeleteMigrationWorkflow",
"async": true,
"parameters": [
{
"name": "name",
"type": "TYPE_STRING"
}
],
"resultType": ".google.protobuf.Empty",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "DeleteMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.DeleteMigrationWorkflow",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_StartMigrationWorkflow_async",
"title": "MigrationService startMigrationWorkflow Sample",
"origin": "API_DEFINITION",
"description": " Starts a previously created migration workflow. I.e., the state transitions from DRAFT to RUNNING. This is a no-op if the state is already RUNNING. An error will be signaled if the state is anything other than DRAFT or RUNNING.",
"canonical": true,
"file": "migration_service.start_migration_workflow.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 54,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "StartMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.StartMigrationWorkflow",
"async": true,
"parameters": [
{
"name": "name",
"type": "TYPE_STRING"
}
],
"resultType": ".google.protobuf.Empty",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "StartMigrationWorkflow",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.StartMigrationWorkflow",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_GetMigrationSubtask_async",
"title": "MigrationService getMigrationSubtask Sample",
"origin": "API_DEFINITION",
"description": " Gets a previously created migration subtask.",
"canonical": true,
"file": "migration_service.get_migration_subtask.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 58,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "GetMigrationSubtask",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationSubtask",
"async": true,
"parameters": [
{
"name": "name",
"type": "TYPE_STRING"
},
{
"name": "read_mask",
"type": ".google.protobuf.FieldMask"
}
],
"resultType": ".google.cloud.bigquery.migration.v2.MigrationSubtask",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "GetMigrationSubtask",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationSubtask",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
},
{
"regionTag": "bigquerymigration_v2_generated_MigrationService_ListMigrationSubtasks_async",
"title": "MigrationService listMigrationSubtasks Sample",
"origin": "API_DEFINITION",
"description": " Lists previously created migration subtasks.",
"canonical": true,
"file": "migration_service.list_migration_subtasks.js",
"language": "JAVASCRIPT",
"segments": [
{
"start": 25,
"end": 78,
"type": "FULL"
}
],
"clientMethod": {
"shortName": "ListMigrationSubtasks",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationSubtasks",
"async": true,
"parameters": [
{
"name": "parent",
"type": "TYPE_STRING"
},
{
"name": "read_mask",
"type": ".google.protobuf.FieldMask"
},
{
"name": "page_size",
"type": "TYPE_INT32"
},
{
"name": "page_token",
"type": "TYPE_STRING"
},
{
"name": "filter",
"type": "TYPE_STRING"
}
],
"resultType": ".google.cloud.bigquery.migration.v2.ListMigrationSubtasksResponse",
"client": {
"shortName": "MigrationServiceClient",
"fullName": "google.cloud.bigquery.migration.v2.MigrationServiceClient"
},
"method": {
"shortName": "ListMigrationSubtasks",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationSubtasks",
"service": {
"shortName": "MigrationService",
"fullName": "google.cloud.bigquery.migration.v2.MigrationService"
}
}
}
}
]
}
Loading

0 comments on commit 1e6669c

Please sign in to comment.