Skip to content
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

feat(batch): add support for placement policies #7943

Merged
merged 11 commits into from May 16, 2023
Merged
1,175 changes: 855 additions & 320 deletions aiplatform/apiv1/aiplatformpb/explanation.pb.go

Large diffs are not rendered by default.

503 changes: 308 additions & 195 deletions batch/apiv1/batchpb/job.pb.go

Large diffs are not rendered by default.

155 changes: 90 additions & 65 deletions batch/apiv1/batchpb/task.pb.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions channel/apiv1/channelpb/entitlements.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions channel/apiv1/channelpb/offers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

437 changes: 231 additions & 206 deletions channel/apiv1/channelpb/reports_service.pb.go

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions channel/apiv1/cloud_channel_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 5 additions & 10 deletions channel/apiv1/cloud_channel_reports_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -196,7 +196,7 @@
{
"regionTag": "cloudchannel_v1_generated_CloudChannelReportsService_ListOperations_sync",
"title": "cloudchannel ListOperations Sample",
"description": "ListOperations lists operations that match the specified filter in the request. If\nthe server doesn't support this method, it returns `UNIMPLEMENTED`.",
"description": "ListOperations is a utility method from google.longrunning.Operations.",
"file": "CloudChannelReportsClient/ListOperations/main.go",
"language": "GO",
"clientMethod": {
Expand Down Expand Up @@ -1709,7 +1709,7 @@
{
"regionTag": "cloudchannel_v1_generated_CloudChannelService_ListOperations_sync",
"title": "cloudchannel ListOperations Sample",
"description": "ListOperations lists operations that match the specified filter in the request. If\nthe server doesn't support this method, it returns `UNIMPLEMENTED`.",
"description": "ListOperations is a utility method from google.longrunning.Operations.",
"file": "CloudChannelClient/ListOperations/main.go",
"language": "GO",
"clientMethod": {
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/spanner/admin/database/apiv1",
"version": "1.45.1",
"version": "1.46.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/spanner/admin/instance/apiv1",
"version": "1.45.1",
"version": "1.46.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/spanner/apiv1",
"version": "1.45.1",
"version": "1.46.0",
"language": "GO",
"apis": [
{
Expand Down