Commit Graph

86 Commits

Author SHA1 Message Date
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 519e9dcdff feat: allowed custom to specify webhook headers through query parameters
docs: suggested to always use version for production traffic when calling DetectIntent, mark match_mode in Agent message as deprecated

PiperOrigin-RevId: 345742559
2020-12-04 13:16:11 -08:00
Google APIs d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs 665e9b0ce8 chore: migrate java-dialogflow to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345058811
2020-12-01 12:00:01 -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 fd31b1600f docs: fixed link from SentimentAnalysisResult
PiperOrigin-RevId: 336344634
2020-10-09 12:36:34 -07:00
Google APIs 1a8df5a94e migrate dialogflow BUILD file python part to use microgen
PiperOrigin-RevId: 332308377
2020-09-17 13:51:44 -07:00
Google APIs b100ad4242 docs: wording updates for tiers.
PiperOrigin-RevId: 331189912
2020-09-11 11:39:29 -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 546f389d95 feat: added support for custom content types
docs: clarified wording around quota usage

PiperOrigin-RevId: 323436667
2020-07-27 14:06:21 -07:00
Google APIs a6b2dac798 docs: more detailed docs on APIs such as Environment, Intents, Sessions.
PiperOrigin-RevId: 323086730
2020-07-24 15:43:09 -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 796aa1fbd8 chore: remove Artman config files
PiperOrigin-RevId: 318184637
2020-06-24 18:47:34 -07:00
Google APIs b5549ea16a chore: dialogflow/v2 clean up gapic config
PiperOrigin-RevId: 318164649
2020-06-24 16:34:07 -07:00
Google APIs 4e8f1142ff - Update grpc config for retry mechanism.
- Update ImportAgent/ExportAgent external documentation.

PiperOrigin-RevId: 317902626
2020-06-23 11:10:09 -07:00
Google APIs cd804bab06 docs: cleaned docs for the Agents service and resource.
PiperOrigin-RevId: 314879617
2020-06-05 00:27:54 -07:00
Google APIs ce56112c35 chore: fix all deps on LRO in go_gapic_library
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
2020-06-02 12:57:24 -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 cd3ce2651c Dialogflow weekly v2 library update:
- Minor comment updates.

PiperOrigin-RevId: 312123588
2020-05-18 11:49:45 -07:00
Google APIs 5a90d467aa fix: restore GAPIC v2 retry configs
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.

PiperOrigin-RevId: 312088359
2020-05-18 08:57:36 -07:00
Google APIs ee9e8e4e67 docs: minor comments change.
PiperOrigin-RevId: 309481123
2020-05-01 15:05:14 -07:00
Google APIs c284e4f849 Configure retry for Diaglogflow v2.Environments.ListEnvironments and v2beta1.Environments.ListEnvironments.
PiperOrigin-RevId: 308749074
2020-04-27 20:02:22 -07:00
Google APIs 1d520eaa7b feat: Publish ListEnvironments for Dialogflow v2/v2beta1 library.
docs: Clarify WebhookResponse fields for Dialogflow v2/v2beta1 library.

PiperOrigin-RevId: 307849529
2020-04-22 10:49:22 -07:00
Google APIs 1e92c34379 Dialogflow weekly v2/v2beta1 library update:
- Update comments on Contexts and Sessions resources.

PiperOrigin-RevId: 305919798
2020-04-10 12:09:31 -07:00
Google APIs 83d7f20c06 Migrate dialogflow from gapic v1 to gapic v2.
Including breaking changes (resource pattern change) introduced in cl/304043500.

committer: @hzyi-google
PiperOrigin-RevId: 305358314
2020-04-07 16:14:01 -07:00
Google APIs 3d52f3c126 Dialogflow weekly v2 library update:
- Change `parent` field's resource_reference to specify child_type instead of type per client library generation requirement;
- Change Session with its child resource pattern to support both projects/{project}/agent/sessions/{session} and projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session};
- Fix `method_signature`
- Regular documentation update

Important updates are also posted at:
https://cloud.google.com/dialogflow/docs/release-notes

PiperOrigin-RevId: 304635286
2020-04-03 09:51:41 -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 6c248fd13e Add missing resource annotations and additional_bindings to dialogflow v2 API.
PiperOrigin-RevId: 302063117
2020-03-20 11:14:04 -07:00
Google APIs e9e90a7877 Dialogflow weekly v2/v2beta1 library update:
- adding get validation result
  - adding field mask override control for output audio config
Important updates are also posted at:
https://cloud.google.com/dialogflow/docs/release-notes

PiperOrigin-RevId: 297671458
2020-02-27 13:19:17 -08:00
Google APIs 68477017c4 Make `language_code` optional for UpdateIntentRequest and BatchUpdateIntentsRequest.
The comments and proto annotations describe this parameter as optional.

PiperOrigin-RevId: 293703548
2020-02-06 16:25:40 -08:00
Google APIs 781aadb932 Dialogflow weekly v2/v2beta1 library update:
- Documentation updates
Important updates are also posted at
https://cloud.google.com/dialogflow/docs/release-notes

PiperOrigin-RevId: 293443396
2020-02-05 14:02:45 -08:00
Google APIs 69d9945330 Add file-level `Session` resource definition
PiperOrigin-RevId: 293080182
2020-02-03 22:50:51 -08:00
Google APIs 0735b4b096 Weekly library update.
PiperOrigin-RevId: 289939042
2020-01-15 14:45:47 -08:00
Google APIs cb79155f59 Fix: Add a resource annotation for Agent
Fix: Correct the service name in annotations for Intent and SessionEntityType

PiperOrigin-RevId: 288441307
2020-01-06 23:23:33 -08:00
Google APIs ff4a2047b3 Weekly library update.
PiperOrigin-RevId: 286484215
2019-12-19 16:28:16 -08:00
Google APIs d400cb8d45 dialogflow: add operation_info annotations to BatchUpdateEntities and BatchDeleteEntities.
PiperOrigin-RevId: 286312673
2019-12-18 19:33:56 -08:00
Google APIs da0edeeef9 feat: publish several retry config files for client generation
PiperOrigin-RevId: 283614497
2019-12-03 13:50:12 -08:00
Google APIs f88e2ca657 bump Go to ga
PiperOrigin-RevId: 282651105
2019-11-26 15:27:46 -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
Google APIs 1935fb8889 Comment updates
PiperOrigin-RevId: 280451656
2019-11-14 10:09:20 -08:00
Google APIs bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs 248abde06e Integrate GAPIC Python Bazel Extensions
Also configure python build for the following clients as an example:

diaglogflow/v2
language/v1
texttospeech/v1
firestore/v1beta1
pubsub/v1

PiperOrigin-RevId: 279406526
2019-11-08 15:45:31 -08:00
Google APIs 05556c26b6 Updates to MediaCard
PiperOrigin-RevId: 279100278
2019-11-07 09:14:07 -08:00
Google APIs 8bc65fb697 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 277813826
2019-10-31 15:29:12 -07:00
Google APIs 6e1a1c95b4 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276503498
2019-10-24 09:28:15 -07:00
Google APIs a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs 95c0959449 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -07:00
Google APIs 0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs 079b1cb376 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272682640
2019-10-03 09:56:59 -07:00