feat: update Compute Engine v1 API artifacts to revision 20260821

docs: update documentation in proto definitions

feat: add GetHealth RPC to ReservationSlots service

feat: add GetHealthOperationMetadata and GetHealthOperationMetadataHealthInfo message definitions

feat: add GetHealthReservationSlotRequest message definition

feat: add BMSAI confidential instance and compute types

feat: add SUSPEND_SAFE_FPR guest OS feature

feat: add self_link_with_id field to Interconnect

feat: add max_dynamic_path_bandwidth_gbps and max_fixed_path_bandwidth_gbps fields to InterconnectLocation

feat: add TargetStatus enum and target_status field to ManagedInstance

feat: add GCE_VM_IP_DEDICATED_BACKEND network endpoint type

feat: add ARP broadcast primary range options to Subnetwork

chore: update gRPC service config and API service config
PiperOrigin-RevId: 975262863
4 files changed
tree: c23d7cd0f67461b0d8259357b3f07af7258b3454
  1. .kokoro/
  2. backstory/
  3. gapic/
  4. google/
  5. .bazeliskrc
  6. .bazelrc
  7. BUILD.bazel
  8. generator-versions.json
  9. load_json.bzl
  10. README.md
  11. repository_rules.bzl
  12. 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.