chore: regenerate gapic yaml and service yaml for chronicle beta by augmentation configs

PiperOrigin-RevId: 781678127
2 files changed
tree: e33cbfdf3fd937bc73ee85d0cb228be65f59fac7
  1. .kokoro/
  2. gapic/
  3. google/
  4. .bazeliskrc
  5. .bazelrc
  6. BUILD.bazel
  7. generator-versions.json
  8. load_json.bzl
  9. README.md
  10. repository_rules.bzl
  11. WORKSPACE
README.md

Google APIs Preview Channel

This branch is meant for development of preview-level APIs and features.

Overview

Google APIs are typically deployed as API services that are hosted under different DNS names. One API service may implement multiple APIs and multiple versions of the same API.

Google APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for both REST and RPC versions of the API, which can be accessed over different wire protocols.