Commit graph

301 commits

Author SHA1 Message Date
Google APIs
9159250896 chore: migrate devtools/build to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 366152684
2021-03-31 17:36:32 -07:00
Google APIs
d370911b4f chore: migrate cloudbuild to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 365165055
2021-03-25 18:39:32 -07:00
Google APIs
381e8814b3 chore: migrate artifactregistry to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 365163518
2021-03-25 18:29:06 -07:00
Google APIs
913f5553d5 fix: Specify build as the body of a CreateBuild call. The Cloud Build API has always assumed this, but now we are actually specifying it.
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
2021-03-16 12:33:05 -07:00
Google APIs
53a8072a03 chore: Update artifactregistry_v1beta2 BUILD.bazel for python
PiperOrigin-RevId: 363175301
2021-03-16 07:07:30 -07:00
Google APIs
e69f9d4f00 build: add package name for artifact registry
PiperOrigin-RevId: 359593247
2021-02-25 13:02:26 -08:00
Google APIs
d9b32e92fa chore: clean up unused gapic.legacy.yaml files
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00
Google APIs
959b0bcea3 feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.

PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00
Google APIs
e13001be33 fix: Fixes ruby gem build
PiperOrigin-RevId: 358152223
2021-02-18 04:47:02 -08:00
Google APIs
4f60776fe9 fix: Remove dependency on AppEngine's proto definitions. This also removes the source_references field.
PiperOrigin-RevId: 356540804
2021-02-09 10:54:27 -08:00
Google APIs
c1e59709c1 feat: Make resolution status field available for error groups. Now callers can set the status of an error group by passing this to UpdateGroup. When not specified, it's treated like OPEN.
feat: Make source location available for error groups created from GAE.

PiperOrigin-RevId: 356330876
2021-02-08 12:50:55 -08:00
Google APIs
78e0057d81 chore: remove non-existent package option in java_gapic_library rules for cloud APIs
Committer: @miraleung
PiperOrigin-RevId: 356328938
2021-02-08 12:40:12 -08:00
Google APIs
4085904785 fix: Update bazel builds for ER client libraries.
PiperOrigin-RevId: 355832930
2021-02-05 05:42:52 -08:00
Google APIs
e038e2a5b2 chore: remove more unused package options in java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 355442508
2021-02-03 11:43:59 -08:00
Google APIs
6e7c1456a6 chore: remove all artman config files
Committer: @miraleung
PiperOrigin-RevId: 355442156
2021-02-03 11:32:16 -08:00
Google APIs
f694606e3e chore(profiler): Set proto namespace to google.cloud
PiperOrigin-RevId: 355274209
2021-02-02 16:08:11 -08:00
Google APIs
61ab0348bd feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 352069361
2021-01-15 13:09:14 -08:00
Google APIs
2707d2e9e8 chore: Change proto synchronization tool.
PiperOrigin-RevId: 351632373
2021-01-13 11:46:32 -08:00
Google APIs
463702142d chore: remove microgenerator migration comments in BUILD.bazel files
Committer: @miraleung
PiperOrigin-RevId: 351489155
2021-01-12 18:20:11 -08:00
Google APIs
c84dc5428f chore: migrate clouddebugger to the Python microgenerator
Committer: @miraleung
PiperOrigin-RevId: 351457946
2021-01-12 15:58:15 -08:00
Google APIs
3131ab5786 chore: use python microgenerator rules for Cloud APIs
PiperOrigin-RevId: 350604597
2021-01-07 11:33:56 -08:00
Google APIs
dd1d2325b1 chore: Update C# namespace
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
2021-01-06 11:05:29 -08:00
Google APIs
6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs
160f80d81d chore: Make microgenerators default for all languages
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
2020-12-07 18:51:08 -08:00
Google APIs
08869d766d chore: migrate cloudbuild to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346132650
2020-12-07 11:47:28 -08:00
Google APIs
3d044d4277 chore: migrate java-containeranalysis to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346126761
2020-12-07 11:26:30 -08:00
Google APIs
5695950715 chore: migrate remoteworkers to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345749750
2020-12-04 14:13:00 -08:00
Google APIs
d3a630b0db chore: migrate cloudtrace to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345749672
2020-12-04 14:02:17 -08:00
Google APIs
2d22118d88 chore: migrate clouddebugger to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345621354
2020-12-04 00:22:29 -08:00
Google APIs
16e91be360 chore: migrate clouderrorreporting to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345608665
2020-12-03 22:30:55 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
3072509f6f chore: migrate artifactregistry to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345493560
2020-12-03 11:59:49 -08:00
Google APIs
4faa4a7621 chore: migrate containeranalysis to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345310543
2020-12-02 14:57:28 -08:00
Google APIs
1b356bc2d8 chore: Rename service config file to follow generated conventions
PiperOrigin-RevId: 344835959
2020-11-30 10:18:04 -08:00
Google APIs
5d703efd40 build: more proto dependencies for Node.js targets
PiperOrigin-RevId: 342284812
2020-11-13 10:05:57 -08:00
Google APIs
0c9e3f8cb3 build: add grafeas v1beta1 protos as dependencies for Node.js
PiperOrigin-RevId: 342123525
2020-11-12 13:51:32 -08:00
Google APIs
96ca8bc1f6 fix!: remove unimplemented ListDockerImages method.
PiperOrigin-RevId: 342075900
2020-11-12 10:19:38 -08:00
Google APIs
20031e727d build: add Grafeas dependency for Node.js library
PiperOrigin-RevId: 342071297
2020-11-12 10:01:17 -08:00
Google APIs
b1e1e0b13b fix: Remove redundant service config files.
PiperOrigin-RevId: 341774654
2020-11-11 00:10:17 -08:00
Google APIs
8b15967515 fix!: correct response_type for DeleteRepository and add missing bazel rules.
PiperOrigin-RevId: 341678368
2020-11-10 12:51:51 -08:00
Google APIs
b9822ffdfe chore: Set namespaces for Ruby clients
PiperOrigin-RevId: 340704034
2020-11-04 12:20:22 -08:00
Google APIs
7391e775fd fix: switch all local LRO Go GAPIC deps to remote
PiperOrigin-RevId: 338561467
2020-10-22 15:30:23 -07:00
Google APIs
0f626de454 feat: create the client for artifactregistry API.
PiperOrigin-RevId: 338294847
2020-10-21 10:48:10 -07:00
Google APIs
e5211c547d chore: debrand 'Stackdriver' in favor of 'Cloud' in Error Reporting GAPIC libraries
PiperOrigin-RevId: 337519886
2020-10-16 09:27:50 -07:00
Google APIs
cb7fc62059 feat: add GetVulnerabilityOccurrencesSummary rpc.
PiperOrigin-RevId: 334682521
2020-09-30 14:42:33 -07:00
Google APIs
b821f32047 feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs
bc18612d35 feat!: Updated third_party Cloud Build clients with new Build message fields:
- `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
2020-09-10 15:16:05 -07:00
Google APIs
3257ba5216 fix: revert removal of WorkerPool API
PiperOrigin-RevId: 330974505
2020-09-10 11:09:14 -07:00
Google APIs
48ce8878cd feat!: Updated third_party Cloud Build clients with new Build message fields:
- `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
2020-09-08 07:21:40 -07:00
David Bendory
56cd92ad17
Rename GCB. (#511) 2020-09-03 14:17:03 +01:00