From 4cf14979d88ed58a607bc5e3a4e2117aa7517d37 Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Thu, 4 Apr 2019 14:52:25 +0000 Subject: [PATCH] spec: added alpha_xxx options Enumerations, fields, messages, methods, and services support `alpha_xxx` designations, indicating that they are part of an experimental feature that may never evolve to "stable" status. --- csi.proto | 35 +++ lib/go/csi/csi.pb.go | 632 ++++++++++++++++++++++++------------------- spec.md | 35 +++ 3 files changed, 420 insertions(+), 282 deletions(-) diff --git a/csi.proto b/csi.proto index 4c4d225b..278cce83 100644 --- a/csi.proto +++ b/csi.proto @@ -8,10 +8,45 @@ import "google/protobuf/wrappers.proto"; option go_package = "csi"; +extend google.protobuf.EnumOptions { + // Indicates that this enum is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_enum = 1060; +} +extend google.protobuf.EnumValueOptions { + // Indicates that this enum value is OPTIONAL and part of an + // experimental API that may be deprecated and eventually removed + // between minor releases. + bool alpha_enum_value = 1060; +} extend google.protobuf.FieldOptions { // Indicates that a field MAY contain information that is sensitive // and MUST be treated as such (e.g. not logged). bool csi_secret = 1059; + + // Indicates that this field is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_field = 1060; +} +extend google.protobuf.MessageOptions { + // Indicates that this message is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_message = 1060; +} +extend google.protobuf.MethodOptions { + // Indicates that this method is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_method = 1060; +} +extend google.protobuf.ServiceOptions { + // Indicates that this service is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_service = 1060; } service Identity { rpc GetPluginInfo(GetPluginInfoRequest) diff --git a/lib/go/csi/csi.pb.go b/lib/go/csi/csi.pb.go index d84db2fc..e4d072d5 100644 --- a/lib/go/csi/csi.pb.go +++ b/lib/go/csi/csi.pb.go @@ -63,7 +63,7 @@ func (x PluginCapability_Service_Type) String() string { return proto.EnumName(PluginCapability_Service_Type_name, int32(x)) } func (PluginCapability_Service_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{4, 0, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{4, 0, 0} } type PluginCapability_VolumeExpansion_Type int32 @@ -124,7 +124,7 @@ func (x PluginCapability_VolumeExpansion_Type) String() string { return proto.EnumName(PluginCapability_VolumeExpansion_Type_name, int32(x)) } func (PluginCapability_VolumeExpansion_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{4, 1, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{4, 1, 0} } type VolumeCapability_AccessMode_Mode int32 @@ -168,7 +168,7 @@ func (x VolumeCapability_AccessMode_Mode) String() string { return proto.EnumName(VolumeCapability_AccessMode_Mode_name, int32(x)) } func (VolumeCapability_AccessMode_Mode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{10, 2, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{10, 2, 0} } type ControllerServiceCapability_RPC_Type int32 @@ -226,7 +226,7 @@ func (x ControllerServiceCapability_RPC_Type) String() string { return proto.EnumName(ControllerServiceCapability_RPC_Type_name, int32(x)) } func (ControllerServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{29, 0, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{29, 0, 0} } type VolumeUsage_Unit int32 @@ -252,7 +252,7 @@ func (x VolumeUsage_Unit) String() string { return proto.EnumName(VolumeUsage_Unit_name, int32(x)) } func (VolumeUsage_Unit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{49, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{49, 0} } type NodeServiceCapability_RPC_Type int32 @@ -285,7 +285,7 @@ func (x NodeServiceCapability_RPC_Type) String() string { return proto.EnumName(NodeServiceCapability_RPC_Type_name, int32(x)) } func (NodeServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{52, 0, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{52, 0, 0} } type GetPluginInfoRequest struct { @@ -298,7 +298,7 @@ func (m *GetPluginInfoRequest) Reset() { *m = GetPluginInfoRequest{} } func (m *GetPluginInfoRequest) String() string { return proto.CompactTextString(m) } func (*GetPluginInfoRequest) ProtoMessage() {} func (*GetPluginInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{0} } func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoRequest.Unmarshal(m, b) @@ -340,7 +340,7 @@ func (m *GetPluginInfoResponse) Reset() { *m = GetPluginInfoResponse{} } func (m *GetPluginInfoResponse) String() string { return proto.CompactTextString(m) } func (*GetPluginInfoResponse) ProtoMessage() {} func (*GetPluginInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{1} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{1} } func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoResponse.Unmarshal(m, b) @@ -391,7 +391,7 @@ func (m *GetPluginCapabilitiesRequest) Reset() { *m = GetPluginCapabilit func (m *GetPluginCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*GetPluginCapabilitiesRequest) ProtoMessage() {} func (*GetPluginCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{2} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{2} } func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesRequest.Unmarshal(m, b) @@ -424,7 +424,7 @@ func (m *GetPluginCapabilitiesResponse) Reset() { *m = GetPluginCapabili func (m *GetPluginCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*GetPluginCapabilitiesResponse) ProtoMessage() {} func (*GetPluginCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{3} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{3} } func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesResponse.Unmarshal(m, b) @@ -466,7 +466,7 @@ func (m *PluginCapability) Reset() { *m = PluginCapability{} } func (m *PluginCapability) String() string { return proto.CompactTextString(m) } func (*PluginCapability) ProtoMessage() {} func (*PluginCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{4} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{4} } func (m *PluginCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability.Unmarshal(m, b) @@ -608,7 +608,7 @@ func (m *PluginCapability_Service) Reset() { *m = PluginCapability_Servi func (m *PluginCapability_Service) String() string { return proto.CompactTextString(m) } func (*PluginCapability_Service) ProtoMessage() {} func (*PluginCapability_Service) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{4, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{4, 0} } func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_Service.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *PluginCapability_VolumeExpansion) Reset() { *m = PluginCapabili func (m *PluginCapability_VolumeExpansion) String() string { return proto.CompactTextString(m) } func (*PluginCapability_VolumeExpansion) ProtoMessage() {} func (*PluginCapability_VolumeExpansion) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{4, 1} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{4, 1} } func (m *PluginCapability_VolumeExpansion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_VolumeExpansion.Unmarshal(m, b) @@ -683,7 +683,7 @@ func (m *ProbeRequest) Reset() { *m = ProbeRequest{} } func (m *ProbeRequest) String() string { return proto.CompactTextString(m) } func (*ProbeRequest) ProtoMessage() {} func (*ProbeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{5} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{5} } func (m *ProbeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeRequest.Unmarshal(m, b) @@ -734,7 +734,7 @@ func (m *ProbeResponse) Reset() { *m = ProbeResponse{} } func (m *ProbeResponse) String() string { return proto.CompactTextString(m) } func (*ProbeResponse) ProtoMessage() {} func (*ProbeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{6} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{6} } func (m *ProbeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeResponse.Unmarshal(m, b) @@ -843,7 +843,7 @@ func (m *CreateVolumeRequest) Reset() { *m = CreateVolumeRequest{} } func (m *CreateVolumeRequest) String() string { return proto.CompactTextString(m) } func (*CreateVolumeRequest) ProtoMessage() {} func (*CreateVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{7} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{7} } func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeRequest.Unmarshal(m, b) @@ -928,7 +928,7 @@ func (m *VolumeContentSource) Reset() { *m = VolumeContentSource{} } func (m *VolumeContentSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource) ProtoMessage() {} func (*VolumeContentSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{8} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{8} } func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource.Unmarshal(m, b) @@ -1074,7 +1074,7 @@ func (m *VolumeContentSource_SnapshotSource) Reset() { *m = VolumeConten func (m *VolumeContentSource_SnapshotSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource_SnapshotSource) ProtoMessage() {} func (*VolumeContentSource_SnapshotSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{8, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{8, 0} } func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_SnapshotSource.Unmarshal(m, b) @@ -1115,7 +1115,7 @@ func (m *VolumeContentSource_VolumeSource) Reset() { *m = VolumeContentS func (m *VolumeContentSource_VolumeSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource_VolumeSource) ProtoMessage() {} func (*VolumeContentSource_VolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{8, 1} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{8, 1} } func (m *VolumeContentSource_VolumeSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_VolumeSource.Unmarshal(m, b) @@ -1156,7 +1156,7 @@ func (m *CreateVolumeResponse) Reset() { *m = CreateVolumeResponse{} } func (m *CreateVolumeResponse) String() string { return proto.CompactTextString(m) } func (*CreateVolumeResponse) ProtoMessage() {} func (*CreateVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{9} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{9} } func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeResponse.Unmarshal(m, b) @@ -1203,7 +1203,7 @@ func (m *VolumeCapability) Reset() { *m = VolumeCapability{} } func (m *VolumeCapability) String() string { return proto.CompactTextString(m) } func (*VolumeCapability) ProtoMessage() {} func (*VolumeCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{10} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{10} } func (m *VolumeCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability.Unmarshal(m, b) @@ -1352,7 +1352,7 @@ func (m *VolumeCapability_BlockVolume) Reset() { *m = VolumeCapability_B func (m *VolumeCapability_BlockVolume) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_BlockVolume) ProtoMessage() {} func (*VolumeCapability_BlockVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{10, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{10, 0} } func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_BlockVolume.Unmarshal(m, b) @@ -1392,7 +1392,7 @@ func (m *VolumeCapability_MountVolume) Reset() { *m = VolumeCapability_M func (m *VolumeCapability_MountVolume) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_MountVolume) ProtoMessage() {} func (*VolumeCapability_MountVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{10, 1} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{10, 1} } func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_MountVolume.Unmarshal(m, b) @@ -1439,7 +1439,7 @@ func (m *VolumeCapability_AccessMode) Reset() { *m = VolumeCapability_Ac func (m *VolumeCapability_AccessMode) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_AccessMode) ProtoMessage() {} func (*VolumeCapability_AccessMode) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{10, 2} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{10, 2} } func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_AccessMode.Unmarshal(m, b) @@ -1487,7 +1487,7 @@ func (m *CapacityRange) Reset() { *m = CapacityRange{} } func (m *CapacityRange) String() string { return proto.CompactTextString(m) } func (*CapacityRange) ProtoMessage() {} func (*CapacityRange) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{11} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{11} } func (m *CapacityRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapacityRange.Unmarshal(m, b) @@ -1592,7 +1592,7 @@ func (m *Volume) Reset() { *m = Volume{} } func (m *Volume) String() string { return proto.CompactTextString(m) } func (*Volume) ProtoMessage() {} func (*Volume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{12} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{12} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1784,7 +1784,7 @@ func (m *TopologyRequirement) Reset() { *m = TopologyRequirement{} } func (m *TopologyRequirement) String() string { return proto.CompactTextString(m) } func (*TopologyRequirement) ProtoMessage() {} func (*TopologyRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{13} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{13} } func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopologyRequirement.Unmarshal(m, b) @@ -1858,7 +1858,7 @@ func (m *Topology) Reset() { *m = Topology{} } func (m *Topology) String() string { return proto.CompactTextString(m) } func (*Topology) ProtoMessage() {} func (*Topology) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{14} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{14} } func (m *Topology) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topology.Unmarshal(m, b) @@ -1902,7 +1902,7 @@ func (m *DeleteVolumeRequest) Reset() { *m = DeleteVolumeRequest{} } func (m *DeleteVolumeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVolumeRequest) ProtoMessage() {} func (*DeleteVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{15} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{15} } func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeRequest.Unmarshal(m, b) @@ -1946,7 +1946,7 @@ func (m *DeleteVolumeResponse) Reset() { *m = DeleteVolumeResponse{} } func (m *DeleteVolumeResponse) String() string { return proto.CompactTextString(m) } func (*DeleteVolumeResponse) ProtoMessage() {} func (*DeleteVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{16} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{16} } func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeResponse.Unmarshal(m, b) @@ -2000,7 +2000,7 @@ func (m *ControllerPublishVolumeRequest) Reset() { *m = ControllerPublis func (m *ControllerPublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*ControllerPublishVolumeRequest) ProtoMessage() {} func (*ControllerPublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{17} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{17} } func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeRequest.Unmarshal(m, b) @@ -2086,7 +2086,7 @@ func (m *ControllerPublishVolumeResponse) Reset() { *m = ControllerPubli func (m *ControllerPublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*ControllerPublishVolumeResponse) ProtoMessage() {} func (*ControllerPublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{18} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{18} } func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeResponse.Unmarshal(m, b) @@ -2137,7 +2137,7 @@ func (m *ControllerUnpublishVolumeRequest) Reset() { *m = ControllerUnpu func (m *ControllerUnpublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*ControllerUnpublishVolumeRequest) ProtoMessage() {} func (*ControllerUnpublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{19} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{19} } func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeRequest.Unmarshal(m, b) @@ -2188,7 +2188,7 @@ func (m *ControllerUnpublishVolumeResponse) Reset() { *m = ControllerUnp func (m *ControllerUnpublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*ControllerUnpublishVolumeResponse) ProtoMessage() {} func (*ControllerUnpublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{20} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{20} } func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeResponse.Unmarshal(m, b) @@ -2235,7 +2235,7 @@ func (m *ValidateVolumeCapabilitiesRequest) Reset() { *m = ValidateVolum func (m *ValidateVolumeCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*ValidateVolumeCapabilitiesRequest) ProtoMessage() {} func (*ValidateVolumeCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{21} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{21} } func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesRequest.Unmarshal(m, b) @@ -2313,7 +2313,7 @@ func (m *ValidateVolumeCapabilitiesResponse) Reset() { *m = ValidateVolu func (m *ValidateVolumeCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*ValidateVolumeCapabilitiesResponse) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{22} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{22} } func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse.Unmarshal(m, b) @@ -2370,7 +2370,7 @@ func (m *ValidateVolumeCapabilitiesResponse_Confirmed) String() string { } func (*ValidateVolumeCapabilitiesResponse_Confirmed) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse_Confirmed) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{22, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{22, 0} } func (m *ValidateVolumeCapabilitiesResponse_Confirmed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse_Confirmed.Unmarshal(m, b) @@ -2435,7 +2435,7 @@ func (m *ListVolumesRequest) Reset() { *m = ListVolumesRequest{} } func (m *ListVolumesRequest) String() string { return proto.CompactTextString(m) } func (*ListVolumesRequest) ProtoMessage() {} func (*ListVolumesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{23} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{23} } func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesRequest.Unmarshal(m, b) @@ -2487,7 +2487,7 @@ func (m *ListVolumesResponse) Reset() { *m = ListVolumesResponse{} } func (m *ListVolumesResponse) String() string { return proto.CompactTextString(m) } func (*ListVolumesResponse) ProtoMessage() {} func (*ListVolumesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{24} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{24} } func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse.Unmarshal(m, b) @@ -2532,7 +2532,7 @@ func (m *ListVolumesResponse_Entry) Reset() { *m = ListVolumesResponse_E func (m *ListVolumesResponse_Entry) String() string { return proto.CompactTextString(m) } func (*ListVolumesResponse_Entry) ProtoMessage() {} func (*ListVolumesResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{24, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{24, 0} } func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse_Entry.Unmarshal(m, b) @@ -2587,7 +2587,7 @@ func (m *GetCapacityRequest) Reset() { *m = GetCapacityRequest{} } func (m *GetCapacityRequest) String() string { return proto.CompactTextString(m) } func (*GetCapacityRequest) ProtoMessage() {} func (*GetCapacityRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{25} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{25} } func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityRequest.Unmarshal(m, b) @@ -2645,7 +2645,7 @@ func (m *GetCapacityResponse) Reset() { *m = GetCapacityResponse{} } func (m *GetCapacityResponse) String() string { return proto.CompactTextString(m) } func (*GetCapacityResponse) ProtoMessage() {} func (*GetCapacityResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{26} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{26} } func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityResponse.Unmarshal(m, b) @@ -2682,7 +2682,7 @@ func (m *ControllerGetCapabilitiesRequest) Reset() { *m = ControllerGetC func (m *ControllerGetCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*ControllerGetCapabilitiesRequest) ProtoMessage() {} func (*ControllerGetCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{27} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{27} } func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesRequest.Unmarshal(m, b) @@ -2715,7 +2715,7 @@ func (m *ControllerGetCapabilitiesResponse) Reset() { *m = ControllerGet func (m *ControllerGetCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*ControllerGetCapabilitiesResponse) ProtoMessage() {} func (*ControllerGetCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{28} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{28} } func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesResponse.Unmarshal(m, b) @@ -2756,7 +2756,7 @@ func (m *ControllerServiceCapability) Reset() { *m = ControllerServiceCa func (m *ControllerServiceCapability) String() string { return proto.CompactTextString(m) } func (*ControllerServiceCapability) ProtoMessage() {} func (*ControllerServiceCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{29} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{29} } func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability.Unmarshal(m, b) @@ -2866,7 +2866,7 @@ func (m *ControllerServiceCapability_RPC) Reset() { *m = ControllerServi func (m *ControllerServiceCapability_RPC) String() string { return proto.CompactTextString(m) } func (*ControllerServiceCapability_RPC) ProtoMessage() {} func (*ControllerServiceCapability_RPC) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{29, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{29, 0} } func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability_RPC.Unmarshal(m, b) @@ -2928,7 +2928,7 @@ func (m *CreateSnapshotRequest) Reset() { *m = CreateSnapshotRequest{} } func (m *CreateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotRequest) ProtoMessage() {} func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{30} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2990,7 +2990,7 @@ func (m *CreateSnapshotResponse) Reset() { *m = CreateSnapshotResponse{} func (m *CreateSnapshotResponse) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotResponse) ProtoMessage() {} func (*CreateSnapshotResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{31} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{31} } func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotResponse.Unmarshal(m, b) @@ -3057,7 +3057,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{32} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -3129,7 +3129,7 @@ func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } func (m *DeleteSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotRequest) ProtoMessage() {} func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{33} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{33} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -3173,7 +3173,7 @@ func (m *DeleteSnapshotResponse) Reset() { *m = DeleteSnapshotResponse{} func (m *DeleteSnapshotResponse) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotResponse) ProtoMessage() {} func (*DeleteSnapshotResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{34} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{34} } func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotResponse.Unmarshal(m, b) @@ -3228,7 +3228,7 @@ func (m *ListSnapshotsRequest) Reset() { *m = ListSnapshotsRequest{} } func (m *ListSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsRequest) ProtoMessage() {} func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{35} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{35} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -3294,7 +3294,7 @@ func (m *ListSnapshotsResponse) Reset() { *m = ListSnapshotsResponse{} } func (m *ListSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse) ProtoMessage() {} func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{36} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{36} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -3339,7 +3339,7 @@ func (m *ListSnapshotsResponse_Entry) Reset() { *m = ListSnapshotsRespon func (m *ListSnapshotsResponse_Entry) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse_Entry) ProtoMessage() {} func (*ListSnapshotsResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{36, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{36, 0} } func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse_Entry.Unmarshal(m, b) @@ -3384,7 +3384,7 @@ func (m *ControllerExpandVolumeRequest) Reset() { *m = ControllerExpandV func (m *ControllerExpandVolumeRequest) String() string { return proto.CompactTextString(m) } func (*ControllerExpandVolumeRequest) ProtoMessage() {} func (*ControllerExpandVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{37} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{37} } func (m *ControllerExpandVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerExpandVolumeRequest.Unmarshal(m, b) @@ -3441,7 +3441,7 @@ func (m *ControllerExpandVolumeResponse) Reset() { *m = ControllerExpand func (m *ControllerExpandVolumeResponse) String() string { return proto.CompactTextString(m) } func (*ControllerExpandVolumeResponse) ProtoMessage() {} func (*ControllerExpandVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{38} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{38} } func (m *ControllerExpandVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerExpandVolumeResponse.Unmarshal(m, b) @@ -3516,7 +3516,7 @@ func (m *NodeStageVolumeRequest) Reset() { *m = NodeStageVolumeRequest{} func (m *NodeStageVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeStageVolumeRequest) ProtoMessage() {} func (*NodeStageVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{39} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{39} } func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeRequest.Unmarshal(m, b) @@ -3588,7 +3588,7 @@ func (m *NodeStageVolumeResponse) Reset() { *m = NodeStageVolumeResponse func (m *NodeStageVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeStageVolumeResponse) ProtoMessage() {} func (*NodeStageVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{40} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{40} } func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeResponse.Unmarshal(m, b) @@ -3624,7 +3624,7 @@ func (m *NodeUnstageVolumeRequest) Reset() { *m = NodeUnstageVolumeReque func (m *NodeUnstageVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeUnstageVolumeRequest) ProtoMessage() {} func (*NodeUnstageVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{41} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{41} } func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeRequest.Unmarshal(m, b) @@ -3668,7 +3668,7 @@ func (m *NodeUnstageVolumeResponse) Reset() { *m = NodeUnstageVolumeResp func (m *NodeUnstageVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeUnstageVolumeResponse) ProtoMessage() {} func (*NodeUnstageVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{42} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{42} } func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeResponse.Unmarshal(m, b) @@ -3742,7 +3742,7 @@ func (m *NodePublishVolumeRequest) Reset() { *m = NodePublishVolumeReque func (m *NodePublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodePublishVolumeRequest) ProtoMessage() {} func (*NodePublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{43} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{43} } func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeRequest.Unmarshal(m, b) @@ -3828,7 +3828,7 @@ func (m *NodePublishVolumeResponse) Reset() { *m = NodePublishVolumeResp func (m *NodePublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodePublishVolumeResponse) ProtoMessage() {} func (*NodePublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{44} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{44} } func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeResponse.Unmarshal(m, b) @@ -3865,7 +3865,7 @@ func (m *NodeUnpublishVolumeRequest) Reset() { *m = NodeUnpublishVolumeR func (m *NodeUnpublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeUnpublishVolumeRequest) ProtoMessage() {} func (*NodeUnpublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{45} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{45} } func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeRequest.Unmarshal(m, b) @@ -3909,7 +3909,7 @@ func (m *NodeUnpublishVolumeResponse) Reset() { *m = NodeUnpublishVolume func (m *NodeUnpublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeUnpublishVolumeResponse) ProtoMessage() {} func (*NodeUnpublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{46} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{46} } func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeResponse.Unmarshal(m, b) @@ -3947,7 +3947,7 @@ func (m *NodeGetVolumeStatsRequest) Reset() { *m = NodeGetVolumeStatsReq func (m *NodeGetVolumeStatsRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetVolumeStatsRequest) ProtoMessage() {} func (*NodeGetVolumeStatsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{47} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{47} } func (m *NodeGetVolumeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsRequest.Unmarshal(m, b) @@ -3993,7 +3993,7 @@ func (m *NodeGetVolumeStatsResponse) Reset() { *m = NodeGetVolumeStatsRe func (m *NodeGetVolumeStatsResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetVolumeStatsResponse) ProtoMessage() {} func (*NodeGetVolumeStatsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{48} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{48} } func (m *NodeGetVolumeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsResponse.Unmarshal(m, b) @@ -4041,7 +4041,7 @@ func (m *VolumeUsage) Reset() { *m = VolumeUsage{} } func (m *VolumeUsage) String() string { return proto.CompactTextString(m) } func (*VolumeUsage) ProtoMessage() {} func (*VolumeUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{49} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{49} } func (m *VolumeUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeUsage.Unmarshal(m, b) @@ -4099,7 +4099,7 @@ func (m *NodeGetCapabilitiesRequest) Reset() { *m = NodeGetCapabilitiesR func (m *NodeGetCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetCapabilitiesRequest) ProtoMessage() {} func (*NodeGetCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{50} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{50} } func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesRequest.Unmarshal(m, b) @@ -4132,7 +4132,7 @@ func (m *NodeGetCapabilitiesResponse) Reset() { *m = NodeGetCapabilities func (m *NodeGetCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetCapabilitiesResponse) ProtoMessage() {} func (*NodeGetCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{51} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{51} } func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesResponse.Unmarshal(m, b) @@ -4173,7 +4173,7 @@ func (m *NodeServiceCapability) Reset() { *m = NodeServiceCapability{} } func (m *NodeServiceCapability) String() string { return proto.CompactTextString(m) } func (*NodeServiceCapability) ProtoMessage() {} func (*NodeServiceCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{52} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{52} } func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability.Unmarshal(m, b) @@ -4283,7 +4283,7 @@ func (m *NodeServiceCapability_RPC) Reset() { *m = NodeServiceCapability func (m *NodeServiceCapability_RPC) String() string { return proto.CompactTextString(m) } func (*NodeServiceCapability_RPC) ProtoMessage() {} func (*NodeServiceCapability_RPC) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{52, 0} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{52, 0} } func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability_RPC.Unmarshal(m, b) @@ -4320,7 +4320,7 @@ func (m *NodeGetInfoRequest) Reset() { *m = NodeGetInfoRequest{} } func (m *NodeGetInfoRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetInfoRequest) ProtoMessage() {} func (*NodeGetInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{53} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{53} } func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoRequest.Unmarshal(m, b) @@ -4383,7 +4383,7 @@ func (m *NodeGetInfoResponse) Reset() { *m = NodeGetInfoResponse{} } func (m *NodeGetInfoResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetInfoResponse) ProtoMessage() {} func (*NodeGetInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{54} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{54} } func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoResponse.Unmarshal(m, b) @@ -4445,7 +4445,7 @@ func (m *NodeExpandVolumeRequest) Reset() { *m = NodeExpandVolumeRequest func (m *NodeExpandVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeExpandVolumeRequest) ProtoMessage() {} func (*NodeExpandVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{55} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{55} } func (m *NodeExpandVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeExpandVolumeRequest.Unmarshal(m, b) @@ -4498,7 +4498,7 @@ func (m *NodeExpandVolumeResponse) Reset() { *m = NodeExpandVolumeRespon func (m *NodeExpandVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeExpandVolumeResponse) ProtoMessage() {} func (*NodeExpandVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_2c5455657a82ae49, []int{56} + return fileDescriptor_csi_2ca1bb642d957c8c, []int{56} } func (m *NodeExpandVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeExpandVolumeResponse.Unmarshal(m, b) @@ -4525,6 +4525,24 @@ func (m *NodeExpandVolumeResponse) GetCapacityBytes() int64 { return 0 } +var E_AlphaEnum = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.EnumOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_enum", + Tag: "varint,1060,opt,name=alpha_enum,json=alphaEnum", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + +var E_AlphaEnumValue = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.EnumValueOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_enum_value", + Tag: "varint,1060,opt,name=alpha_enum_value,json=alphaEnumValue", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + var E_CsiSecret = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FieldOptions)(nil), ExtensionType: (*bool)(nil), @@ -4534,6 +4552,42 @@ var E_CsiSecret = &proto.ExtensionDesc{ Filename: "github.com/container-storage-interface/spec/csi.proto", } +var E_AlphaField = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.FieldOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_field", + Tag: "varint,1060,opt,name=alpha_field,json=alphaField", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + +var E_AlphaMessage = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.MessageOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_message", + Tag: "varint,1060,opt,name=alpha_message,json=alphaMessage", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + +var E_AlphaMethod = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.MethodOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_method", + Tag: "varint,1060,opt,name=alpha_method,json=alphaMethod", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + +var E_AlphaService = &proto.ExtensionDesc{ + ExtendedType: (*descriptor.ServiceOptions)(nil), + ExtensionType: (*bool)(nil), + Field: 1060, + Name: "csi.v1.alpha_service", + Tag: "varint,1060,opt,name=alpha_service,json=alphaService", + Filename: "github.com/container-storage-interface/spec/csi.proto", +} + func init() { proto.RegisterType((*GetPluginInfoRequest)(nil), "csi.v1.GetPluginInfoRequest") proto.RegisterType((*GetPluginInfoResponse)(nil), "csi.v1.GetPluginInfoResponse") @@ -4636,7 +4690,13 @@ func init() { proto.RegisterEnum("csi.v1.ControllerServiceCapability_RPC_Type", ControllerServiceCapability_RPC_Type_name, ControllerServiceCapability_RPC_Type_value) proto.RegisterEnum("csi.v1.VolumeUsage_Unit", VolumeUsage_Unit_name, VolumeUsage_Unit_value) proto.RegisterEnum("csi.v1.NodeServiceCapability_RPC_Type", NodeServiceCapability_RPC_Type_name, NodeServiceCapability_RPC_Type_value) + proto.RegisterExtension(E_AlphaEnum) + proto.RegisterExtension(E_AlphaEnumValue) proto.RegisterExtension(E_CsiSecret) + proto.RegisterExtension(E_AlphaField) + proto.RegisterExtension(E_AlphaMessage) + proto.RegisterExtension(E_AlphaMethod) + proto.RegisterExtension(E_AlphaService) } // Reference imports to suppress errors if they are not otherwise used. @@ -5500,214 +5560,222 @@ var _Node_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_2c5455657a82ae49) + proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_2ca1bb642d957c8c) } -var fileDescriptor_csi_2c5455657a82ae49 = []byte{ - // 3276 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4d, 0x70, 0xdb, 0xc6, - 0x15, 0x26, 0xf8, 0x23, 0x51, 0x4f, 0x3f, 0xa6, 0x57, 0x3f, 0xa6, 0x21, 0xc9, 0x96, 0xe1, 0xd8, - 0x51, 0x1c, 0x9b, 0x6a, 0x94, 0x38, 0xd3, 0xd8, 0x4e, 0x1b, 0x8a, 0xa2, 0x25, 0xc6, 0x34, 0xa9, - 0x80, 0x94, 0x1c, 0xbb, 0xcd, 0x20, 0x10, 0xb9, 0xa2, 0x31, 0x21, 0x01, 0x06, 0x00, 0x55, 0xa9, - 0x97, 0xce, 0xb4, 0xa7, 0x4c, 0xcf, 0x9d, 0xb6, 0xa7, 0xce, 0xa4, 0xbd, 0xb4, 0xd3, 0x4c, 0x4f, +var fileDescriptor_csi_2ca1bb642d957c8c = []byte{ + // 3398 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0x4d, 0x70, 0xdb, 0xc6, + 0x15, 0x16, 0xf8, 0xa3, 0x9f, 0x47, 0x89, 0xa6, 0x57, 0x3f, 0xa6, 0x21, 0xc9, 0x96, 0xe1, 0xd8, + 0x51, 0x1c, 0x9b, 0x6e, 0x9c, 0x38, 0xd3, 0xc8, 0x4e, 0x13, 0x92, 0xa2, 0x25, 0xc6, 0x34, 0xa9, + 0x80, 0x94, 0x1c, 0xbb, 0xcd, 0x20, 0x10, 0xb9, 0xa2, 0x31, 0x21, 0x01, 0x06, 0x00, 0x55, 0xab, + 0x97, 0xce, 0xb4, 0xa7, 0x4c, 0xcf, 0x9d, 0xb6, 0xa7, 0xce, 0xa4, 0xb9, 0xb4, 0xd3, 0x4c, 0x4f, 0x9d, 0x1e, 0x3b, 0xd3, 0x63, 0x0f, 0xbd, 0xb6, 0x93, 0x4b, 0xae, 0x9d, 0x4c, 0x3b, 0x93, 0xe9, - 0xb1, 0xa7, 0x0e, 0xb0, 0x0b, 0x10, 0x0b, 0x02, 0x20, 0x69, 0xd9, 0xe3, 0x43, 0x4f, 0x24, 0xde, - 0xbe, 0x7d, 0xfb, 0xf6, 0xe1, 0xbd, 0xb7, 0xef, 0x7d, 0x0b, 0xb8, 0xdd, 0x52, 0xcc, 0xa7, 0xbd, - 0xc3, 0x5c, 0x43, 0xeb, 0x6c, 0x34, 0x34, 0xd5, 0x94, 0x15, 0x15, 0xeb, 0xb7, 0x0c, 0x53, 0xd3, - 0xe5, 0x16, 0xbe, 0xa5, 0xa8, 0x26, 0xd6, 0x8f, 0xe4, 0x06, 0xde, 0x30, 0xba, 0xb8, 0xb1, 0xd1, - 0x30, 0x94, 0x5c, 0x57, 0xd7, 0x4c, 0x0d, 0x4d, 0x58, 0x7f, 0x8f, 0xdf, 0xe0, 0xd7, 0x5a, 0x9a, - 0xd6, 0x6a, 0xe3, 0x0d, 0x9b, 0x7a, 0xd8, 0x3b, 0xda, 0x68, 0x62, 0xa3, 0xa1, 0x2b, 0x5d, 0x53, - 0xd3, 0x09, 0x27, 0x7f, 0xd9, 0xcf, 0x61, 0x2a, 0x1d, 0x6c, 0x98, 0x72, 0xa7, 0x4b, 0x19, 0x2e, - 0xf9, 0x19, 0x7e, 0xa0, 0xcb, 0xdd, 0x2e, 0xd6, 0x0d, 0x32, 0x2e, 0x2c, 0xc1, 0xc2, 0x0e, 0x36, - 0xf7, 0xda, 0xbd, 0x96, 0xa2, 0x96, 0xd4, 0x23, 0x4d, 0xc4, 0x9f, 0xf6, 0xb0, 0x61, 0x0a, 0xff, - 0xe0, 0x60, 0xd1, 0x37, 0x60, 0x74, 0x35, 0xd5, 0xc0, 0x08, 0x41, 0x52, 0x95, 0x3b, 0x38, 0xcb, - 0xad, 0x71, 0xeb, 0x53, 0xa2, 0xfd, 0x1f, 0x5d, 0x83, 0xb9, 0x63, 0xac, 0x36, 0x35, 0x5d, 0x3a, - 0xc6, 0xba, 0xa1, 0x68, 0x6a, 0x36, 0x6e, 0x8f, 0xce, 0x12, 0xea, 0x01, 0x21, 0xa2, 0x1d, 0x48, - 0x77, 0x64, 0x55, 0x39, 0xc2, 0x86, 0x99, 0x4d, 0xac, 0x25, 0xd6, 0xa7, 0x37, 0x5f, 0xcf, 0x91, - 0xad, 0xe6, 0x02, 0xd7, 0xca, 0x3d, 0xa4, 0xdc, 0x45, 0xd5, 0xd4, 0x4f, 0x45, 0x77, 0x32, 0x7f, - 0x17, 0x66, 0x99, 0x21, 0x94, 0x81, 0xc4, 0x27, 0xf8, 0x94, 0xea, 0x64, 0xfd, 0x45, 0x0b, 0x90, - 0x3a, 0x96, 0xdb, 0x3d, 0x4c, 0x35, 0x21, 0x0f, 0x77, 0xe2, 0xdf, 0xe6, 0x84, 0x4b, 0xb0, 0xe2, - 0xae, 0x56, 0x90, 0xbb, 0xf2, 0xa1, 0xd2, 0x56, 0x4c, 0x05, 0x1b, 0xce, 0xd6, 0x3f, 0x82, 0xd5, - 0x90, 0x71, 0x6a, 0x81, 0x7b, 0x30, 0xd3, 0xf0, 0xd0, 0xb3, 0x9c, 0xbd, 0x95, 0xac, 0xb3, 0x15, - 0xdf, 0xcc, 0x53, 0x91, 0xe1, 0x16, 0xfe, 0x96, 0x80, 0x8c, 0x9f, 0x05, 0xdd, 0x83, 0x49, 0x03, - 0xeb, 0xc7, 0x4a, 0x83, 0xd8, 0x75, 0x7a, 0x73, 0x2d, 0x4c, 0x5a, 0xae, 0x46, 0xf8, 0x76, 0x63, - 0xa2, 0x33, 0x05, 0xed, 0x43, 0xe6, 0x58, 0x6b, 0xf7, 0x3a, 0x58, 0xc2, 0x27, 0x5d, 0x59, 0x75, - 0x5f, 0xc0, 0xf4, 0xe6, 0x7a, 0xa8, 0x98, 0x03, 0x7b, 0x42, 0xd1, 0xe1, 0xdf, 0x8d, 0x89, 0xe7, - 0x8e, 0x59, 0x12, 0xff, 0x73, 0x0e, 0x26, 0xe9, 0x6a, 0xe8, 0x1d, 0x48, 0x9a, 0xa7, 0x5d, 0xa2, - 0xdd, 0xdc, 0xe6, 0xb5, 0x61, 0xda, 0xe5, 0xea, 0xa7, 0x5d, 0x2c, 0xda, 0x53, 0x84, 0x0f, 0x20, - 0x69, 0x3d, 0xa1, 0x69, 0x98, 0xdc, 0xaf, 0x3c, 0xa8, 0x54, 0x1f, 0x55, 0x32, 0x31, 0xb4, 0x04, - 0xa8, 0x50, 0xad, 0xd4, 0xc5, 0x6a, 0xb9, 0x5c, 0x14, 0xa5, 0x5a, 0x51, 0x3c, 0x28, 0x15, 0x8a, - 0x19, 0x0e, 0xbd, 0x02, 0x6b, 0x07, 0xd5, 0xf2, 0xfe, 0xc3, 0xa2, 0x94, 0x2f, 0x14, 0x8a, 0xb5, - 0x5a, 0x69, 0xab, 0x54, 0x2e, 0xd5, 0x1f, 0x4b, 0x85, 0x6a, 0xa5, 0x56, 0x17, 0xf3, 0xa5, 0x4a, - 0xbd, 0x96, 0x89, 0xf3, 0x3f, 0xe6, 0xe0, 0x9c, 0x6f, 0x03, 0x28, 0xcf, 0x68, 0x78, 0x6b, 0xd4, - 0x8d, 0x7b, 0x35, 0xbd, 0x19, 0xa4, 0x29, 0xc0, 0x44, 0xb5, 0x52, 0x2e, 0x55, 0x2c, 0xed, 0xa6, - 0x61, 0xb2, 0x7a, 0xff, 0xbe, 0xfd, 0x10, 0xdf, 0x9a, 0x20, 0x0b, 0x0a, 0x73, 0x30, 0xb3, 0xa7, - 0x6b, 0x87, 0xd8, 0xf1, 0x9f, 0x3c, 0xcc, 0xd2, 0x67, 0xea, 0x2f, 0xdf, 0x82, 0x94, 0x8e, 0xe5, - 0xe6, 0x29, 0x7d, 0xb5, 0x7c, 0x8e, 0xc4, 0x64, 0xce, 0x89, 0xc9, 0xdc, 0x96, 0xa6, 0xb5, 0x0f, - 0x2c, 0xff, 0x14, 0x09, 0xa3, 0xf0, 0x4d, 0x12, 0xe6, 0x0b, 0x3a, 0x96, 0x4d, 0x4c, 0xb4, 0xa5, - 0xa2, 0x03, 0x63, 0xef, 0x1e, 0xcc, 0x59, 0xfe, 0xd5, 0x50, 0xcc, 0x53, 0x49, 0x97, 0xd5, 0x16, - 0xa6, 0xaf, 0x7e, 0xd1, 0xb1, 0x40, 0x81, 0x8e, 0x8a, 0xd6, 0xa0, 0x38, 0xdb, 0xf0, 0x3e, 0xa2, - 0x12, 0xcc, 0x53, 0xd7, 0x61, 0x5c, 0x3a, 0xc1, 0xba, 0x34, 0xd1, 0xc2, 0xe3, 0xd2, 0xe8, 0x98, - 0xa5, 0x28, 0xd8, 0x40, 0x0f, 0x00, 0xba, 0xb2, 0x2e, 0x77, 0xb0, 0x89, 0x75, 0x23, 0x9b, 0x64, - 0xe3, 0x3b, 0x60, 0x37, 0xb9, 0x3d, 0x97, 0x9b, 0xc4, 0xb7, 0x67, 0x3a, 0xda, 0xb1, 0x02, 0xa2, - 0xa1, 0x63, 0xd3, 0xc8, 0xa6, 0x6c, 0x49, 0xeb, 0x51, 0x92, 0x6a, 0x84, 0xd5, 0x16, 0xb3, 0x95, - 0xf8, 0xc5, 0x16, 0x27, 0x3a, 0xb3, 0x51, 0x15, 0x16, 0x9d, 0x0d, 0x6a, 0xaa, 0x89, 0x55, 0x53, - 0x32, 0xb4, 0x9e, 0xde, 0xc0, 0xd9, 0x09, 0xdb, 0x4a, 0xcb, 0xbe, 0x2d, 0x12, 0x9e, 0x9a, 0xcd, - 0x22, 0x52, 0xd3, 0x30, 0x44, 0xf4, 0x04, 0x78, 0xb9, 0xd1, 0xc0, 0x86, 0xa1, 0x10, 0x5b, 0x48, - 0x3a, 0xfe, 0xb4, 0xa7, 0xe8, 0xb8, 0x83, 0x55, 0xd3, 0xc8, 0x4e, 0xb2, 0x52, 0xeb, 0x5a, 0x57, - 0x6b, 0x6b, 0xad, 0x53, 0xb1, 0xcf, 0x23, 0x5e, 0x64, 0xa6, 0x7b, 0x46, 0x0c, 0xfe, 0x5d, 0x38, - 0xe7, 0x33, 0xca, 0x38, 0x99, 0x8d, 0xbf, 0x03, 0x33, 0x5e, 0x4b, 0x8c, 0x95, 0x15, 0x7f, 0x1a, - 0x87, 0xf9, 0x00, 0x1b, 0xa0, 0x5d, 0x48, 0x1b, 0xaa, 0xdc, 0x35, 0x9e, 0x6a, 0x26, 0xf5, 0xdf, - 0x1b, 0x11, 0x26, 0xcb, 0xd5, 0x28, 0x2f, 0x79, 0xdc, 0x8d, 0x89, 0xee, 0x6c, 0xb4, 0x05, 0x13, - 0xc4, 0x9e, 0xfe, 0xdc, 0x14, 0x24, 0x87, 0xd0, 0x5c, 0x29, 0x74, 0x26, 0xff, 0x06, 0xcc, 0xb1, - 0x2b, 0xa0, 0xcb, 0x30, 0xed, 0xac, 0x20, 0x29, 0x4d, 0xba, 0x57, 0x70, 0x48, 0xa5, 0x26, 0xff, - 0x3a, 0xcc, 0x78, 0x85, 0xa1, 0x65, 0x98, 0xa2, 0x0e, 0xe1, 0xb2, 0xa7, 0x09, 0xa1, 0xd4, 0x74, - 0x63, 0xfa, 0x3b, 0xb0, 0xc0, 0xfa, 0x19, 0x0d, 0xe5, 0xeb, 0xee, 0x1e, 0x88, 0x2d, 0xe6, 0xd8, - 0x3d, 0x38, 0x7a, 0x0a, 0xbf, 0x4b, 0x42, 0xc6, 0x1f, 0x34, 0xe8, 0x1e, 0xa4, 0x0e, 0xdb, 0x5a, - 0xe3, 0x13, 0x3a, 0xf7, 0x95, 0xb0, 0xe8, 0xca, 0x6d, 0x59, 0x5c, 0x84, 0xba, 0x1b, 0x13, 0xc9, - 0x24, 0x6b, 0x76, 0x47, 0xeb, 0xa9, 0x26, 0xb5, 0x5e, 0xf8, 0xec, 0x87, 0x16, 0x57, 0x7f, 0xb6, - 0x3d, 0x09, 0x6d, 0xc3, 0x34, 0x71, 0x3b, 0xa9, 0xa3, 0x35, 0x71, 0x36, 0x61, 0xcb, 0xb8, 0x1a, - 0x2a, 0x23, 0x6f, 0xf3, 0x3e, 0xd4, 0x9a, 0x58, 0x04, 0xd9, 0xfd, 0xcf, 0xcf, 0xc2, 0xb4, 0x47, - 0x37, 0x7e, 0x07, 0xa6, 0x3d, 0x8b, 0xa1, 0x0b, 0x30, 0x79, 0x64, 0x48, 0x6e, 0x12, 0x9e, 0x12, - 0x27, 0x8e, 0x0c, 0x3b, 0x9f, 0x5e, 0x86, 0x69, 0x5b, 0x0b, 0xe9, 0xa8, 0x2d, 0xb7, 0x8c, 0x6c, - 0x7c, 0x2d, 0x61, 0xbd, 0x23, 0x9b, 0x74, 0xdf, 0xa2, 0xf0, 0xff, 0xe2, 0x00, 0xfa, 0x4b, 0xa2, - 0x7b, 0x90, 0xb4, 0xb5, 0x24, 0xa9, 0x7c, 0x7d, 0x04, 0x2d, 0x73, 0xb6, 0xaa, 0xf6, 0x2c, 0xe1, - 0x57, 0x1c, 0x24, 0x6d, 0x31, 0xfe, 0x03, 0xa7, 0x56, 0xaa, 0xec, 0x94, 0x8b, 0x52, 0xa5, 0xba, - 0x5d, 0x94, 0x1e, 0x89, 0xa5, 0x7a, 0x51, 0xcc, 0x70, 0x68, 0x19, 0x2e, 0x78, 0xe9, 0x62, 0x31, - 0xbf, 0x5d, 0x14, 0xa5, 0x6a, 0xa5, 0xfc, 0x38, 0x13, 0x47, 0x3c, 0x2c, 0x3d, 0xdc, 0x2f, 0xd7, - 0x4b, 0x83, 0x63, 0x09, 0xb4, 0x02, 0x59, 0xcf, 0x18, 0x95, 0x41, 0xc5, 0x26, 0x2d, 0xb1, 0x9e, - 0x51, 0xf2, 0x97, 0x0e, 0xa6, 0xb6, 0x66, 0xdd, 0x97, 0x61, 0x3b, 0xdb, 0x23, 0x98, 0x65, 0x72, - 0xb4, 0x55, 0x4e, 0xd1, 0xa4, 0xd2, 0x94, 0x0e, 0x4f, 0x4d, 0xbb, 0xc4, 0xe0, 0xd6, 0x13, 0xe2, - 0xac, 0x43, 0xdd, 0xb2, 0x88, 0x96, 0x59, 0xdb, 0x4a, 0x47, 0x31, 0x29, 0x4f, 0xdc, 0xe6, 0x01, - 0x9b, 0x64, 0x33, 0x08, 0x5f, 0xc5, 0x61, 0x82, 0xbe, 0x9b, 0x6b, 0x9e, 0x53, 0x82, 0x11, 0xe9, - 0x50, 0x89, 0x48, 0x26, 0x38, 0xe2, 0x6c, 0x70, 0xa0, 0x5d, 0x98, 0xf3, 0xa6, 0xd2, 0x13, 0xa7, - 0x88, 0xbb, 0xc2, 0xbe, 0x20, 0x6f, 0x3c, 0x9f, 0xd0, 0xd2, 0x6d, 0xf6, 0xd8, 0x4b, 0x43, 0x5b, - 0x30, 0xe7, 0xcb, 0xc6, 0xc9, 0xe1, 0xd9, 0x78, 0xb6, 0xc1, 0x24, 0xa6, 0x3c, 0xcc, 0x3b, 0x89, - 0xb4, 0x8d, 0x25, 0x93, 0x26, 0x5a, 0x7a, 0x5a, 0x64, 0x06, 0x12, 0x30, 0xea, 0x33, 0x3b, 0x34, - 0xfe, 0x3d, 0x40, 0x83, 0xba, 0x8e, 0x95, 0x35, 0x7b, 0x30, 0x1f, 0x90, 0xe2, 0x51, 0x0e, 0xa6, - 0xec, 0x57, 0x65, 0x28, 0x26, 0xa6, 0xe5, 0xe1, 0xa0, 0x46, 0x7d, 0x16, 0x8b, 0xbf, 0xab, 0xe3, - 0x23, 0xac, 0xeb, 0xb8, 0x69, 0x87, 0x47, 0x20, 0xbf, 0xcb, 0x22, 0xfc, 0x84, 0x83, 0xb4, 0x43, - 0x47, 0x77, 0x20, 0x6d, 0xe0, 0x16, 0x39, 0x7e, 0xc8, 0x5a, 0x97, 0xfc, 0x73, 0x73, 0x35, 0xca, - 0x40, 0x0b, 0x69, 0x87, 0xdf, 0x2a, 0xa4, 0x99, 0xa1, 0xb1, 0x36, 0xff, 0x27, 0x0e, 0xe6, 0xb7, - 0x71, 0x1b, 0xfb, 0xab, 0x94, 0xa8, 0x0c, 0xeb, 0x3d, 0xd8, 0xe3, 0xec, 0xc1, 0x1e, 0x20, 0x2a, - 0xe2, 0x60, 0x3f, 0xd3, 0x61, 0xb7, 0x04, 0x0b, 0xec, 0x6a, 0x24, 0xbd, 0x0b, 0xff, 0x4e, 0xc0, - 0x25, 0xcb, 0x17, 0x74, 0xad, 0xdd, 0xc6, 0xfa, 0x5e, 0xef, 0xb0, 0xad, 0x18, 0x4f, 0xc7, 0xd8, - 0xdc, 0x05, 0x98, 0x54, 0xb5, 0xa6, 0x27, 0x78, 0x26, 0xac, 0xc7, 0x52, 0x13, 0x15, 0xe1, 0xbc, - 0xbf, 0xcc, 0x3a, 0xa5, 0x49, 0x38, 0xbc, 0xc8, 0xca, 0x1c, 0xfb, 0x4f, 0x10, 0x1e, 0xd2, 0x56, - 0x81, 0xa8, 0xa9, 0xed, 0x53, 0x3b, 0x62, 0xd2, 0xa2, 0xfb, 0x8c, 0x44, 0x7f, 0xc5, 0xf4, 0xa6, - 0x5b, 0x31, 0x45, 0xee, 0x28, 0xaa, 0x78, 0xfa, 0x78, 0x20, 0xe2, 0x27, 0x6c, 0xd1, 0xef, 0x8c, - 0x28, 0x7a, 0x68, 0x26, 0x38, 0xcb, 0x5b, 0x7c, 0x0e, 0xe1, 0xfb, 0x57, 0x0e, 0x2e, 0x87, 0x6e, - 0x81, 0x1e, 0xf9, 0x4d, 0x38, 0xd7, 0x25, 0x03, 0xae, 0x11, 0x48, 0x94, 0xdd, 0x1d, 0x6a, 0x04, - 0xda, 0xc5, 0x52, 0x2a, 0x63, 0x86, 0xb9, 0x2e, 0x43, 0xe4, 0xf3, 0x30, 0x1f, 0xc0, 0x36, 0xd6, - 0x66, 0xbe, 0xe6, 0x60, 0xad, 0xaf, 0xca, 0xbe, 0xda, 0x7d, 0x7e, 0xee, 0x5b, 0xef, 0xfb, 0x16, - 0x49, 0xf9, 0xb7, 0x07, 0xf7, 0x1e, 0xbc, 0xe0, 0x8b, 0x8a, 0xe0, 0xab, 0x70, 0x25, 0x62, 0x69, - 0x1a, 0xce, 0x5f, 0x25, 0xe1, 0xca, 0x81, 0xdc, 0x56, 0x9a, 0x6e, 0x21, 0x17, 0xd0, 0xef, 0x47, - 0x9b, 0xa4, 0x31, 0x10, 0x01, 0x24, 0x6b, 0xdd, 0x73, 0xa3, 0x76, 0x98, 0xfc, 0x11, 0x8e, 0xc3, - 0xe7, 0xd8, 0x84, 0x3d, 0x0e, 0x68, 0xc2, 0xde, 0x19, 0x5d, 0xd7, 0xa8, 0x96, 0x6c, 0xdf, 0x9f, - 0x60, 0xde, 0x1e, 0x5d, 0x6e, 0x84, 0x17, 0x9c, 0x39, 0x8a, 0x5f, 0x66, 0xd7, 0xf4, 0x97, 0x24, - 0x08, 0x51, 0xbb, 0xa7, 0x39, 0x44, 0x84, 0xa9, 0x86, 0xa6, 0x1e, 0x29, 0x7a, 0x07, 0x37, 0x69, - 0xf5, 0xff, 0xd6, 0x28, 0xc6, 0xa3, 0x09, 0xa4, 0xe0, 0xcc, 0x15, 0xfb, 0x62, 0x50, 0x16, 0x26, - 0x3b, 0xd8, 0x30, 0xe4, 0x96, 0xa3, 0x96, 0xf3, 0xc8, 0x7f, 0x91, 0x80, 0x29, 0x77, 0x0a, 0x52, - 0x07, 0x3c, 0x98, 0xa4, 0xaf, 0x9d, 0x67, 0x51, 0xe0, 0xd9, 0x9d, 0x39, 0xfe, 0x0c, 0xce, 0xdc, - 0x64, 0x9c, 0x99, 0x84, 0xc3, 0xf6, 0x33, 0xa9, 0x1d, 0xe1, 0xd7, 0x2f, 0xdd, 0x01, 0x85, 0xef, - 0x03, 0x2a, 0x2b, 0x06, 0xed, 0xa2, 0xdc, 0xb4, 0x64, 0x35, 0x4d, 0xf2, 0x89, 0x84, 0x55, 0x53, - 0x57, 0x68, 0xb9, 0x9e, 0x12, 0xa1, 0x23, 0x9f, 0x14, 0x09, 0xc5, 0x2a, 0xe9, 0x0d, 0x53, 0xd6, - 0x4d, 0x45, 0x6d, 0x49, 0xa6, 0xf6, 0x09, 0x76, 0x41, 0x57, 0x87, 0x5a, 0xb7, 0x88, 0xc2, 0xe7, - 0x1c, 0xcc, 0x33, 0xe2, 0xa9, 0x4f, 0xde, 0x85, 0xc9, 0xbe, 0x6c, 0xa6, 0x8c, 0x0f, 0xe0, 0xce, - 0x11, 0xb3, 0x39, 0x33, 0xd0, 0x2a, 0x80, 0x8a, 0x4f, 0x4c, 0x66, 0xdd, 0x29, 0x8b, 0x62, 0xaf, - 0xc9, 0x6f, 0x40, 0x8a, 0x98, 0x61, 0xd4, 0x7e, 0xf9, 0x8b, 0x38, 0xa0, 0x1d, 0x6c, 0xba, 0x6d, - 0x10, 0xb5, 0x41, 0x88, 0x2f, 0x71, 0xcf, 0xe0, 0x4b, 0xef, 0x33, 0xbe, 0x44, 0xbc, 0xf1, 0x86, - 0x07, 0x7d, 0xf6, 0x2d, 0x1d, 0x99, 0x09, 0x43, 0x5a, 0x0f, 0x52, 0xcf, 0x8d, 0xd6, 0x7a, 0x9c, - 0xd1, 0x65, 0xb6, 0x61, 0x9e, 0xd1, 0x99, 0xbe, 0xd3, 0x5b, 0x80, 0xe4, 0x63, 0x59, 0x69, 0xcb, - 0x96, 0x5e, 0x4e, 0x67, 0x47, 0x3b, 0xbd, 0xf3, 0xee, 0x88, 0x33, 0x4d, 0x10, 0xbc, 0x05, 0x03, - 0x95, 0xe7, 0x47, 0xc3, 0xdb, 0xde, 0x83, 0x76, 0x80, 0x87, 0xae, 0xbb, 0x13, 0x88, 0x88, 0x5f, - 0x1d, 0x2c, 0x12, 0x28, 0x3c, 0x1c, 0x0a, 0x8e, 0x7f, 0x96, 0x80, 0xe5, 0x08, 0x6e, 0x74, 0x17, - 0x12, 0x7a, 0xb7, 0x41, 0x9d, 0xe9, 0xd5, 0x11, 0xe4, 0xe7, 0xc4, 0xbd, 0xc2, 0x6e, 0x4c, 0xb4, - 0x66, 0xf1, 0xbf, 0x89, 0x43, 0x42, 0xdc, 0x2b, 0xa0, 0xf7, 0x18, 0xa4, 0xf8, 0xe6, 0x88, 0x52, - 0xbc, 0x40, 0xf1, 0x97, 0x5c, 0x10, 0x52, 0x9c, 0x85, 0x85, 0x82, 0x58, 0xcc, 0xd7, 0x8b, 0xd2, - 0x76, 0xb1, 0x5c, 0xac, 0x17, 0x25, 0x82, 0x64, 0x67, 0x38, 0xb4, 0x02, 0xd9, 0xbd, 0xfd, 0xad, - 0x72, 0xa9, 0xb6, 0x2b, 0xed, 0x57, 0x9c, 0x7f, 0x74, 0x34, 0x8e, 0x32, 0x30, 0x53, 0x2e, 0xd5, - 0xea, 0x94, 0x50, 0xcb, 0x24, 0x2c, 0xca, 0x4e, 0xb1, 0x2e, 0x15, 0xf2, 0x7b, 0xf9, 0x42, 0xa9, - 0xfe, 0x38, 0x93, 0x44, 0x3c, 0x2c, 0xb1, 0xb2, 0x6b, 0x95, 0xfc, 0x5e, 0x6d, 0xb7, 0x5a, 0xcf, - 0xa4, 0x10, 0x82, 0x39, 0x7b, 0xbe, 0x43, 0xaa, 0x65, 0x26, 0x2c, 0x09, 0x85, 0x72, 0xb5, 0xe2, - 0xea, 0x30, 0x89, 0x16, 0x20, 0xe3, 0xac, 0x2c, 0x16, 0xf3, 0xdb, 0x36, 0x8a, 0x91, 0x46, 0xe7, - 0x61, 0xb6, 0xf8, 0xe1, 0x5e, 0xbe, 0xb2, 0xed, 0x30, 0x4e, 0xb9, 0x18, 0xd8, 0xd7, 0x71, 0x58, - 0x24, 0x20, 0x98, 0x03, 0xb9, 0x39, 0x61, 0xb9, 0x0e, 0x19, 0xd2, 0xb6, 0x4b, 0xfe, 0xc2, 0x69, - 0x8e, 0xd0, 0x0f, 0x9c, 0xf2, 0xc9, 0x01, 0xac, 0xe3, 0x1e, 0xc0, 0xba, 0xe4, 0x2f, 0x26, 0x6f, - 0xb0, 0xd0, 0xae, 0x6f, 0xb5, 0xa8, 0xfe, 0xe4, 0x61, 0x40, 0xb5, 0x73, 0x2b, 0x5a, 0x5a, 0xd4, - 0x49, 0x70, 0x96, 0x66, 0xe4, 0x8c, 0x01, 0x7d, 0x1f, 0x96, 0xfc, 0xfa, 0xd2, 0xd8, 0xba, 0x39, - 0x00, 0xc0, 0xba, 0x19, 0xc6, 0xe5, 0x75, 0x39, 0x84, 0xbf, 0x73, 0x90, 0x76, 0xc8, 0x56, 0x96, - 0x36, 0x94, 0x1f, 0x62, 0x06, 0xf0, 0x99, 0xb2, 0x28, 0x2e, 0x7e, 0xe4, 0x85, 0x4e, 0xe3, 0x7e, - 0xe8, 0x34, 0xf0, 0x3d, 0x27, 0x02, 0xdf, 0xf3, 0x77, 0x61, 0xb6, 0x61, 0xa9, 0xaf, 0x68, 0xaa, - 0x64, 0x2a, 0x1d, 0x07, 0xcf, 0x19, 0xbc, 0xea, 0xa8, 0x3b, 0xf7, 0x93, 0xe2, 0x8c, 0x33, 0xc1, - 0x22, 0xa1, 0x35, 0x98, 0xb1, 0xaf, 0x3e, 0x24, 0x53, 0x93, 0x7a, 0x06, 0xce, 0xa6, 0xec, 0xee, - 0x16, 0x6c, 0x5a, 0x5d, 0xdb, 0x37, 0xb0, 0xf0, 0x67, 0x0e, 0x16, 0x49, 0xd3, 0xee, 0x77, 0xc7, - 0x61, 0x10, 0xb0, 0xd7, 0xe3, 0x7c, 0x89, 0x3f, 0x50, 0xe0, 0x8b, 0xea, 0x59, 0xb2, 0xb0, 0xe4, - 0x5f, 0x8f, 0x36, 0x2a, 0xbf, 0xe5, 0x60, 0xc1, 0x3a, 0x75, 0x9d, 0x81, 0xe7, 0x5d, 0x04, 0x8c, - 0xf1, 0x26, 0x7d, 0xc6, 0x4c, 0xfa, 0x8d, 0x29, 0xfc, 0x9e, 0x83, 0x45, 0x9f, 0xae, 0xd4, 0x53, - 0xdf, 0xf5, 0x57, 0x14, 0x57, 0xbd, 0x15, 0xc5, 0x00, 0xff, 0x98, 0x35, 0xc5, 0x6d, 0xa7, 0xa6, - 0x18, 0x2f, 0x20, 0x3e, 0x8b, 0xc3, 0x6a, 0x3f, 0xb3, 0xdb, 0xd7, 0x7e, 0xcd, 0x31, 0x5a, 0xe2, - 0xb3, 0xdd, 0xae, 0x7d, 0xe0, 0x4f, 0x75, 0x9b, 0x83, 0x87, 0x4d, 0x80, 0x4a, 0x2f, 0xca, 0x01, - 0x7f, 0xe4, 0x45, 0xb7, 0xd8, 0x75, 0xe9, 0x2b, 0x1c, 0x11, 0x26, 0x7e, 0x1b, 0x2e, 0xd8, 0x40, - 0x81, 0x7b, 0xdd, 0xec, 0x5c, 0x82, 0x91, 0x2c, 0x92, 0x16, 0x17, 0xad, 0x61, 0xf7, 0x8e, 0x95, - 0x42, 0xa3, 0x4d, 0xe1, 0x9b, 0x24, 0x2c, 0x55, 0xb4, 0x26, 0xae, 0x99, 0x72, 0x6b, 0x1c, 0xd0, - 0xf0, 0x7b, 0x83, 0x18, 0x4c, 0x9c, 0xb5, 0x67, 0xb0, 0xd4, 0x51, 0xa0, 0x17, 0x94, 0x83, 0x79, - 0xc3, 0x94, 0x5b, 0x76, 0x04, 0xc9, 0x7a, 0x0b, 0x9b, 0x52, 0x57, 0x36, 0x9f, 0xd2, 0xf0, 0x38, - 0x4f, 0x87, 0xea, 0xf6, 0xc8, 0x9e, 0x6c, 0x3e, 0x0d, 0xc6, 0xf2, 0x92, 0x63, 0x63, 0x79, 0xef, - 0xfb, 0xdb, 0xe9, 0xd7, 0x87, 0xec, 0x25, 0xe2, 0x1c, 0xfc, 0x30, 0x04, 0xa7, 0x7b, 0x63, 0x88, - 0xc8, 0xe1, 0xf8, 0xdc, 0xd9, 0x71, 0xa9, 0x97, 0x0c, 0xf1, 0x5d, 0x84, 0x0b, 0x03, 0x9b, 0xa7, - 0x59, 0xb7, 0x05, 0x59, 0x6b, 0x68, 0x5f, 0x35, 0xc6, 0x74, 0xc7, 0x10, 0x8f, 0x89, 0x87, 0x78, - 0x8c, 0xb0, 0x0c, 0x17, 0x03, 0x16, 0xa2, 0x5a, 0xfc, 0x31, 0x45, 0xd4, 0x18, 0x1f, 0x6d, 0xfe, - 0x28, 0x2c, 0x2a, 0xde, 0xf2, 0xbe, 0xf6, 0x40, 0x60, 0xf6, 0x45, 0xc4, 0xc5, 0x65, 0x98, 0xf6, - 0xf2, 0xd1, 0x93, 0xc3, 0x1c, 0x12, 0x38, 0xa9, 0x33, 0x81, 0xe0, 0x13, 0x3e, 0x10, 0xbc, 0xdc, - 0x0f, 0xaa, 0x49, 0xb6, 0x1a, 0x0c, 0x35, 0x45, 0x44, 0x58, 0x3d, 0x19, 0x08, 0xab, 0x34, 0x8b, - 0xac, 0x87, 0x0a, 0xfd, 0x3f, 0x08, 0x2c, 0xea, 0xd4, 0x81, 0x90, 0xb7, 0xf0, 0x04, 0x78, 0xe2, - 0xf1, 0xe3, 0x83, 0xd0, 0x3e, 0x37, 0x8a, 0xfb, 0xdd, 0x48, 0x58, 0x85, 0xe5, 0x40, 0xd9, 0x74, - 0xe9, 0xc7, 0x44, 0xaf, 0x1d, 0x4c, 0x31, 0x8c, 0x9a, 0x29, 0x9b, 0xc6, 0xa8, 0x2b, 0xd3, 0x41, - 0xef, 0xca, 0x84, 0x64, 0xaf, 0xbc, 0x43, 0x76, 0xe5, 0x17, 0x4d, 0xcf, 0xce, 0xd7, 0x20, 0xd5, - 0xb3, 0xe1, 0x38, 0x52, 0xfc, 0xcc, 0xb3, 0x2e, 0xbd, 0x6f, 0x0d, 0x89, 0x84, 0x43, 0xf8, 0x03, - 0x07, 0xd3, 0x1e, 0x32, 0x5a, 0x81, 0x29, 0xb7, 0x3b, 0x77, 0xea, 0x74, 0x97, 0x60, 0xbd, 0x03, - 0x53, 0x33, 0xe5, 0x36, 0xbd, 0xe1, 0x25, 0x0f, 0x56, 0x6b, 0xd5, 0x33, 0x30, 0x29, 0xe3, 0x12, - 0xa2, 0xfd, 0x1f, 0xdd, 0x84, 0x64, 0x4f, 0x55, 0x4c, 0x3b, 0xf6, 0xe6, 0xfc, 0x41, 0x65, 0x2f, - 0x95, 0xdb, 0x57, 0x15, 0x53, 0xb4, 0xb9, 0x84, 0x1b, 0x90, 0xb4, 0x9e, 0xd8, 0x26, 0x76, 0x0a, - 0x52, 0x5b, 0x8f, 0xeb, 0xc5, 0x5a, 0x86, 0x43, 0x00, 0x13, 0xa5, 0x4a, 0x75, 0xbb, 0x58, 0xcb, - 0xc4, 0x85, 0x15, 0x77, 0xeb, 0x41, 0x20, 0xc1, 0xc7, 0xe4, 0x95, 0x84, 0xc1, 0x03, 0xf9, 0x40, - 0x78, 0x60, 0x95, 0x39, 0x9c, 0x86, 0x00, 0x03, 0xff, 0xe1, 0x60, 0x31, 0x90, 0x0f, 0xdd, 0xf6, - 0x42, 0x02, 0x57, 0x22, 0x65, 0x7a, 0xc1, 0x80, 0x5f, 0x72, 0x04, 0x0c, 0xb8, 0xc3, 0x80, 0x01, - 0xd7, 0x87, 0xce, 0xf7, 0xc2, 0x00, 0x07, 0x21, 0x28, 0x40, 0xad, 0x9e, 0xdf, 0x29, 0x4a, 0xfb, - 0x15, 0xf2, 0xeb, 0xa2, 0x00, 0x0b, 0x90, 0xb1, 0xba, 0x7a, 0xfa, 0x7d, 0x5b, 0xad, 0x9e, 0xaf, - 0xd7, 0x32, 0xf1, 0xc1, 0x0e, 0x3c, 0xe1, 0x76, 0xe0, 0x0b, 0x80, 0xa8, 0x59, 0xbd, 0x9f, 0x66, - 0x7e, 0xce, 0xc1, 0x3c, 0x43, 0xa6, 0x56, 0xf6, 0xdc, 0xde, 0x70, 0xcc, 0xed, 0xcd, 0x06, 0x2c, - 0x58, 0x4d, 0x04, 0x71, 0x64, 0x43, 0xea, 0x62, 0x5d, 0xb2, 0x46, 0xa8, 0x3b, 0x9d, 0xef, 0xc8, - 0x27, 0x14, 0xed, 0xdb, 0xc3, 0xba, 0x25, 0xf8, 0x39, 0xe0, 0x5b, 0xc2, 0xcf, 0x38, 0x72, 0xee, - 0x8e, 0x5d, 0x70, 0x0f, 0x0b, 0xc2, 0x80, 0x8a, 0x3c, 0x31, 0x7a, 0x45, 0x2e, 0xe4, 0xc9, 0x61, - 0x7b, 0x86, 0xe2, 0x77, 0xf3, 0xbf, 0x1c, 0xa4, 0x4b, 0x4d, 0xac, 0x9a, 0x96, 0xf7, 0x55, 0x60, - 0x96, 0xf9, 0x74, 0x15, 0xad, 0x84, 0x7c, 0xd1, 0x6a, 0x6f, 0x9d, 0x5f, 0x8d, 0xfc, 0xde, 0x55, - 0x88, 0xa1, 0x23, 0xcf, 0x67, 0xb7, 0x0c, 0x7e, 0xf9, 0xca, 0xc0, 0xcc, 0x80, 0x40, 0xe4, 0xaf, - 0x0d, 0xe1, 0x72, 0xd7, 0x79, 0x1b, 0x52, 0xf6, 0x47, 0x8a, 0x68, 0xc1, 0xfd, 0x50, 0xd2, 0xf3, - 0x0d, 0x23, 0xbf, 0xe8, 0xa3, 0x3a, 0xf3, 0x36, 0xff, 0x99, 0x06, 0xe8, 0xf7, 0x10, 0xe8, 0x01, - 0xcc, 0x78, 0xbf, 0x93, 0x42, 0xcb, 0x11, 0x5f, 0xe9, 0xf1, 0x2b, 0xc1, 0x83, 0xae, 0x4e, 0x0f, - 0x60, 0xc6, 0x7b, 0x2b, 0xdf, 0x17, 0x16, 0xf0, 0x65, 0x40, 0x5f, 0x58, 0xe0, 0x45, 0x7e, 0x0c, - 0xb5, 0xe1, 0x42, 0xc8, 0xbd, 0x2c, 0xba, 0x3e, 0xda, 0xed, 0x35, 0xff, 0xea, 0x88, 0x17, 0xbc, - 0x42, 0x0c, 0xe9, 0x70, 0x31, 0xf4, 0x3a, 0x12, 0xad, 0x8f, 0x7a, 0x59, 0xca, 0xbf, 0x36, 0x02, - 0xa7, 0xbb, 0x66, 0x0f, 0xf8, 0xf0, 0x3b, 0x10, 0xf4, 0xda, 0xc8, 0x97, 0x73, 0xfc, 0x8d, 0xd1, - 0xaf, 0x54, 0x84, 0x18, 0xda, 0x85, 0x69, 0xcf, 0x05, 0x01, 0xe2, 0x03, 0x6f, 0x0d, 0x88, 0xe0, - 0xe5, 0x88, 0x1b, 0x05, 0x22, 0xc9, 0x03, 0x62, 0xf7, 0x25, 0x0d, 0xa2, 0xf1, 0x7d, 0x49, 0x01, - 0xa8, 0xb7, 0xdf, 0xfc, 0xbe, 0x53, 0x28, 0xc8, 0xfc, 0xc1, 0xc7, 0x58, 0x90, 0xf9, 0x43, 0x8e, - 0x34, 0x21, 0x86, 0x3e, 0x80, 0x39, 0x16, 0xb1, 0x43, 0xab, 0x91, 0xc8, 0x23, 0x7f, 0x29, 0x6c, - 0xd8, 0x2b, 0x92, 0x05, 0x88, 0xfa, 0x22, 0x03, 0x81, 0xaa, 0xbe, 0xc8, 0x10, 0x5c, 0x29, 0x66, - 0xe5, 0x27, 0x06, 0x7c, 0xe9, 0xe7, 0xa7, 0x20, 0xbc, 0xa9, 0x9f, 0x9f, 0x02, 0x11, 0x1b, 0x21, - 0x86, 0x14, 0x58, 0x0a, 0x86, 0x10, 0xd0, 0xb5, 0x91, 0xa0, 0x0d, 0xfe, 0xfa, 0x30, 0x36, 0x37, - 0xd5, 0x7c, 0x99, 0x82, 0xa4, 0x7d, 0x1c, 0xd5, 0xe1, 0x9c, 0xaf, 0x85, 0x43, 0x97, 0xa2, 0x1b, - 0x5b, 0xfe, 0x72, 0xe8, 0xb8, 0xbb, 0x93, 0x27, 0x70, 0x7e, 0xa0, 0x29, 0x43, 0x6b, 0xde, 0x79, - 0x41, 0x8d, 0x21, 0x7f, 0x25, 0x82, 0xc3, 0x2f, 0x9b, 0x4d, 0x3b, 0x6b, 0xc3, 0xba, 0x06, 0x56, - 0x76, 0x58, 0xaa, 0xf9, 0x98, 0x9c, 0xfe, 0xfe, 0x24, 0x23, 0xb0, 0x7a, 0x05, 0xa6, 0x97, 0xab, - 0x91, 0x3c, 0xee, 0x0a, 0x1f, 0xb9, 0x65, 0x87, 0xa7, 0xcc, 0x45, 0x8c, 0x72, 0x81, 0xd5, 0x35, - 0x2f, 0x44, 0xb1, 0xb8, 0xe2, 0x1f, 0x41, 0xc6, 0x7f, 0x04, 0x23, 0xe6, 0x7d, 0x05, 0xb9, 0xcd, - 0x5a, 0x38, 0x83, 0xdf, 0x32, 0xfe, 0xf8, 0xf7, 0x6b, 0x15, 0x14, 0xf9, 0x57, 0x23, 0x79, 0xbc, - 0x19, 0xcb, 0x53, 0x79, 0xf5, 0x33, 0xd6, 0x60, 0x95, 0xd6, 0xcf, 0x58, 0x01, 0xa5, 0x9a, 0x10, - 0xbb, 0xf3, 0x2e, 0x40, 0xc3, 0x50, 0x24, 0xd2, 0x69, 0xa2, 0xd5, 0x01, 0x9c, 0xfc, 0xbe, 0x82, - 0xdb, 0xcd, 0x6a, 0xd7, 0x54, 0x34, 0xd5, 0xc8, 0xfe, 0x3a, 0x6d, 0xb7, 0xb9, 0x53, 0x0d, 0x43, - 0x21, 0x0d, 0xdf, 0x56, 0xea, 0x49, 0xa2, 0x61, 0x28, 0x87, 0x13, 0x36, 0xff, 0x9b, 0xff, 0x0b, - 0x00, 0x00, 0xff, 0xff, 0x95, 0x8e, 0xb8, 0x49, 0x68, 0x34, 0x00, 0x00, + 0xb1, 0xa7, 0x0e, 0x76, 0x17, 0x20, 0x00, 0x02, 0x20, 0x69, 0xd9, 0x93, 0x43, 0x4f, 0x22, 0xde, + 0x7b, 0xfb, 0xf6, 0xed, 0xe2, 0xbd, 0xb7, 0xef, 0x7d, 0x0b, 0xc1, 0xed, 0xb6, 0x62, 0x3e, 0xe9, + 0x1f, 0xe6, 0x9a, 0x5a, 0xf7, 0x66, 0x53, 0x53, 0x4d, 0x59, 0x51, 0xb1, 0x7e, 0xc3, 0x30, 0x35, + 0x5d, 0x6e, 0xe3, 0x1b, 0x8a, 0x6a, 0x62, 0xfd, 0x48, 0x6e, 0xe2, 0x9b, 0x46, 0x0f, 0x37, 0x6f, + 0x36, 0x0d, 0x25, 0xd7, 0xd3, 0x35, 0x53, 0x43, 0xd3, 0xd6, 0xcf, 0xe3, 0xd7, 0xf8, 0x8d, 0xb6, + 0xa6, 0xb5, 0x3b, 0xf8, 0x26, 0xa1, 0x1e, 0xf6, 0x8f, 0x6e, 0xb6, 0xb0, 0xd1, 0xd4, 0x95, 0x9e, + 0xa9, 0xe9, 0x54, 0x92, 0xbf, 0xe8, 0x97, 0x30, 0x95, 0x2e, 0x36, 0x4c, 0xb9, 0xdb, 0x63, 0x02, + 0x17, 0xfc, 0x02, 0x3f, 0xd4, 0xe5, 0x5e, 0x0f, 0xeb, 0x06, 0xe5, 0x0b, 0x2b, 0xb0, 0xb4, 0x83, + 0xcd, 0xbd, 0x4e, 0xbf, 0xad, 0xa8, 0x65, 0xf5, 0x48, 0x13, 0xf1, 0x27, 0x7d, 0x6c, 0x98, 0xc2, + 0x3f, 0x38, 0x58, 0xf6, 0x31, 0x8c, 0x9e, 0xa6, 0x1a, 0x18, 0x21, 0x48, 0xa8, 0x72, 0x17, 0x67, + 0xb9, 0x0d, 0x6e, 0x73, 0x4e, 0x24, 0xbf, 0xd1, 0x15, 0x48, 0x1f, 0x63, 0xb5, 0xa5, 0xe9, 0xd2, + 0x31, 0xd6, 0x0d, 0x45, 0x53, 0xb3, 0x31, 0xc2, 0x5d, 0xa0, 0xd4, 0x03, 0x4a, 0x44, 0x3b, 0x30, + 0xdb, 0x95, 0x55, 0xe5, 0x08, 0x1b, 0x66, 0x36, 0xbe, 0x11, 0xdf, 0x4c, 0xdd, 0x7a, 0x35, 0x47, + 0x97, 0x9a, 0x0b, 0x9c, 0x2b, 0xf7, 0x80, 0x49, 0x97, 0x54, 0x53, 0x3f, 0x11, 0x9d, 0xc1, 0xfc, + 0x1d, 0x58, 0xf0, 0xb0, 0x50, 0x06, 0xe2, 0x1f, 0xe3, 0x13, 0x66, 0x93, 0xf5, 0x13, 0x2d, 0x41, + 0xf2, 0x58, 0xee, 0xf4, 0x31, 0xb3, 0x84, 0x3e, 0x6c, 0xc5, 0xbe, 0xcb, 0x09, 0x17, 0x60, 0xcd, + 0x99, 0xad, 0x28, 0xf7, 0xe4, 0x43, 0xa5, 0xa3, 0x98, 0x0a, 0x36, 0xec, 0xa5, 0x7f, 0x08, 0xeb, + 0x21, 0x7c, 0xb6, 0x03, 0x77, 0x61, 0xbe, 0xe9, 0xa2, 0x67, 0x39, 0xb2, 0x94, 0xac, 0xbd, 0x14, + 0xdf, 0xc8, 0x13, 0xd1, 0x23, 0x2d, 0xfc, 0x2d, 0x0e, 0x19, 0xbf, 0x08, 0xba, 0x0b, 0x33, 0x06, + 0xd6, 0x8f, 0x95, 0x26, 0xdd, 0xd7, 0xd4, 0xad, 0x8d, 0x30, 0x6d, 0xb9, 0x3a, 0x95, 0xdb, 0x9d, + 0x12, 0xed, 0x21, 0x68, 0x1f, 0x32, 0xc7, 0x5a, 0xa7, 0xdf, 0xc5, 0x12, 0x7e, 0xda, 0x93, 0x55, + 0xe7, 0x05, 0xa4, 0x6e, 0x6d, 0x86, 0xaa, 0x39, 0x20, 0x03, 0x4a, 0xb6, 0xfc, 0xee, 0x94, 0x78, + 0xe6, 0xd8, 0x4b, 0xe2, 0x7f, 0xc1, 0xc1, 0x0c, 0x9b, 0x0d, 0xbd, 0x05, 0x09, 0xf3, 0xa4, 0x47, + 0xad, 0x4b, 0xdf, 0xba, 0x32, 0xca, 0xba, 0x5c, 0xe3, 0xa4, 0x87, 0x45, 0x32, 0x44, 0x78, 0x1f, + 0x12, 0xd6, 0x13, 0x4a, 0xc1, 0xcc, 0x7e, 0xf5, 0x7e, 0xb5, 0xf6, 0xb0, 0x9a, 0x99, 0x42, 0x2b, + 0x80, 0x8a, 0xb5, 0x6a, 0x43, 0xac, 0x55, 0x2a, 0x25, 0x51, 0xaa, 0x97, 0xc4, 0x83, 0x72, 0xb1, + 0x94, 0xe1, 0xd0, 0x4b, 0xb0, 0x71, 0x50, 0xab, 0xec, 0x3f, 0x28, 0x49, 0xf9, 0x62, 0xb1, 0x54, + 0xaf, 0x97, 0x0b, 0xe5, 0x4a, 0xb9, 0xf1, 0x48, 0x2a, 0xd6, 0xaa, 0xf5, 0x86, 0x98, 0x2f, 0x57, + 0x1b, 0xf5, 0x4c, 0x8c, 0xff, 0x09, 0x07, 0x67, 0x7c, 0x0b, 0x40, 0x79, 0x8f, 0x85, 0x37, 0xc6, + 0x5d, 0xb8, 0xdb, 0xd2, 0xeb, 0x41, 0x96, 0x02, 0x4c, 0xd7, 0xaa, 0x95, 0x72, 0xd5, 0xb2, 0x2e, + 0x05, 0x33, 0xb5, 0x7b, 0xf7, 0xc8, 0x43, 0xac, 0x30, 0x4d, 0x27, 0x14, 0xd2, 0x30, 0xbf, 0xa7, + 0x6b, 0x87, 0xd8, 0xf6, 0x9f, 0x3c, 0x2c, 0xb0, 0x67, 0xe6, 0x2f, 0xdf, 0x81, 0xa4, 0x8e, 0xe5, + 0xd6, 0x09, 0x7b, 0xb5, 0x7c, 0x8e, 0xc6, 0x64, 0xce, 0x8e, 0xc9, 0x5c, 0x41, 0xd3, 0x3a, 0x07, + 0x96, 0x7f, 0x8a, 0x54, 0x50, 0xf8, 0x26, 0x01, 0x8b, 0x45, 0x1d, 0xcb, 0x26, 0xa6, 0xd6, 0x32, + 0xd5, 0x81, 0xb1, 0x77, 0x17, 0xd2, 0x96, 0x7f, 0x35, 0x15, 0xf3, 0x44, 0xd2, 0x65, 0xb5, 0x8d, + 0xd9, 0xab, 0x5f, 0xb6, 0x77, 0xa0, 0xc8, 0xb8, 0xa2, 0xc5, 0x14, 0x17, 0x9a, 0xee, 0x47, 0x54, + 0x86, 0x45, 0xe6, 0x3a, 0x1e, 0x97, 0x8e, 0x7b, 0x5d, 0x9a, 0x5a, 0xe1, 0x72, 0x69, 0x74, 0xec, + 0xa5, 0x28, 0xd8, 0x40, 0xf7, 0x01, 0x7a, 0xb2, 0x2e, 0x77, 0xb1, 0x89, 0x75, 0x23, 0x9b, 0xf0, + 0xc6, 0x77, 0xc0, 0x6a, 0x72, 0x7b, 0x8e, 0x34, 0x8d, 0x6f, 0xd7, 0x70, 0xb4, 0x63, 0x05, 0x44, + 0x53, 0xc7, 0xa6, 0x91, 0x4d, 0x12, 0x4d, 0x9b, 0x51, 0x9a, 0xea, 0x54, 0x94, 0xa8, 0x29, 0xc4, + 0x7f, 0x59, 0xe0, 0x44, 0x7b, 0x34, 0xaa, 0xc1, 0xb2, 0xbd, 0x40, 0x4d, 0x35, 0xb1, 0x6a, 0x4a, + 0x86, 0xd6, 0xd7, 0x9b, 0x38, 0x3b, 0x4d, 0x76, 0x69, 0xd5, 0xb7, 0x44, 0x2a, 0x53, 0x27, 0x22, + 0x22, 0xdb, 0x1a, 0x0f, 0x11, 0x3d, 0x06, 0x5e, 0x6e, 0x36, 0xb1, 0x61, 0x28, 0x74, 0x2f, 0x24, + 0x1d, 0x7f, 0xd2, 0x57, 0x74, 0xdc, 0xc5, 0xaa, 0x69, 0x64, 0x67, 0xbc, 0x5a, 0x1b, 0x5a, 0x4f, + 0xeb, 0x68, 0xed, 0x13, 0x71, 0x20, 0x23, 0x9e, 0xf7, 0x0c, 0x77, 0x71, 0x0c, 0xfe, 0x6d, 0x38, + 0xe3, 0xdb, 0x94, 0x49, 0x32, 0x1b, 0xbf, 0x05, 0xf3, 0xee, 0x9d, 0x98, 0x28, 0x2b, 0xfe, 0x2c, + 0x06, 0x8b, 0x01, 0x7b, 0x80, 0x76, 0x61, 0xd6, 0x50, 0xe5, 0x9e, 0xf1, 0x44, 0x33, 0x99, 0xff, + 0x5e, 0x8b, 0xd8, 0xb2, 0x5c, 0x9d, 0xc9, 0xd2, 0xc7, 0xdd, 0x29, 0xd1, 0x19, 0x8d, 0x0a, 0x30, + 0x4d, 0xf7, 0xd3, 0x9f, 0x9b, 0x82, 0xf4, 0x50, 0x9a, 0xa3, 0x85, 0x8d, 0xe4, 0x5f, 0x83, 0xb4, + 0x77, 0x06, 0x74, 0x11, 0x52, 0xf6, 0x0c, 0x92, 0xd2, 0x62, 0x6b, 0x05, 0x9b, 0x54, 0x6e, 0xf1, + 0xaf, 0xc2, 0xbc, 0x5b, 0x19, 0x5a, 0x85, 0x39, 0xe6, 0x10, 0x8e, 0xf8, 0x2c, 0x25, 0x94, 0x5b, + 0x4e, 0x4c, 0x7f, 0x0f, 0x96, 0xbc, 0x7e, 0xc6, 0x42, 0xf9, 0xaa, 0xb3, 0x06, 0xba, 0x17, 0x69, + 0xef, 0x1a, 0x6c, 0x3b, 0x85, 0xdf, 0x25, 0x20, 0xe3, 0x0f, 0x1a, 0x74, 0x17, 0x92, 0x87, 0x1d, + 0xad, 0xf9, 0x31, 0x1b, 0xfb, 0x52, 0x58, 0x74, 0xe5, 0x0a, 0x96, 0x14, 0xa5, 0xee, 0x4e, 0x89, + 0x74, 0x90, 0x35, 0xba, 0xab, 0xf5, 0x55, 0x93, 0xed, 0x5e, 0xf8, 0xe8, 0x07, 0x96, 0xd4, 0x60, + 0x34, 0x19, 0x84, 0xb6, 0x21, 0x45, 0xdd, 0x4e, 0xea, 0x6a, 0x2d, 0x9c, 0x8d, 0x13, 0x1d, 0x97, + 0x43, 0x75, 0xe4, 0x89, 0xec, 0x03, 0xad, 0x85, 0x45, 0x90, 0x9d, 0xdf, 0xfc, 0x02, 0xa4, 0x5c, + 0xb6, 0xf1, 0x3b, 0x90, 0x72, 0x4d, 0x86, 0xce, 0xc1, 0xcc, 0x91, 0x21, 0x39, 0x49, 0x78, 0x4e, + 0x9c, 0x3e, 0x32, 0x48, 0x3e, 0xbd, 0x08, 0x29, 0x62, 0x85, 0x74, 0xd4, 0x91, 0xdb, 0x46, 0x36, + 0xb6, 0x11, 0xb7, 0xde, 0x11, 0x21, 0xdd, 0xb3, 0x28, 0xfc, 0xbf, 0x38, 0x80, 0xc1, 0x94, 0xe8, + 0x2e, 0x24, 0x88, 0x95, 0x34, 0x95, 0x6f, 0x8e, 0x61, 0x65, 0x8e, 0x98, 0x4a, 0x46, 0x09, 0xbf, + 0xe6, 0x20, 0x41, 0xd4, 0xf8, 0x0f, 0x9c, 0x7a, 0xb9, 0xba, 0x53, 0x29, 0x49, 0xd5, 0xda, 0x76, + 0x49, 0x7a, 0x28, 0x96, 0x1b, 0x25, 0x31, 0xc3, 0xa1, 0x55, 0x38, 0xe7, 0xa6, 0x8b, 0xa5, 0xfc, + 0x76, 0x49, 0x94, 0x6a, 0xd5, 0xca, 0xa3, 0x4c, 0x0c, 0xf1, 0xb0, 0xf2, 0x60, 0xbf, 0xd2, 0x28, + 0x0f, 0xf3, 0xe2, 0x68, 0x0d, 0xb2, 0x2e, 0x1e, 0xd3, 0xc1, 0xd4, 0x26, 0x2c, 0xb5, 0x2e, 0x2e, + 0xfd, 0xc9, 0x98, 0xc9, 0xc2, 0x82, 0xf3, 0x32, 0x88, 0xb3, 0x3d, 0x84, 0x05, 0x4f, 0x8e, 0xb6, + 0xca, 0x29, 0x96, 0x54, 0x5a, 0xd2, 0xe1, 0x89, 0x49, 0x4a, 0x0c, 0x6e, 0x33, 0x2e, 0x2e, 0xd8, + 0xd4, 0x82, 0x45, 0xb4, 0xb6, 0xb5, 0xa3, 0x74, 0x15, 0x93, 0xc9, 0xc4, 0x88, 0x0c, 0x10, 0x12, + 0x11, 0x10, 0xbe, 0x8a, 0xc1, 0x34, 0x7b, 0x37, 0x57, 0x5c, 0xa7, 0x84, 0x47, 0xa5, 0x4d, 0xa5, + 0x2a, 0x3d, 0xc1, 0x11, 0xf3, 0x06, 0x07, 0xda, 0x85, 0xb4, 0x3b, 0x95, 0x3e, 0xb5, 0x8b, 0xb8, + 0x4b, 0xde, 0x17, 0xe4, 0x8e, 0xe7, 0xa7, 0xac, 0x74, 0x5b, 0x38, 0x76, 0xd3, 0x50, 0x01, 0xd2, + 0xbe, 0x6c, 0x9c, 0x18, 0x9d, 0x8d, 0x17, 0x9a, 0x9e, 0xc4, 0x94, 0x87, 0x45, 0x3b, 0x91, 0x76, + 0xb0, 0x64, 0xb2, 0x44, 0xcb, 0x4e, 0x8b, 0xcc, 0x50, 0x02, 0x46, 0x03, 0x61, 0x9b, 0xc6, 0xbf, + 0x0b, 0x68, 0xd8, 0xd6, 0x89, 0xb2, 0x66, 0x1f, 0x16, 0x03, 0x52, 0x3c, 0xca, 0xc1, 0x1c, 0x79, + 0x55, 0x86, 0x62, 0x62, 0x56, 0x1e, 0x0e, 0x5b, 0x34, 0x10, 0xb1, 0xe4, 0x7b, 0x3a, 0x3e, 0xc2, + 0xba, 0x8e, 0x5b, 0x24, 0x3c, 0x02, 0xe5, 0x1d, 0x11, 0xe1, 0xa7, 0x1c, 0xcc, 0xda, 0x74, 0xb4, + 0x05, 0xb3, 0x06, 0x6e, 0xd3, 0xe3, 0x87, 0xce, 0x75, 0xc1, 0x3f, 0x36, 0x57, 0x67, 0x02, 0xac, + 0x90, 0xb6, 0xe5, 0xad, 0x42, 0xda, 0xc3, 0x9a, 0x68, 0xf1, 0x7f, 0xe2, 0x60, 0x71, 0x1b, 0x77, + 0xb0, 0xbf, 0x4a, 0x89, 0xca, 0xb0, 0xee, 0x83, 0x3d, 0xe6, 0x3d, 0xd8, 0x03, 0x54, 0x45, 0x1c, + 0xec, 0xa7, 0x3a, 0xec, 0x56, 0x60, 0xc9, 0x3b, 0x1b, 0x4d, 0xef, 0xc2, 0xbf, 0xe3, 0x70, 0xc1, + 0xf2, 0x05, 0x5d, 0xeb, 0x74, 0xb0, 0xbe, 0xd7, 0x3f, 0xec, 0x28, 0xc6, 0x93, 0x09, 0x16, 0x77, + 0x0e, 0x66, 0x54, 0xad, 0xe5, 0x0a, 0x9e, 0x69, 0xeb, 0xb1, 0xdc, 0x42, 0x25, 0x38, 0xeb, 0x2f, + 0xb3, 0x4e, 0x58, 0x12, 0x0e, 0x2f, 0xb2, 0x32, 0xc7, 0xfe, 0x13, 0x84, 0x87, 0x59, 0xab, 0x40, + 0xd4, 0xd4, 0xce, 0x09, 0x89, 0x98, 0x59, 0xd1, 0x79, 0x46, 0xa2, 0xbf, 0x62, 0x7a, 0xdd, 0xa9, + 0x98, 0x22, 0x57, 0x14, 0x55, 0x3c, 0x7d, 0x34, 0x14, 0xf1, 0xd3, 0x44, 0xf5, 0x5b, 0x63, 0xaa, + 0x1e, 0x99, 0x09, 0x4e, 0xf3, 0x16, 0x9f, 0x43, 0xf8, 0xfe, 0x95, 0x83, 0x8b, 0xa1, 0x4b, 0x60, + 0x47, 0x7e, 0x0b, 0xce, 0xf4, 0x28, 0xc3, 0xd9, 0x04, 0x1a, 0x65, 0x77, 0x46, 0x6e, 0x02, 0xeb, + 0x62, 0x19, 0xd5, 0xb3, 0x0d, 0xe9, 0x9e, 0x87, 0xc8, 0xe7, 0x61, 0x31, 0x40, 0x6c, 0xa2, 0xc5, + 0x7c, 0xcd, 0xc1, 0xc6, 0xc0, 0x94, 0x7d, 0xb5, 0xf7, 0xfc, 0xdc, 0xb7, 0x31, 0xf0, 0x2d, 0x9a, + 0xf2, 0x6f, 0x0f, 0xaf, 0x3d, 0x78, 0xc2, 0x17, 0x15, 0xc1, 0x97, 0xe1, 0x52, 0xc4, 0xd4, 0x2c, + 0x9c, 0xbf, 0x4a, 0xc0, 0xa5, 0x03, 0xb9, 0xa3, 0xb4, 0x9c, 0x42, 0x2e, 0xa0, 0xdf, 0x8f, 0xde, + 0x92, 0xe6, 0x50, 0x04, 0xd0, 0xac, 0x75, 0xd7, 0x89, 0xda, 0x51, 0xfa, 0xc7, 0x38, 0x0e, 0x9f, + 0x63, 0x13, 0xf6, 0x28, 0xa0, 0x09, 0x7b, 0x6b, 0x7c, 0x5b, 0xa3, 0x5a, 0xb2, 0x7d, 0x7f, 0x82, + 0x79, 0x73, 0x7c, 0xbd, 0x11, 0x5e, 0x70, 0xea, 0x28, 0xfe, 0x36, 0xbb, 0xa6, 0xbf, 0x24, 0x40, + 0x88, 0x5a, 0x3d, 0xcb, 0x21, 0x22, 0xcc, 0x35, 0x35, 0xf5, 0x48, 0xd1, 0xbb, 0xb8, 0xc5, 0xaa, + 0xff, 0x37, 0xc6, 0xd9, 0x3c, 0x96, 0x40, 0x8a, 0xf6, 0x58, 0x71, 0xa0, 0x06, 0x65, 0x61, 0xa6, + 0x8b, 0x0d, 0x43, 0x6e, 0xdb, 0x66, 0xd9, 0x8f, 0xfc, 0x17, 0x71, 0x98, 0x73, 0x86, 0x20, 0x75, + 0xc8, 0x83, 0x69, 0xfa, 0xda, 0x79, 0x16, 0x03, 0x9e, 0xdd, 0x99, 0x63, 0xcf, 0xe0, 0xcc, 0x2d, + 0x8f, 0x33, 0xd3, 0x70, 0xd8, 0x7e, 0x26, 0xb3, 0x23, 0xfc, 0xfa, 0x5b, 0x77, 0x40, 0xe1, 0x07, + 0x80, 0x2a, 0x8a, 0xc1, 0xba, 0x28, 0x27, 0x2d, 0x59, 0x4d, 0x93, 0xfc, 0x54, 0xc2, 0xaa, 0xa9, + 0x2b, 0xac, 0x5c, 0x4f, 0x8a, 0xd0, 0x95, 0x9f, 0x96, 0x28, 0xc5, 0x2a, 0xe9, 0x0d, 0x53, 0xd6, + 0x4d, 0x45, 0x6d, 0x4b, 0xa6, 0xf6, 0x31, 0x76, 0x40, 0x57, 0x9b, 0xda, 0xb0, 0x88, 0xc2, 0x67, + 0x1c, 0x2c, 0x7a, 0xd4, 0x33, 0x9f, 0xbc, 0x03, 0x33, 0x03, 0xdd, 0x9e, 0x32, 0x3e, 0x40, 0x3a, + 0x47, 0xb7, 0xcd, 0x1e, 0x81, 0xd6, 0x01, 0x54, 0xfc, 0xd4, 0xf4, 0xcc, 0x3b, 0x67, 0x51, 0xc8, + 0x9c, 0xfc, 0x4d, 0x48, 0xd2, 0x6d, 0x18, 0xb7, 0x5f, 0xfe, 0x22, 0x06, 0x68, 0x07, 0x9b, 0x4e, + 0x1b, 0xc4, 0xf6, 0x20, 0xc4, 0x97, 0xb8, 0x67, 0xf0, 0xa5, 0xf7, 0x3c, 0xbe, 0x44, 0xbd, 0xf1, + 0x9a, 0x0b, 0x7d, 0xf6, 0x4d, 0x1d, 0x99, 0x09, 0x43, 0x5a, 0x0f, 0x5a, 0xcf, 0x8d, 0xd7, 0x7a, + 0x9c, 0xd2, 0x65, 0xb6, 0x61, 0xd1, 0x63, 0x33, 0x7b, 0xa7, 0x37, 0x00, 0xc9, 0xc7, 0xb2, 0xd2, + 0x91, 0x2d, 0xbb, 0xec, 0xce, 0x8e, 0x75, 0x7a, 0x67, 0x1d, 0x8e, 0x3d, 0x4c, 0x10, 0xdc, 0x05, + 0x03, 0xd3, 0xe7, 0x47, 0xc3, 0x3b, 0xee, 0x83, 0x76, 0x48, 0x86, 0xcd, 0xbb, 0x13, 0x88, 0x88, + 0x5f, 0x1e, 0x2e, 0x12, 0x18, 0x3c, 0x1c, 0x0a, 0x8e, 0x7f, 0x1a, 0x87, 0xd5, 0x08, 0x69, 0x74, + 0x07, 0xe2, 0x7a, 0xaf, 0xc9, 0x9c, 0xe9, 0xe5, 0x31, 0xf4, 0xe7, 0xc4, 0xbd, 0xe2, 0xee, 0x94, + 0x68, 0x8d, 0xe2, 0x3f, 0x8f, 0x41, 0x5c, 0xdc, 0x2b, 0xa2, 0x77, 0x3d, 0x48, 0xf1, 0xf5, 0x31, + 0xb5, 0xb8, 0x81, 0xe2, 0x2f, 0xb9, 0x20, 0xa4, 0x38, 0x0b, 0x4b, 0x45, 0xb1, 0x94, 0x6f, 0x94, + 0xa4, 0xed, 0x52, 0xa5, 0xd4, 0x28, 0x49, 0x14, 0xc9, 0xce, 0x70, 0x68, 0x0d, 0xb2, 0x7b, 0xfb, + 0x85, 0x4a, 0xb9, 0xbe, 0x2b, 0xed, 0x57, 0xed, 0x5f, 0x8c, 0x1b, 0x43, 0x19, 0x98, 0xaf, 0x94, + 0xeb, 0x0d, 0x46, 0xa8, 0x67, 0xe2, 0x16, 0x65, 0xa7, 0xd4, 0x90, 0x8a, 0xf9, 0xbd, 0x7c, 0xb1, + 0xdc, 0x78, 0x94, 0x49, 0x20, 0x1e, 0x56, 0xbc, 0xba, 0xeb, 0xd5, 0xfc, 0x5e, 0x7d, 0xb7, 0xd6, + 0xc8, 0x24, 0x11, 0x82, 0x34, 0x19, 0x6f, 0x93, 0xea, 0x99, 0x69, 0x4b, 0x43, 0xb1, 0x52, 0xab, + 0x3a, 0x36, 0xcc, 0xa0, 0x25, 0xc8, 0xd8, 0x33, 0x8b, 0xa5, 0xfc, 0x36, 0x41, 0x31, 0x66, 0xd1, + 0x59, 0x58, 0x28, 0x7d, 0xb0, 0x97, 0xaf, 0x6e, 0xdb, 0x82, 0x73, 0x0e, 0x06, 0xf6, 0x75, 0x0c, + 0x96, 0x29, 0x08, 0x66, 0x43, 0x6e, 0x76, 0x58, 0x6e, 0x42, 0x86, 0xb6, 0xed, 0x92, 0xbf, 0x70, + 0x4a, 0x53, 0xfa, 0x81, 0x5d, 0x3e, 0xd9, 0x80, 0x75, 0xcc, 0x05, 0x58, 0x97, 0xfd, 0xc5, 0xe4, + 0x35, 0x2f, 0xb4, 0xeb, 0x9b, 0x2d, 0xaa, 0x3f, 0x79, 0x10, 0x50, 0xed, 0xdc, 0x88, 0xd6, 0x16, + 0x75, 0x12, 0x9c, 0xa6, 0x19, 0x39, 0x65, 0x40, 0xdf, 0x83, 0x15, 0xbf, 0xbd, 0x2c, 0xb6, 0xae, + 0x0f, 0x01, 0xb0, 0x4e, 0x86, 0x71, 0x64, 0x1d, 0x09, 0xe1, 0xef, 0x1c, 0xcc, 0xda, 0x64, 0x2b, + 0x4b, 0x1b, 0xca, 0x8f, 0xb0, 0x07, 0xf0, 0x99, 0xb3, 0x28, 0x0e, 0x7e, 0xe4, 0x86, 0x4e, 0x63, + 0x7e, 0xe8, 0x34, 0xf0, 0x3d, 0xc7, 0x03, 0xdf, 0xf3, 0x3b, 0xb0, 0xd0, 0xb4, 0xcc, 0x57, 0x34, + 0x55, 0x32, 0x95, 0xae, 0x8d, 0xe7, 0x0c, 0x5f, 0x75, 0x34, 0xec, 0xfb, 0x49, 0x71, 0xde, 0x1e, + 0x60, 0x91, 0xd0, 0x06, 0xcc, 0x93, 0xab, 0x0f, 0xc9, 0xd4, 0xa4, 0xbe, 0x81, 0xb3, 0x49, 0xd2, + 0xdd, 0x02, 0xa1, 0x35, 0xb4, 0x7d, 0x03, 0x0b, 0x7f, 0xe6, 0x60, 0x99, 0x36, 0xed, 0x7e, 0x77, + 0x1c, 0x05, 0x01, 0xbb, 0x3d, 0xce, 0x97, 0xf8, 0x03, 0x15, 0xbe, 0xa8, 0x9e, 0x25, 0x0b, 0x2b, + 0xfe, 0xf9, 0x58, 0xa3, 0xf2, 0x5b, 0x0e, 0x96, 0xac, 0x53, 0xd7, 0x66, 0x3c, 0xef, 0x22, 0x60, + 0x82, 0x37, 0xe9, 0xdb, 0xcc, 0x84, 0x7f, 0x33, 0x85, 0xdf, 0x73, 0xb0, 0xec, 0xb3, 0x95, 0x79, + 0xea, 0xdb, 0xfe, 0x8a, 0xe2, 0xb2, 0xbb, 0xa2, 0x18, 0x92, 0x9f, 0xb0, 0xa6, 0xb8, 0x6d, 0xd7, + 0x14, 0x93, 0x05, 0xc4, 0xa7, 0x31, 0x58, 0x1f, 0x64, 0x76, 0x72, 0xed, 0xd7, 0x9a, 0xa0, 0x25, + 0x3e, 0xdd, 0xed, 0xda, 0xfb, 0xfe, 0x54, 0x77, 0x6b, 0xf8, 0xb0, 0x09, 0x30, 0xe9, 0x45, 0x39, + 0xe0, 0x8f, 0xdd, 0xe8, 0x96, 0x77, 0x5e, 0xf6, 0x0a, 0xc7, 0x84, 0x89, 0xdf, 0x84, 0x73, 0x04, + 0x28, 0x70, 0xae, 0x9b, 0xed, 0x4b, 0x30, 0x9a, 0x45, 0x66, 0xc5, 0x65, 0x8b, 0xed, 0xdc, 0xb1, + 0x32, 0x68, 0xb4, 0x25, 0x7c, 0x93, 0x80, 0x95, 0xaa, 0xd6, 0xc2, 0x75, 0x53, 0x6e, 0x4f, 0x02, + 0x1a, 0x7e, 0x7f, 0x18, 0x83, 0x89, 0x79, 0xf7, 0x33, 0x58, 0xeb, 0x38, 0xd0, 0x0b, 0xca, 0xc1, + 0xa2, 0x61, 0xca, 0x6d, 0x12, 0x41, 0xb2, 0xde, 0xc6, 0xa6, 0xd4, 0x93, 0xcd, 0x27, 0x2c, 0x3c, + 0xce, 0x32, 0x56, 0x83, 0x70, 0xf6, 0x64, 0xf3, 0x49, 0x30, 0x96, 0x97, 0x98, 0x18, 0xcb, 0x7b, + 0xcf, 0xdf, 0x4e, 0xbf, 0x3a, 0x62, 0x2d, 0x11, 0xe7, 0xe0, 0x07, 0x21, 0x38, 0xdd, 0x6b, 0x23, + 0x54, 0x8e, 0xc6, 0xe7, 0x4e, 0x8f, 0x4b, 0x7d, 0xcb, 0x10, 0xdf, 0x79, 0x38, 0x37, 0xb4, 0x78, + 0x96, 0x75, 0xdb, 0x90, 0xb5, 0x58, 0xfb, 0xaa, 0x31, 0xa1, 0x3b, 0x86, 0x78, 0x4c, 0x2c, 0xc4, + 0x63, 0x84, 0x55, 0x38, 0x1f, 0x30, 0x11, 0xb3, 0xe2, 0x8f, 0x49, 0x6a, 0xc6, 0xe4, 0x68, 0xf3, + 0x87, 0x61, 0x51, 0xf1, 0x86, 0xfb, 0xb5, 0x07, 0x02, 0xb3, 0x2f, 0x22, 0x2e, 0x2e, 0x42, 0xca, + 0x2d, 0xc7, 0x4e, 0x0e, 0x73, 0x44, 0xe0, 0x24, 0x4f, 0x05, 0x82, 0x4f, 0xfb, 0x40, 0xf0, 0xca, + 0x20, 0xa8, 0x66, 0xbc, 0xd5, 0x60, 0xe8, 0x56, 0x44, 0x84, 0xd5, 0xe3, 0xa1, 0xb0, 0x9a, 0xf5, + 0x22, 0xeb, 0xa1, 0x4a, 0xff, 0x0f, 0x02, 0x8b, 0x39, 0x75, 0x20, 0xe4, 0x2d, 0x3c, 0x06, 0x9e, + 0x7a, 0xfc, 0xe4, 0x20, 0xb4, 0xcf, 0x8d, 0x62, 0x7e, 0x37, 0x12, 0xd6, 0x61, 0x35, 0x50, 0x37, + 0x9b, 0xfa, 0x11, 0xb5, 0x6b, 0x07, 0x33, 0x0c, 0xa3, 0x6e, 0xca, 0xa6, 0x31, 0xee, 0xcc, 0x8c, + 0xe9, 0x9e, 0x99, 0x92, 0xc8, 0xcc, 0x3b, 0x74, 0x55, 0x7e, 0xd5, 0xec, 0xec, 0x7c, 0x05, 0x92, + 0x7d, 0x02, 0xc7, 0xd1, 0xe2, 0x67, 0xd1, 0xeb, 0xd2, 0xfb, 0x16, 0x4b, 0xa4, 0x12, 0xc2, 0x1f, + 0x38, 0x48, 0xb9, 0xc8, 0x68, 0x0d, 0xe6, 0x9c, 0xee, 0xdc, 0xae, 0xd3, 0x1d, 0x82, 0xf5, 0x0e, + 0x4c, 0xcd, 0x94, 0x3b, 0xec, 0x86, 0x97, 0x3e, 0x58, 0xad, 0x55, 0xdf, 0xc0, 0xb4, 0x8c, 0x8b, + 0x8b, 0xe4, 0x37, 0xba, 0x0e, 0x89, 0xbe, 0xaa, 0x98, 0x24, 0xf6, 0xd2, 0xfe, 0xa0, 0x22, 0x53, + 0xe5, 0xf6, 0x55, 0xc5, 0x14, 0x89, 0x94, 0x70, 0x0d, 0x12, 0xd6, 0x93, 0xb7, 0x89, 0x9d, 0x83, + 0x64, 0xe1, 0x51, 0xa3, 0x54, 0xcf, 0x70, 0x08, 0x60, 0xba, 0x5c, 0xad, 0x6d, 0x97, 0xea, 0x99, + 0x98, 0xb0, 0xe6, 0x2c, 0x3d, 0x08, 0x24, 0xf8, 0x88, 0xbe, 0x92, 0x30, 0x78, 0x20, 0x1f, 0x08, + 0x0f, 0xac, 0x7b, 0x0e, 0xa7, 0x11, 0xc0, 0xc0, 0x7f, 0x38, 0x58, 0x0e, 0x94, 0x43, 0xb7, 0xdd, + 0x90, 0xc0, 0xa5, 0x48, 0x9d, 0x6e, 0x30, 0xe0, 0x57, 0x1c, 0x05, 0x03, 0xb6, 0x3c, 0x60, 0xc0, + 0xd5, 0x91, 0xe3, 0xdd, 0x30, 0xc0, 0x41, 0x08, 0x0a, 0x50, 0x6f, 0xe4, 0x77, 0x4a, 0xd2, 0x7e, + 0x95, 0xfe, 0x75, 0x50, 0x80, 0x25, 0xc8, 0x58, 0x5d, 0x3d, 0xfb, 0xbe, 0xad, 0xde, 0xc8, 0x37, + 0xea, 0x99, 0xd8, 0x70, 0x07, 0x1e, 0x77, 0x3a, 0xf0, 0x25, 0x40, 0x6c, 0x5b, 0xdd, 0x9f, 0x66, + 0x7e, 0xc6, 0xc1, 0xa2, 0x87, 0xcc, 0x76, 0xd9, 0x75, 0x7b, 0xc3, 0x79, 0x6e, 0x6f, 0x6e, 0xc2, + 0x92, 0xd5, 0x44, 0x50, 0x47, 0x36, 0xa4, 0x1e, 0xd6, 0x25, 0x8b, 0xc3, 0xdc, 0xe9, 0x6c, 0x57, + 0x7e, 0xca, 0xd0, 0xbe, 0x3d, 0xac, 0x5b, 0x8a, 0x9f, 0x03, 0xbe, 0x25, 0xfc, 0x9c, 0xa3, 0xe7, + 0xee, 0xc4, 0x05, 0xf7, 0xa8, 0x20, 0x0c, 0xa8, 0xc8, 0xe3, 0xe3, 0x57, 0xe4, 0x42, 0x9e, 0x1e, + 0xb6, 0xa7, 0x28, 0x7e, 0x6f, 0xfd, 0x97, 0x83, 0xd9, 0x72, 0x0b, 0xab, 0xa6, 0xe5, 0x7d, 0x55, + 0x58, 0xf0, 0x7c, 0xba, 0x8a, 0xd6, 0x42, 0xbe, 0x68, 0x25, 0x4b, 0xe7, 0xd7, 0x23, 0xbf, 0x77, + 0x15, 0xa6, 0xd0, 0x91, 0xeb, 0xb3, 0x5b, 0x0f, 0x7e, 0xf9, 0xd2, 0xd0, 0xc8, 0x80, 0x40, 0xe4, + 0xaf, 0x8c, 0x90, 0x72, 0xe6, 0x79, 0x13, 0x92, 0xe4, 0x23, 0x45, 0xb4, 0xe4, 0x7c, 0x28, 0xe9, + 0xfa, 0x86, 0x91, 0x5f, 0xf6, 0x51, 0xed, 0x71, 0xb7, 0xfe, 0x39, 0x0b, 0x30, 0xe8, 0x21, 0xd0, + 0x7d, 0x98, 0x77, 0x7f, 0x27, 0x85, 0x56, 0x23, 0xbe, 0xd2, 0xe3, 0xd7, 0x82, 0x99, 0x8e, 0x4d, + 0xf7, 0x61, 0xde, 0x7d, 0x2b, 0x3f, 0x50, 0x16, 0xf0, 0x65, 0xc0, 0x40, 0x59, 0xe0, 0x45, 0xfe, + 0x14, 0xea, 0xc0, 0xb9, 0x90, 0x7b, 0x59, 0x74, 0x75, 0xbc, 0xdb, 0x6b, 0xfe, 0xe5, 0x31, 0x2f, + 0x78, 0x85, 0x29, 0xa4, 0xc3, 0xf9, 0xd0, 0xeb, 0x48, 0xb4, 0x39, 0xee, 0x65, 0x29, 0xff, 0xca, + 0x18, 0x92, 0xce, 0x9c, 0x7d, 0xe0, 0xc3, 0xef, 0x40, 0xd0, 0x2b, 0x63, 0x5f, 0xce, 0xf1, 0xd7, + 0xc6, 0xbf, 0x52, 0x11, 0xa6, 0xd0, 0x2e, 0xa4, 0x5c, 0x17, 0x04, 0x88, 0x0f, 0xbc, 0x35, 0xa0, + 0x8a, 0x57, 0x23, 0x6e, 0x14, 0xa8, 0x26, 0x17, 0x88, 0x3d, 0xd0, 0x34, 0x8c, 0xc6, 0x0f, 0x34, + 0x05, 0xa0, 0xde, 0xfe, 0xed, 0xf7, 0x9d, 0x42, 0x41, 0xdb, 0x1f, 0x7c, 0x8c, 0x05, 0x6d, 0x7f, + 0xc8, 0x91, 0x26, 0x4c, 0xa1, 0xf7, 0x21, 0xed, 0x45, 0xec, 0xd0, 0x7a, 0x24, 0xf2, 0xc8, 0x5f, + 0x08, 0x63, 0xbb, 0x55, 0x7a, 0x01, 0xa2, 0x81, 0xca, 0x40, 0xa0, 0x6a, 0xa0, 0x32, 0x04, 0x57, + 0x9a, 0xb2, 0xf2, 0x93, 0x07, 0x7c, 0x19, 0xe4, 0xa7, 0x20, 0xbc, 0x69, 0x90, 0x9f, 0x02, 0x11, + 0x1b, 0x61, 0x0a, 0x29, 0xb0, 0x12, 0x0c, 0x21, 0xa0, 0x2b, 0x63, 0x41, 0x1b, 0xfc, 0xd5, 0x51, + 0x62, 0x4e, 0xaa, 0xf9, 0x32, 0x09, 0x09, 0x72, 0x1c, 0x35, 0xe0, 0x8c, 0xaf, 0x85, 0x43, 0x17, + 0xa2, 0x1b, 0x5b, 0xfe, 0x62, 0x28, 0xdf, 0x59, 0xc9, 0x63, 0x38, 0x3b, 0xd4, 0x94, 0xa1, 0x0d, + 0xf7, 0xb8, 0xa0, 0xc6, 0x90, 0xbf, 0x14, 0x21, 0xe1, 0xd7, 0xed, 0x4d, 0x3b, 0x1b, 0xa3, 0xba, + 0x06, 0xaf, 0xee, 0xb0, 0x54, 0xf3, 0x11, 0x3d, 0xfd, 0xfd, 0x49, 0x46, 0xf0, 0xda, 0x15, 0x98, + 0x5e, 0x2e, 0x47, 0xca, 0x38, 0x33, 0x7c, 0xe8, 0x94, 0x1d, 0xae, 0x32, 0x17, 0x79, 0x8c, 0x0b, + 0xac, 0xae, 0x79, 0x21, 0x4a, 0xc4, 0x51, 0xff, 0x10, 0x32, 0xfe, 0x23, 0x18, 0x79, 0xde, 0x57, + 0x90, 0xdb, 0x6c, 0x84, 0x0b, 0xf8, 0x77, 0xc6, 0x1f, 0xff, 0x7e, 0xab, 0x82, 0x22, 0xff, 0x72, + 0xa4, 0x8c, 0x3b, 0x63, 0xb9, 0x2a, 0xaf, 0x41, 0xc6, 0x1a, 0xae, 0xd2, 0x06, 0x19, 0x2b, 0xa0, + 0x54, 0x13, 0xa6, 0xb6, 0xee, 0x02, 0xc8, 0x9d, 0xde, 0x13, 0x59, 0xc2, 0x6a, 0xbf, 0x8b, 0xd6, + 0x86, 0x70, 0xf2, 0x92, 0xda, 0xef, 0xd6, 0x7a, 0xa6, 0xa2, 0xa9, 0x46, 0xf6, 0xf3, 0x59, 0xd2, + 0xe5, 0xce, 0x91, 0x01, 0x16, 0x63, 0xab, 0x02, 0x99, 0xc1, 0x68, 0x89, 0xf4, 0x64, 0xe8, 0x52, + 0xa0, 0x0e, 0xf2, 0x6f, 0x05, 0x3e, 0x45, 0x69, 0x47, 0x11, 0xe1, 0x6e, 0xbd, 0x0d, 0xd0, 0x34, + 0x14, 0x89, 0x76, 0xbd, 0x68, 0x7d, 0x48, 0xcf, 0x3d, 0x05, 0x77, 0x5a, 0xb6, 0x8e, 0xdf, 0x30, + 0x63, 0x9a, 0x86, 0x42, 0x9b, 0xcf, 0xad, 0x77, 0x20, 0x45, 0x8d, 0x39, 0xb2, 0xe4, 0x46, 0x8d, + 0x67, 0x36, 0xd0, 0xd5, 0x13, 0xce, 0x56, 0x09, 0x16, 0xa8, 0x02, 0xf6, 0x01, 0x03, 0xba, 0x38, + 0xa4, 0xe2, 0x01, 0xe5, 0xf8, 0x94, 0xcc, 0x93, 0x61, 0x8c, 0xb7, 0x55, 0x80, 0x79, 0x5b, 0x8d, + 0xf9, 0x44, 0x6b, 0xa1, 0x0b, 0x01, 0x5a, 0x2c, 0x86, 0x4f, 0x49, 0x8a, 0x29, 0xb1, 0x58, 0x03, + 0x53, 0xec, 0x7f, 0xad, 0x19, 0x36, 0x85, 0x75, 0x05, 0x81, 0xa6, 0x30, 0x5e, 0x21, 0xf9, 0x38, + 0xde, 0x34, 0x94, 0xc3, 0x69, 0x32, 0xe8, 0xf5, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x37, 0xa7, + 0xb1, 0xe8, 0x07, 0x36, 0x00, 0x00, } diff --git a/spec.md b/spec.md index bd46f08c..d1906b6a 100644 --- a/spec.md +++ b/spec.md @@ -280,10 +280,45 @@ import "google/protobuf/wrappers.proto"; option go_package = "csi"; +extend google.protobuf.EnumOptions { + // Indicates that this enum is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_enum = 1060; +} +extend google.protobuf.EnumValueOptions { + // Indicates that this enum value is OPTIONAL and part of an + // experimental API that may be deprecated and eventually removed + // between minor releases. + bool alpha_enum_value = 1060; +} extend google.protobuf.FieldOptions { // Indicates that a field MAY contain information that is sensitive // and MUST be treated as such (e.g. not logged). bool csi_secret = 1059; + + // Indicates that this field is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_field = 1060; +} +extend google.protobuf.MessageOptions { + // Indicates that this message is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_message = 1060; +} +extend google.protobuf.MethodOptions { + // Indicates that this method is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_method = 1060; +} +extend google.protobuf.ServiceOptions { + // Indicates that this service is OPTIONAL and part of an experimental + // API that may be deprecated and eventually removed between minor + // releases. + bool alpha_service = 1060; } ```