Google APIs
8266886699
feat: OSConfig: add ExecResourceOutput and per step error message.
...
Committer: @adjackura
PiperOrigin-RevId: 375488160
2021-05-24 09:10:09 -07:00
Google APIs
1fb8e3eee9
feat: add ExecResourceOutput for OSConfig AgentEndpoint, add error_message field to OSPolicyResourceConfigStep
...
Committer: @adjackura
PiperOrigin-RevId: 373391138
2021-05-12 10:01:00 -07:00
Google APIs
4e3e319a84
feat: add OSConfig v1alpha api
...
Committer: @adjackura
PiperOrigin-RevId: 373246904
2021-05-11 15:35:35 -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
c09459df06
chore: migrate osconfig/agentendpoint/{v1, v1beta} to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 368272547
2021-04-13 12:37:32 -07:00
Google APIs
c4c5319135
chore: migrate osconfig/{v1, v1beta} to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 368057750
2021-04-12 12:45:13 -07:00
Google APIs
847464c110
chore: remove unused gapic_yaml for osconfig Bazel Java rules
...
Committer: @miraleung
PiperOrigin-RevId: 367346981
2021-04-07 19:52:20 -07: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
e7c74bbf8c
feat: add ApplyConfigTask to AgentEndpoint API
...
PiperOrigin-RevId: 354960512
2021-02-01 09:47:28 -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
3131ab5786
chore: use python microgenerator rules for Cloud APIs
...
PiperOrigin-RevId: 350604597
2021-01-07 11:33:56 -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
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
79c2ec8e89
feat: added cos_package field to OS Config Agentendpoint V1 Inventory proto
...
PiperOrigin-RevId: 345474394
2020-12-03 09:57:40 -08:00
Google APIs
6a06551c3c
chore: migrate osconfig to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345080508
2020-12-01 13:33:48 -08:00
Google APIs
9df18f9f19
chore: migrate osconfig-agentendpoint to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 344904831
2020-11-30 16:00:14 -08:00
Google APIs
4b0ad15b0f
feat: Added PatchRollout feature to PatchDeployments
...
feat: Added Inventory proto definitions for VM Manager Inventory.
PiperOrigin-RevId: 341842584
2020-11-11 09:11:37 -08:00
Google APIs
2987612c6a
feat: added ReportInventory RPC
...
PiperOrigin-RevId: 333583499
2020-09-24 13:19:24 -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
3b634f6060
build: drop Artman config
...
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
d13e2da372
build: move gapic-generator-typescript parameters to BUILD.bazel files.
...
PiperOrigin-RevId: 318386808
2020-06-25 18:07:32 -07:00
Google APIs
02c23d62c7
docs: Fix several broken links in reference documentation
...
PiperOrigin-RevId: 317658441
2020-06-22 08:27:20 -07:00
Google APIs
77e7fa1047
fix: migrate osconfig & agentendpoint to grpc_service_config
...
PiperOrigin-RevId: 316127857
2020-06-12 10:25:01 -07:00
Google APIs
ded05197da
fix: use grpc_service_config in nodejs_gapic_library
...
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
2020-06-01 14:44:30 -07:00
Google APIs
012c553112
feat: Adding Retry policy for OS Config V1 AgentEndpointService
...
PiperOrigin-RevId: 307647669
2020-04-21 11:37:47 -07:00
Google APIs
6e0ac551e0
feat: Updated documentation for OS Config V1 OsConfigService
...
PiperOrigin-RevId: 306891012
2020-04-16 11:47:58 -07:00
Google APIs
b5aa7d668d
feat: Adding retry policy for OS Config V1Beta OsConfigService
...
PiperOrigin-RevId: 306471195
2020-04-14 10:50:54 -07:00
Google APIs
3028060618
feat: Adding retry policy for OS Config V1 OsConfigService
...
PiperOrigin-RevId: 306450502
2020-04-14 09:10:07 -07:00
Google APIs
3824f547aa
feat: Adding Retry policy for OS Config V1Beta AgentEndpointService
...
PiperOrigin-RevId: 306254195
2020-04-13 10:05:38 -07:00
Google APIs
cf18ab5200
feat: Adding OS Config AgentEndpointService V1 RegisterAgent rpc
...
PiperOrigin-RevId: 305925954
2020-04-10 12:42:07 -07:00
Google APIs
1df336ab4a
feat: Adding OS Config AgentEndpointService V1Beta RegisterAgent rpc
...
PiperOrigin-RevId: 305900738
2020-04-10 10:34:59 -07:00
Google APIs
e4f4b23e07
osconfig v1beta: fix the incorrect pattern for GuestPolicy resource and remove the obsolete history field.
...
PiperOrigin-RevId: 305617619
2020-04-08 21:47:34 -07:00
Google APIs
b1a5ca6846
Enable gapicv2 for v1/osconfig
...
Committer: @miraleung
PiperOrigin-RevId: 305351235
2020-04-07 15:52:56 -07:00
Google APIs
c803327f9b
Enable gapicv2 for osconfig/agentendpoint/v1beta
...
Committer: @miraleung
PiperOrigin-RevId: 305350472
2020-04-07 15:41:54 -07:00
Google APIs
82de0f6f04
Fix: Add missing resource name definition (from the Compute API).
...
PiperOrigin-RevId: 305324763
2020-04-07 13:29:09 -07:00
Google APIs
fdbc7b1f63
Enable gapicv2 for osconfig/agentendpoint/v1
...
Committer: @miraleung
PiperOrigin-RevId: 305086443
2020-04-06 12:05:03 -07:00
Google APIs
1490d30e1a
Enable gapicv2 for osconfig/v1beta
...
Committer: @miraleung
PiperOrigin-RevId: 305069755
2020-04-06 11:01:27 -07:00
Google APIs
01f3ccbaa6
Fix: Add package/namespace options for C#, Ruby and PHP in remaining protos.
...
PiperOrigin-RevId: 304416658
2020-04-02 09:31:48 -07:00
Google APIs
89c7d455ff
feat: Add client library options to OsConfigService v1 patch APIs.
...
PiperOrigin-RevId: 303831150
2020-03-30 15:11:24 -07:00
Google APIs
fd08334533
fix: osconfig/v1 update go_gapic_library target to microgen interface
...
PiperOrigin-RevId: 303007866
2020-03-25 17:32:52 -07:00
Google APIs
f786c75867
feat: Add OsConfigService v1 patch APIs.
...
PiperOrigin-RevId: 302999346
2020-03-25 16:45:01 -07:00
Google APIs
fd83ab2121
fix: migrate osconfig/agentendpoint/v1 go_gapic_library target to microgen impl
...
PiperOrigin-RevId: 302913609
2020-03-25 10:05:30 -07:00
Google APIs
551cf1e6e3
feat: Add OS Config AgentEndpointService v1 PatchJobs and Tasks APIs.
...
PiperOrigin-RevId: 302792195
2020-03-24 18:38:46 -07:00
Google APIs
25a1781c09
bazel: migrate all go_gapic_library targets to microgenerator implementation
...
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)
PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs
d9e328eaf7
Fix bazel build (versions 1.x)
...
Bump gapic-generator and resource names plugins to the latest version.
PiperOrigin-RevId: 286469287
2019-12-19 14:56:42 -08:00
Google APIs
6156f433fd
Adds OSConfig v1beta protos and initial client library config
...
PiperOrigin-RevId: 284799663
2019-12-10 10:35:45 -08:00
Google APIs
f337f7fb70
OSConfig AgentEndpoint: add LookupEffectiveGuestPolicy rpc
...
PiperOrigin-RevId: 283989762
2019-12-05 09:28:05 -08:00
Google APIs
06a840781d
Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
...
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00