Skip to content

Commit

Permalink
Revert "alpha to beta sdks/rust/proto/allocation/allocation.proto"
Browse files Browse the repository at this point in the history
This reverts commit ce8f620.
  • Loading branch information
Kalaiselvi84 committed May 15, 2024
1 parent ce8f620 commit 1f8951a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdks/rust/proto/allocation/allocation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ message AllocationRequest {
// Note: This field can only be set if neither Required or Preferred is set.
repeated GameServerSelector gameServerSelectors = 8;

// [Stage: Beta]
// [Stage: Alpha]
// [FeatureFlag:CountsAndLists]
// `Priorities` configuration alters the order in which `GameServers` are searched for matches to the configured `selectors`.
//
Expand All @@ -92,7 +92,7 @@ message AllocationRequest {
// order that `GameServers` will be allocated by.
repeated Priority priorities = 9;

// [Stage: Beta]
// [Stage: Alpha]
// [FeatureFlag:CountsAndLists]
// Counters and Lists provide a set of actions to perform
// on Counters and Lists during allocation.
Expand All @@ -114,7 +114,7 @@ message AllocationResponse {
string source = 6;
optional GameServerMetadata metadata = 7;

// (Beta, CountsAndLists feature flag) Status of Counters and Lists on allocation.
// (Alpha, CountsAndLists feature flag) Status of Counters and Lists on allocation.
map<string, CounterStatus> counters = 9;
map<string, ListStatus> lists = 10;

Expand Down

0 comments on commit 1f8951a

Please sign in to comment.