Skip to content

Commit 964cbca

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- d6a69cd2b9691402853fc7167d73657a3c40ee10 GitOrigin-RevId: d6a69cd2b9691402853fc7167d73657a3c40ee10
1 parent 1f9210e commit 964cbca

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

api/provisioning/v1alpha/provisioning.proto

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
939948
message 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

10031010
message GetLinkRequest{

0 commit comments

Comments
 (0)