Commit graph

10 commits

Author SHA1 Message Date
Google APIs
b4f2cb5295 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731532281
2025-02-26 18:41:54 -08:00
Google APIs
3d194928f8 feat: add BuildConfig to Services for configuring Run functions
feat: add BuildInfo to Revision for displaying BuildConfig used for a specific revision deployment
feat: add Base Image URI to Container
feat: add creator field to Execution
feat: add project_descriptor to BuildspackBuild
docs: some typos were fixed and formatting changed

PiperOrigin-RevId: 723249447
2025-02-04 15:35:36 -08:00
Google APIs
9a9f9b67f9 feat:support update_mask in Cloud Run UpdateService
docs:clarify optional fields in Cloud Run requests
feat:add Job start_execution_token and run_execution_token to execute jobs immediately on creation
feat: add Job ExecutionReference.completion_status to show status of the most recent execution

PiperOrigin-RevId: 650687493
2024-07-09 10:57:17 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
c5985fe7f9 feat: Adds support for cancel Execution
feat: Adds support for Execution overrides
feat: Adds support for Direct VPC egress setting
feat: New fields for multi-container
feat: New field for Task's scheduled timestamp
docs: General documentation fixes.

PiperOrigin-RevId: 567710896
2023-09-22 14:00:17 -07:00
Google APIs
a9fb0d2fa8 feat: Adds support for Startup CPU Boost (GA)
feat: Adds support for Session affinity in Service (GA)
feat: New 'port' field for HttpGetAction probe type
feat: New fields/enum values
docs: General documentation fixes.

Startup CPU Boost
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#resourcerequirements.
 * For more information, see https://cloud.google.com/run/docs/configuring/cpu#startup-boost

Session Affinity
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#revisiontemplate.
 * For more informaton, see https://cloud.google.com/run/docs/configuring/session-affinity

HttpGetAction probe port
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#httpgetaction

Fields/enum values
* New output-only field satisfiesPzs in Service, Revision, Execution, and Job, currently unused. The field is reserved for future use. It is surfaced to maintain v1<->v2 portability.
* New ExecutionReason.CANCELLING enum value. This is used in output-only field.

Documentation fixes
* Clarified permissions required for Upsert behavior (UpdateServiceRequest.allowMissing)
* Clarified behavior for LaunchStage in all resource types.
* Misc documentation improvements; removed most external references.

PiperOrigin-RevId: 528248744
2023-04-30 00:56:15 -07:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
e3d3d63275 feat: Adding support for encryption_key_revocation_action and encryption_key_shutdown_duration for RevisionTemplate and ExecutionTemplate
docs: Documentation improvements, including clarification that v1 labels/annotations are rejected in v2 API

PiperOrigin-RevId: 503293343
2023-01-19 16:19:16 -08:00
Google APIs
153e9592bb feat: Adds gRPC probe support to Cloud Run v2 API client libraries
PiperOrigin-RevId: 486175948
2022-11-04 10:37:38 -07:00
Google APIs
a9a137b742 feat: Adds Cloud Run Jobs v2 API client libraries
A Cloud Run Job runs its tasks and exits when finished.

For more information about Cloud Run Jobs, visit https://cloud.google.com/run/docs/create-jobs

PiperOrigin-RevId: 485653075
2022-11-02 11:45:35 -07:00