-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(all): auto-regenerate gapics (#4803)
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#683 Changes: build(accesscontextmanager): add rules to pull in type dependency PiperOrigin-RevId: 398601150 Source-Link: googleapis/googleapis@a6b19cb feat(bigquery/migration): Add PAUSED state to Subtask and add task details protos PiperOrigin-RevId: 398502357 Source-Link: googleapis/googleapis@dfaf37b fix(asset): depend on the existing access_context_manager and os_config clients rather than copying their classes into the asset client PiperOrigin-RevId: 398484365 Source-Link: googleapis/googleapis@e648e5c
- Loading branch information
1 parent
ce5f4db
commit bddab08
Showing
28 changed files
with
1,655 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.", | ||
"language": "go", | ||
"protoPackage": "google.cloud.bigquery.migration.v2alpha", | ||
"libraryPackage": "cloud.google.com/go/bigquery/migration/apiv2alpha", | ||
"services": { | ||
"MigrationService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "Client", | ||
"rpcs": { | ||
"CreateMigrationWorkflow": { | ||
"methods": [ | ||
"CreateMigrationWorkflow" | ||
] | ||
}, | ||
"DeleteMigrationWorkflow": { | ||
"methods": [ | ||
"DeleteMigrationWorkflow" | ||
] | ||
}, | ||
"GetMigrationSubtask": { | ||
"methods": [ | ||
"GetMigrationSubtask" | ||
] | ||
}, | ||
"GetMigrationWorkflow": { | ||
"methods": [ | ||
"GetMigrationWorkflow" | ||
] | ||
}, | ||
"ListMigrationSubtasks": { | ||
"methods": [ | ||
"ListMigrationSubtasks" | ||
] | ||
}, | ||
"ListMigrationWorkflows": { | ||
"methods": [ | ||
"ListMigrationWorkflows" | ||
] | ||
}, | ||
"StartMigrationWorkflow": { | ||
"methods": [ | ||
"StartMigrationWorkflow" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"SqlTranslationService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "SqlTranslationClient", | ||
"rpcs": { | ||
"TranslateQuery": { | ||
"methods": [ | ||
"TranslateQuery" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.