BREAKING CHANGE: Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported.
Committer: @mwiczer
PiperOrigin-RevId: 385610622
- Added message StorageSourceManifest as an option for the Source message
- Added StorageSourceManifest field to the SourceProvenance message
PiperOrigin-RevId: 372331161
feat: Add `ReceiveTriggerWebhook` for webhooks activating specific triggers.
docs: Update field docs on required-ness behavior and fix typos.
docs: Add `$PROJECT_NUMBER` as a substitution variable.
feat: Add `SecretManager`-related resources and messages for corresponding integration.
docs: Clarify lifetime/expiration behavior around `ListBuilds` page tokens.
feat: Add `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY` for corresponding comment control behavior with triggered builds.
feat: Add `E2_HIGHCPU_8` and `E2_HIGHCPU_32` machine types.
Committer: @lozord
PiperOrigin-RevId: 363244566
This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.
PiperOrigin-RevId: 350388717
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.
Also change Ads BAZEL template to reflect the change in default rule names.
Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).
PiperOrigin-RevId: 346227314
- `service_account`, which is available to members of our closed alpha
- CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option
- resource annotations added
PiperOrigin-RevId: 331027363
- `service_account`, which is available to members of our closed alpha
- STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option
BREAKING CHANGE: The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud.
PiperOrigin-RevId: 330504082
Removes uses of external dependency on longrunning/autogen:go_default_library
in favor of the local target //google/lonrunning:longrunning_go_gapic.
PiperOrigin-RevId: 314387187
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.
PiperOrigin-RevId: 314206960