Commit graph

47 commits

Author SHA1 Message Date
Google APIs
295a170ba5 feat: support GPU zonal redundancy setting in Cloud Run services
PiperOrigin-RevId: 758382964
2025-05-13 14:44:04 -07:00
Google APIs
b4fd697077 feat: support node selector in Cloud Run jobs for GPU setting
PiperOrigin-RevId: 758305326
2025-05-13 11:33:20 -07:00
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
c6eb517e76 feat:support manual instance count in Cloud Run for manual scaling feature
PiperOrigin-RevId: 697723876
2024-11-18 12:41:44 -08:00
Google APIs
b80051505c docs:fixed formatting of some documentation
feat:add EncryptionKeyRevocationAction and shutdown duration configuration to Services

PiperOrigin-RevId: 695811695
2024-11-12 11:35:07 -08:00
Google APIs
b478ea33bf feat: support advanced configurations options for cloud storage volumes by setting mount_options in the GCSVolumeSource configuration
docs: Update docs for field `value` in message `.google.cloud.run.v2.EnvVar` to reflect Cloud Run product capabilities
docs: A comment for field `max_instance_request_concurrency` in message `.google.cloud.run.v2.RevisionTemplate` is changed
docs: For field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service`, clarify that feature is available by invitation only

PiperOrigin-RevId: 692276672
2024-11-01 13:34:57 -07:00
Google APIs
7d6f57e4dd feat: Updated dependency on google-cloud-run-v2
PiperOrigin-RevId: 686560560
2024-10-16 10:40:38 -07:00
Google APIs
4fe2139be5 docs:fixed formatting of some documentation
feat:add Builds API
feat:add Service Mesh configuration to Services
feat:add GPU configuration to Services
feat:add INGRESS_TRAFFIC_NONE to Services
feat:add ServiceScaling to Services

PiperOrigin-RevId: 681696446
2024-10-02 20:24:39 -07: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
740a723d67 chore(php): promote GkeMultiCloud as stable
chore(php): promote GSuiteAddOns as stable
chore(php): promote Run as stable
chore(php): promote StorageInsights as stable
chore(php): promote VideoLiveStream as stable
chore(php): promote VideoStitcher as stable
chore(php): promote VmwareEngine as stable

PiperOrigin-RevId: 647335803
2024-06-27 09:01:34 -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
97e3b44f2f docs:clarify some defaults and required or optional values
feat:support mounting NFS and GCS volumes in Cloud Run Jobs and Services
feat:support specifying a per-Service min-instance-count
feat:support disabling waiting for health checks during Service deployment.
feat:allow disabling the default URL (run.app) for Cloud Run Services

PiperOrigin-RevId: 612580574
2024-03-04 14:14:21 -08:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
01711ae89e fix: Removes accidentally exposed field service.traffic_tags_cleanup_threshold in Cloud Run Service
docs: Minor comment fixes

PiperOrigin-RevId: 568981386
2023-09-27 15:41:46 -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
96f0194ca9 feat: Adds support for custom audiences
Custom Audiences
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services.
 * For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.

PiperOrigin-RevId: 546032394
2023-07-06 10:44:39 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
cbddac7303 feat: add new client surface to preview clients
chore: update the gapic generator to 1.7.4

PiperOrigin-RevId: 530731364
2023-05-09 15:36:20 -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
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
2ad33111d9 feat: promote to GA
PiperOrigin-RevId: 518890346
2023-03-23 10:02:02 -07:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
ff55d10406 chore: update some Go release levels to match google-cloud-go
PiperOrigin-RevId: 507490734
2023-02-06 08:42:59 -08: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
95327f5a43 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502805862
2023-01-18 01:37:08 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
0ce375d9df feat: Update dependency on versioned libraries
PiperOrigin-RevId: 487105351
2022-11-08 18:31:33 -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
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -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
Google APIs
778762cee0 feat: Adds Startup and Liveness probes to Cloud Run v2 API client libraries
For more information about this feature, visit https://cloud.google.com/run/docs/configuring/healthchecks

PiperOrigin-RevId: 481203788
2022-10-14 12:14:07 -07:00
Google APIs
5a9ee4d5de feat: enable REST transport for Python Preview clients
PiperOrigin-RevId: 474571730
2022-09-15 08:43:58 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
0647eab532 docs: Fix the main client gem name listed in the readme
PiperOrigin-RevId: 474346224
2022-09-14 11:29:49 -07:00
Google APIs
565a550886 fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets
PiperOrigin-RevId: 473833416
2022-09-12 13:40:59 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
d42026b7a0 chore: include generated samples dir
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -07:00
Google APIs
185ba8a93a fix!: Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision
PiperOrigin-RevId: 447174265
2022-05-07 04:52:24 -07:00
Google APIs
9da5e7f378 chore(ruby): configure Ruby builds for datastream v1, run v2, and the run wrapper
PiperOrigin-RevId: 438645968
2022-03-31 13:26:22 -07:00
Google APIs
110875a829 feat: Adds Cloud Run v2 API client libraries
Cloud Run allows develop and deploying highly scalable containerized applications on a fully managed serverless platform.

For more information about Cloud Run, visit https://cloud.google.com/run

PiperOrigin-RevId: 434029049
2022-03-14 14:22:37 -07:00