File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -936,6 +936,15 @@ message PortSet {
936936//
937937// Cf. RFC 9834's `Bearer`, without the emphasis on provider-customer
938938// boundary, as this Link is within the Spacetime-operated network.
939+ //
940+ // This resource describes a request to:
941+ // 1) Point the antennas of the endpoints towards each other (if the antennas
942+ // are steerable).
943+ // 2) Assign a channel and choose a transmit power that maximizes link
944+ // capacity.
945+ //
946+ // The request is satisfied if any link can be scheduled between the
947+ // endpoints.
939948message Link {
940949 // The resource name of this Link.
941950 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
@@ -991,13 +1000,11 @@ message Link {
9911000 repeated string computed_terminating_platform_ids = 10 [
9921001 (google.api.field_behavior ) = OUTPUT_ONLY ];
9931002
994- // The minimum required and desired Metrics for any Links that will
995- // be provisioned as a result of this request.
996- Metrics metrics = 7 ;
997-
9981003 // An operator-friendly name for this Link, useful as an alternative
9991004 // when resource names are created as UUIDs, for example.
10001005 string display_name = 8 ;
1006+
1007+ reserved 7 ;
10011008}
10021009
10031010message GetLinkRequest {
You can’t perform that action at this time.
0 commit comments