File tree 3 files changed +273
-260
lines changed
3 files changed +273
-260
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ message PluginCapability {
213
213
// attempt to invoke the REQUIRED GroupController service RPCs, as
214
214
// well as specific RPCs as indicated by
215
215
// GroupControllerGetCapabilities.
216
- GROUP_CONTROLLER_SERVICE = 3 ;
216
+ GROUP_CONTROLLER_SERVICE = 3 [ (alpha_enum_value) = true ] ;
217
217
}
218
218
Type type = 1 ;
219
219
}
@@ -1683,17 +1683,23 @@ message NodeExpandVolumeResponse {
1683
1683
int64 capacity_bytes = 1 ;
1684
1684
}
1685
1685
message GroupControllerGetCapabilitiesRequest {
1686
+ option (alpha_message) = true ;
1687
+
1686
1688
// Intentionally empty.
1687
1689
}
1688
1690
1689
1691
message GroupControllerGetCapabilitiesResponse {
1692
+ option (alpha_message) = true ;
1693
+
1690
1694
// All the capabilities that the group controller service supports.
1691
1695
// This field is OPTIONAL.
1692
1696
repeated GroupControllerServiceCapability capabilities = 1 ;
1693
1697
}
1694
1698
1695
1699
// Specifies a capability of the group controller service.
1696
1700
message GroupControllerServiceCapability {
1701
+ option (alpha_message) = true ;
1702
+
1697
1703
message RPC {
1698
1704
enum Type {
1699
1705
UNKNOWN = 0 ;
You can’t perform that action at this time.
0 commit comments