Skip to content

Commit

Permalink
feat(batch): add support for placement policies (#7943)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

feat: per-Runnable labels
PiperOrigin-RevId: 532437427

Source-Link: https://togithub.com/googleapis/googleapis/commit/288aa7fb71c9b6244db1a816cfd4108f811e6049

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/615d60f8e98ef120a79410c029b4c72448b53bde
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjE1ZDYwZjhlOThlZjEyMGE3OTQxMGMwMjliNGM3MjQ0OGI1M2JkZSJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add examples to ExplanationParameters in aiplatform v1 explanation.proto
PiperOrigin-RevId: 532270918

Source-Link: https://togithub.com/googleapis/googleapis/commit/d697c7fb187763c55e82120d4041087fe206a3a1

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c28b8e97f980e775c1946404a81d4b7c61a588ae
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzI4YjhlOTdmOTgwZTc3NWMxOTQ2NDA0YTgxZDRiN2M2MWE1ODhhZSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(channel): added partition_keys field to filter results from FetchReportResults
docs: Change references from GCP to Google Cloud

PiperOrigin-RevId: 532265140

Source-Link: https://togithub.com/googleapis/googleapis/commit/31893adec60f48cda7044b925fed701df3175c2e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/5015d29229762a1d03bb246fa5bdd05fbf7b9741
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTAxNWQyOTIyOTc2MmExZDAzYmIyNDZmYTViZGQwNWZiZjdiOTc0MSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed May 16, 2023
1 parent 8c479ac commit 7c2f642
Show file tree
Hide file tree
Showing 12 changed files with 1,506 additions and 816 deletions.
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

0 comments on commit 7c2f642

Please sign in to comment.