Google APIs
9bac62dbc7
fix!: Fix the resource annotations for GetRepositoryRequest
...
BREAKING CHANGE: This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.
PiperOrigin-RevId: 403028264
2021-10-14 01:31:09 -07:00
Google APIs
667a4785d5
build(node): update artifact name for npm
...
PiperOrigin-RevId: 398863334
2021-09-24 19:58:31 -07:00
Google APIs
aa73c560f0
chore(python): Prepare artifactregistry v1 BUILD.bazel for release
...
PiperOrigin-RevId: 398566070
2021-09-23 13:37:40 -07:00
Google APIs
ddf135906a
chore(ruby): Set Ruby GAPIC generator parameters for artifactregistry/v1
...
PiperOrigin-RevId: 398539590
2021-09-23 11:42:13 -07:00
Google APIs
6d40da4394
feat: Artifact Registry v1 public protos
...
Committer: @alexander-fenster
PiperOrigin-RevId: 398316447
2021-09-22 13:31:16 -07:00
Google APIs
85830df328
chore(ruby): allow google-cloud-container_analysis-v1 to depend on 1.x versions of grafeas-v1
...
PiperOrigin-RevId: 397881924
2021-09-20 17:39:26 -07:00
Google APIs
5572865403
feat: Update cloudbuild proto with the service_account for BYOSA Triggers.
...
Committer: @emoryruscus
PiperOrigin-RevId: 392957767
2021-08-25 12:44:11 -07:00
Google APIs
3cd708edbc
feat:add script field to BuildStep message
...
PiperOrigin-RevId: 392761119
2021-08-25 09:13:02 -07:00
Google APIs
7fec72948d
feat: Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds
...
Comitter: @joonlim
PiperOrigin-RevId: 391072303
2021-08-16 10:04:31 -07:00
Google APIs
760b5d8bfd
docs: Add a new build phase SETUPBUILD for timing information
...
PiperOrigin-RevId: 387362210
2021-07-28 09:03:18 -07:00
Google APIs
f84d1e2eda
feat: Implementation of Build Failure Info:
...
- Added message FailureInfo field
PiperOrigin-RevId: 385847244
2021-07-20 12:36:31 -07:00
Google APIs
7a1fb837d3
feat: add a WorkerPools API
...
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
2021-07-19 12:08:07 -07:00
Google APIs
24443e8a67
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 381955863
2021-06-28 15:23:09 -07:00
Google APIs
0e48ca446e
chore: Update source_v1 BUILD.bazel for python
...
PiperOrigin-RevId: 380710437
2021-06-21 18:47:51 -07:00
Google APIs
cb44b173ba
chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
...
PiperOrigin-RevId: 380020641
2021-06-17 12:37:08 -07:00
Google APIs
0481138c2d
feat: publishing Testing API protos
...
Committer: @alexander-fenster
PiperOrigin-RevId: 379505638
2021-06-15 09:25:11 -07:00
Google APIs
853f5d4643
chore: fix devtools-clouddebugger-v2-py target
...
PiperOrigin-RevId: 378425120
2021-06-09 09:33:33 -07:00
Google APIs
8a1a19c970
chore: add Python library generation rules for devtools/source
...
Committer: @parthea
PiperOrigin-RevId: 378302468
2021-06-08 19:29:28 -07:00
Google APIs
0778b6c49e
chore: Update clouddebugger_v2 BUILD.bazel for python
...
PiperOrigin-RevId: 378058740
2021-06-07 19:28:07 -07:00
Google APIs
060218c3cc
chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
...
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
e0926779e7
chore: migrate devtools/resultstore to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 376183142
2021-05-27 09:18:04 -07:00
Google APIs
ac0cf1769f
chore: migrate devtools/source to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373494082
2021-05-12 19:58:03 -07:00
Google APIs
862503ff26
chore: migrate devtools/trace to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373492514
2021-05-12 19:08:00 -07:00
Google APIs
061b720855
chore: migrate clouddebugger to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373490291
2021-05-12 18:05:57 -07:00
Google APIs
87a6ce53d3
feat: Implementation of Source Manifests:
...
- Added message StorageSourceManifest as an option for the Source message
- Added StorageSourceManifest field to the SourceProvenance message
PiperOrigin-RevId: 372331161
2021-05-06 06:39:28 -07:00
Google APIs
8585ab9422
chore: migrate cloudprofiler to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 370975886
2021-04-28 13:49:19 -07:00
Google APIs
3f24369668
chore: migrate errorreporting to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 370936853
2021-04-28 10:50:53 -07:00
Google APIs
e7d77d65f0
fix: specify valid go_package option
...
The explicitly specified package name is invalid since it identical
to one of the keywords in Go (e.g., "package" or "type").
Remove explicitly specifying the name, which will cause protoc-gen-go
to derive the package name from the last path segment.
If the name is not valid, it will automatically sanitize it
to produce a valid package identifier (e.g., "_package" or "_type").
Committer: @dsnet
PiperOrigin-RevId: 370589666
2021-04-26 19:03:19 -07:00
Google APIs
74bb45bfc8
chore: Migrate the Bazel rules for the libraries NOT published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator.
...
PiperOrigin-RevId: 370517814
2021-04-26 12:36:51 -07:00
Google APIs
4c3702d8c6
chore: migrate containeranalysis/v1 to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 369876316
2021-04-22 08:39:19 -07:00
Google APIs
9a9e29627a
feat: Add fields for Pub/Sub triggers
...
Committer: @gleeper
PiperOrigin-RevId: 368533270
2021-04-14 16:47:53 -07:00
Google APIs
c5436a6b41
chore: fix namespace for python package
...
PiperOrigin-RevId: 368216874
2021-04-13 08:12:50 -07:00
Google APIs
0cc3705e45
chore: migrate devtools/remoteworkers to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 368055909
2021-04-12 12:24:10 -07:00
Google APIs
c72331135c
docs: Annotation changes following AIP ( https://google.aip.dev/ ) recommendations
...
docs: Comment clarifications
feat: Add a BUILD.bazel file
feat: Adding the ExportInvocation RPC method
feat: Adding the SearchConfiguredTargets RPC method
feat: Adding the BatchListActions RPC method
feat: Adding the exit_code field to the Invocation proto
PiperOrigin-RevId: 368018945
2021-04-12 09:27:16 -07:00
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