Skip to content

Commit

Permalink
chore(secretmanager): update copyright year for Secret Manager (#8312)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 550436924

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

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d958b88ea74c70644c608e7841c29b16d8c74daa
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDk1OGI4OGVhNzRjNzA2NDRjNjA4ZTc4NDFjMjliMTZkOGM3NGRhYSJ9
BEGIN_NESTED_COMMIT
feat(datastream): Add precision and scale to MysqlColumn
- Precision and scale are now supported for MySQL columns.

PiperOrigin-RevId: 550322658

Source-Link: https://togithub.com/googleapis/googleapis/commit/07457fcce42d9521375a2e0bd5dcfb1785279955

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/cbb318f145db680fbc382ba02c20de7a47b594fc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2JiMzE4ZjE0NWRiNjgwZmJjMzgyYmEwMmMyMGRlN2E0N2I1OTRmYyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): ScheduleService (schedule_service.proto) creates and manages Schedule resources to launch scheduled pipelines runs
feat: Schedule (schedule.proto) periodically schedules runs to make API calls

PiperOrigin-RevId: 550058610

Source-Link: https://togithub.com/googleapis/googleapis/commit/5b24e63727233503ff65adada22af98365fd37f4

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4c5f6f9c4292c14287217b56f2dcb04cd7727832
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGM1ZjZmOWM0MjkyYzE0Mjg3MjE3YjU2ZjJkY2IwNGNkNzcyNzgzMiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(cloudbuild/apiv1): add git_file_source and git_repo_source to build_trigger
PiperOrigin-RevId: 550012872

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

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/7682e231b6058aa439b4b4f6df236240bf88b3e2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzY4MmUyMzFiNjA1OGFhNDM5YjRiNGY2ZGYyMzYyNDBiZjg4YjNlMiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Jul 24, 2023
1 parent 2970859 commit 7cb7f66
Show file tree
Hide file tree
Showing 26 changed files with 7,748 additions and 1,862 deletions.
658 changes: 658 additions & 0 deletions aiplatform/apiv1/aiplatformpb/schedule.pb.go

Large diffs are not rendered by default.

1,303 changes: 1,303 additions & 0 deletions aiplatform/apiv1/aiplatformpb/schedule_service.pb.go

Large diffs are not rendered by default.

94 changes: 94 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Expand Up @@ -1646,6 +1646,100 @@
}
}
},
"ScheduleService": {
"clients": {
"grpc": {
"libraryClient": "ScheduleClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateSchedule": {
"methods": [
"CreateSchedule"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"DeleteSchedule": {
"methods": [
"DeleteSchedule"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetSchedule": {
"methods": [
"GetSchedule"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"ListSchedules": {
"methods": [
"ListSchedules"
]
},
"PauseSchedule": {
"methods": [
"PauseSchedule"
]
},
"ResumeSchedule": {
"methods": [
"ResumeSchedule"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UpdateSchedule": {
"methods": [
"UpdateSchedule"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
}
}
},
"SpecialistPoolService": {
"clients": {
"grpc": {
Expand Down

0 comments on commit 7cb7f66

Please sign in to comment.