Skip to content

Commit 9f23bed

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- b1b54cb711de605f7f924961f2ff0f8e79322340 GitOrigin-RevId: b1b54cb711de605f7f924961f2ff0f8e79322340
1 parent 9a2248c commit 9f23bed

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

api/federation/transponder/v1alpha/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Aalyria Technologies, Inc., and its affiliates.
1+
# Copyright (c) Aalyria Technologies, Inc., and its affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -54,6 +54,9 @@ python_grpc_library(
5454
visibility = ["//visibility:public"],
5555
deps = [
5656
"//api/common:common_python_proto",
57+
"@googleapis//google/api:field_behavior_py_proto",
58+
"@googleapis//google/longrunning:operations_py_proto",
5759
"@googleapis//google/rpc:code_py_proto",
60+
"@googleapis//google/type:latlng_py_proto",
5861
],
5962
)

api/federation/transponder/v1alpha/transponder.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ message TransmitBeam {
279279
// Optional. The supported output backoff (in dB) for this transmit
280280
// beam. There can be multiple that are defined as possible values, or
281281
// if left blank, let the orchestrator solve for the optimal OBO value.
282-
repeated double supported_output_backoffs_db = 8;
282+
283+
// Deprecated... to be removed soon to meet pularlization requirements
284+
repeated double supported_output_backoff_db = 8 [deprecated = true];
285+
repeated double supported_output_backoffs_db = 9;
283286
}
284287

285288
message EirpContourMap {

0 commit comments

Comments
 (0)