File tree Expand file tree Collapse file tree
api/federation/transponder/v1alpha Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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
285288message EirpContourMap {
You can’t perform that action at this time.
0 commit comments