Select Git revision
etsi14.pb.go
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
etsi14.pb.go 55.41 KiB
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0
// protoc (unknown)
// source: etsi/etsi14.proto
package etsi14
import (
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/descriptorpb"
anypb "google.golang.org/protobuf/types/known/anypb"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type GetStatusRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Slave_SAE_ID string `protobuf:"bytes,1,opt,name=slave_SAE_ID,json=slaveSAEID,proto3" json:"slave_SAE_ID,omitempty"`
}
func (x *GetStatusRequest) Reset() {
*x = GetStatusRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetStatusRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetStatusRequest) ProtoMessage() {}
func (x *GetStatusRequest) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetStatusRequest.ProtoReflect.Descriptor instead.
func (*GetStatusRequest) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{0}
}
func (x *GetStatusRequest) GetSlave_SAE_ID() string {
if x != nil {
return x.Slave_SAE_ID
}
return ""
}
type GetStatusResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
Error *Error `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
}
func (x *GetStatusResponse) Reset() {
*x = GetStatusResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetStatusResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetStatusResponse) ProtoMessage() {}
func (x *GetStatusResponse) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.
func (*GetStatusResponse) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{1}
}
func (x *GetStatusResponse) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
func (x *GetStatusResponse) GetStatus() *Status {
if x != nil {
return x.Status
}
return nil
}
func (x *GetStatusResponse) GetError() *Error {
if x != nil {
return x.Error
}
return nil
}
type GetKeyRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Slave_SAE_ID string `protobuf:"bytes,1,opt,name=slave_SAE_ID,json=slaveSAEID,proto3" json:"slave_SAE_ID,omitempty"`
KeyRequest *KeyRequest `protobuf:"bytes,2,opt,name=key_request,json=keyRequest,proto3" json:"key_request,omitempty"`
}
func (x *GetKeyRequest) Reset() {
*x = GetKeyRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetKeyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetKeyRequest) ProtoMessage() {}
func (x *GetKeyRequest) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetKeyRequest.ProtoReflect.Descriptor instead.
func (*GetKeyRequest) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{2}
}
func (x *GetKeyRequest) GetSlave_SAE_ID() string {
if x != nil {
return x.Slave_SAE_ID
}
return ""
}
func (x *GetKeyRequest) GetKeyRequest() *KeyRequest {
if x != nil {
return x.KeyRequest
}
return nil
}
type GetKeyResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
KeyContainer *KeyContainer `protobuf:"bytes,2,opt,name=key_container,json=keyContainer,proto3" json:"key_container,omitempty"`
Error *Error `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
}
func (x *GetKeyResponse) Reset() {
*x = GetKeyResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetKeyResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetKeyResponse) ProtoMessage() {}
func (x *GetKeyResponse) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetKeyResponse.ProtoReflect.Descriptor instead.
func (*GetKeyResponse) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{3}
}
func (x *GetKeyResponse) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
func (x *GetKeyResponse) GetKeyContainer() *KeyContainer {
if x != nil {
return x.KeyContainer
}
return nil
}
func (x *GetKeyResponse) GetError() *Error {
if x != nil {
return x.Error
}
return nil
}
type GetKeyWithIDsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Master_SAE_ID string `protobuf:"bytes,1,opt,name=master_SAE_ID,json=masterSAEID,proto3" json:"master_SAE_ID,omitempty"`
Slave_SAE_ID string `protobuf:"bytes,2,opt,name=slave_SAE_ID,json=slaveSAEID,proto3" json:"slave_SAE_ID,omitempty"`
Key_ID []*KeyID `protobuf:"bytes,3,rep,name=key_ID,json=keyID,proto3" json:"key_ID,omitempty"`
}
func (x *GetKeyWithIDsRequest) Reset() {
*x = GetKeyWithIDsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetKeyWithIDsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetKeyWithIDsRequest) ProtoMessage() {}
func (x *GetKeyWithIDsRequest) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetKeyWithIDsRequest.ProtoReflect.Descriptor instead.
func (*GetKeyWithIDsRequest) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{4}
}
func (x *GetKeyWithIDsRequest) GetMaster_SAE_ID() string {
if x != nil {
return x.Master_SAE_ID
}
return ""
}
func (x *GetKeyWithIDsRequest) GetSlave_SAE_ID() string {
if x != nil {
return x.Slave_SAE_ID
}
return ""
}
func (x *GetKeyWithIDsRequest) GetKey_ID() []*KeyID {
if x != nil {
return x.Key_ID
}
return nil
}
type GetKeyWithIDsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
KeyContainer *KeyContainer `protobuf:"bytes,2,opt,name=key_container,json=keyContainer,proto3" json:"key_container,omitempty"`
Error *Error `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
}
func (x *GetKeyWithIDsResponse) Reset() {
*x = GetKeyWithIDsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetKeyWithIDsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetKeyWithIDsResponse) ProtoMessage() {}
func (x *GetKeyWithIDsResponse) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetKeyWithIDsResponse.ProtoReflect.Descriptor instead.
func (*GetKeyWithIDsResponse) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{5}
}
func (x *GetKeyWithIDsResponse) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}
func (x *GetKeyWithIDsResponse) GetKeyContainer() *KeyContainer {
if x != nil {
return x.KeyContainer
}
return nil
}
func (x *GetKeyWithIDsResponse) GetError() *Error {
if x != nil {
return x.Error
}
return nil
}
// FIGURE THIS ERROR STUFF OUT
type Error struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// ErrorCode code = 1;
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Details map[string]*ListOfDetails `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // maybe map<string, string> is enough here?!
}
func (x *Error) Reset() {
*x = Error{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Error) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Error) ProtoMessage() {}
func (x *Error) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Error.ProtoReflect.Descriptor instead.
func (*Error) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{6}
}
func (x *Error) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *Error) GetDetails() map[string]*ListOfDetails {
if x != nil {
return x.Details
}
return nil
}
// Maybe not neccessary
type ListOfDetails struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Details []string `protobuf:"bytes,1,rep,name=details,proto3" json:"details,omitempty"`
}
func (x *ListOfDetails) Reset() {
*x = ListOfDetails{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListOfDetails) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListOfDetails) ProtoMessage() {}
func (x *ListOfDetails) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ListOfDetails.ProtoReflect.Descriptor instead.
func (*ListOfDetails) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{7}
}
func (x *ListOfDetails) GetDetails() []string {
if x != nil {
return x.Details
}
return nil
}
type Status struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Source_KME_ID string `protobuf:"bytes,1,opt,name=source_KME_ID,json=sourceKMEID,proto3" json:"source_KME_ID,omitempty"`
Target_KME_ID string `protobuf:"bytes,2,opt,name=target_KME_ID,json=targetKMEID,proto3" json:"target_KME_ID,omitempty"`
Master_SAE_ID string `protobuf:"bytes,3,opt,name=master_SAE_ID,json=masterSAEID,proto3" json:"master_SAE_ID,omitempty"`
Slave_SAE_ID string `protobuf:"bytes,4,opt,name=slave_SAE_ID,json=slaveSAEID,proto3" json:"slave_SAE_ID,omitempty"`
KeySize int64 `protobuf:"varint,5,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"`
StoredKeyCount int64 `protobuf:"varint,6,opt,name=stored_key_count,json=storedKeyCount,proto3" json:"stored_key_count,omitempty"`
MaxKeyCount int64 `protobuf:"varint,7,opt,name=max_key_count,json=maxKeyCount,proto3" json:"max_key_count,omitempty"`
MaxKeyPerRequest int64 `protobuf:"varint,8,opt,name=max_key_per_request,json=maxKeyPerRequest,proto3" json:"max_key_per_request,omitempty"`
MaxKeySize int64 `protobuf:"varint,9,opt,name=max_key_size,json=maxKeySize,proto3" json:"max_key_size,omitempty"`
MinKeySize int64 `protobuf:"varint,10,opt,name=min_key_size,json=minKeySize,proto3" json:"min_key_size,omitempty"`
Max_SAE_IDCount int64 `protobuf:"varint,11,opt,name=max_SAE_ID_count,json=maxSAEIDCount,proto3" json:"max_SAE_ID_count,omitempty"`
}
func (x *Status) Reset() {
*x = Status{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Status) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Status) ProtoMessage() {}
func (x *Status) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Status.ProtoReflect.Descriptor instead.
func (*Status) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{8}
}
func (x *Status) GetSource_KME_ID() string {
if x != nil {
return x.Source_KME_ID
}
return ""
}
func (x *Status) GetTarget_KME_ID() string {
if x != nil {
return x.Target_KME_ID
}
return ""
}
func (x *Status) GetMaster_SAE_ID() string {
if x != nil {
return x.Master_SAE_ID
}
return ""
}
func (x *Status) GetSlave_SAE_ID() string {
if x != nil {
return x.Slave_SAE_ID
}
return ""
}
func (x *Status) GetKeySize() int64 {
if x != nil {
return x.KeySize
}
return 0
}
func (x *Status) GetStoredKeyCount() int64 {
if x != nil {
return x.StoredKeyCount
}
return 0
}
func (x *Status) GetMaxKeyCount() int64 {
if x != nil {
return x.MaxKeyCount
}
return 0
}
func (x *Status) GetMaxKeyPerRequest() int64 {
if x != nil {
return x.MaxKeyPerRequest
}
return 0
}
func (x *Status) GetMaxKeySize() int64 {
if x != nil {
return x.MaxKeySize
}
return 0
}
func (x *Status) GetMinKeySize() int64 {
if x != nil {
return x.MinKeySize
}
return 0
}
func (x *Status) GetMax_SAE_IDCount() int64 {
if x != nil {
return x.Max_SAE_IDCount
}
return 0
}
type KeyRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Number int64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
AdditionalSlave_SAE_IDs []string `protobuf:"bytes,3,rep,name=additional_slave_SAE_IDs,json=additionalSlaveSAEIDs,proto3" json:"additional_slave_SAE_IDs,omitempty"`
ExtensionMandatory []*ExtensionMandatory `protobuf:"bytes,4,rep,name=extension_mandatory,json=extensionMandatory,proto3" json:"extension_mandatory,omitempty"`
ExtensionOptional []*ExtensionOptional `protobuf:"bytes,5,rep,name=extension_optional,json=extensionOptional,proto3" json:"extension_optional,omitempty"`
}
func (x *KeyRequest) Reset() {
*x = KeyRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *KeyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyRequest) ProtoMessage() {}
func (x *KeyRequest) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyRequest.ProtoReflect.Descriptor instead.
func (*KeyRequest) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{9}
}
func (x *KeyRequest) GetNumber() int64 {
if x != nil {
return x.Number
}
return 0
}
func (x *KeyRequest) GetSize() int64 {
if x != nil {
return x.Size
}
return 0
}
func (x *KeyRequest) GetAdditionalSlave_SAE_IDs() []string {
if x != nil {
return x.AdditionalSlave_SAE_IDs
}
return nil
}
func (x *KeyRequest) GetExtensionMandatory() []*ExtensionMandatory {
if x != nil {
return x.ExtensionMandatory
}
return nil
}
func (x *KeyRequest) GetExtensionOptional() []*ExtensionOptional {
if x != nil {
return x.ExtensionOptional
}
return nil
}
// Array of extension parameters specified as name/value pairs that KME shall
// handle or return an error. Parameter values may be of any type, including objects.
type ExtensionMandatory struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ExtensionMandatory map[string]*anypb.Any `protobuf:"bytes,1,rep,name=extension_mandatory,json=extensionMandatory,proto3" json:"extension_mandatory,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}
func (x *ExtensionMandatory) Reset() {
*x = ExtensionMandatory{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ExtensionMandatory) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExtensionMandatory) ProtoMessage() {}
func (x *ExtensionMandatory) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ExtensionMandatory.ProtoReflect.Descriptor instead.
func (*ExtensionMandatory) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{10}
}
func (x *ExtensionMandatory) GetExtensionMandatory() map[string]*anypb.Any {
if x != nil {
return x.ExtensionMandatory
}
return nil
}
// Array of extension parameters specified as name/value pairs that KME may ignore.
// Parameter values may be of any type, including objects.
type ExtensionOptional struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ExtensionOptional map[string]*anypb.Any `protobuf:"bytes,1,rep,name=extension_optional,json=extensionOptional,proto3" json:"extension_optional,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}
func (x *ExtensionOptional) Reset() {
*x = ExtensionOptional{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ExtensionOptional) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExtensionOptional) ProtoMessage() {}
func (x *ExtensionOptional) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ExtensionOptional.ProtoReflect.Descriptor instead.
func (*ExtensionOptional) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{11}
}
func (x *ExtensionOptional) GetExtensionOptional() map[string]*anypb.Any {
if x != nil {
return x.ExtensionOptional
}
return nil
}
type KeyID struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key_ID string `protobuf:"bytes,1,opt,name=key_ID,json=keyID,proto3" json:"key_ID,omitempty"`
Key_IDExtension *anypb.Any `protobuf:"bytes,2,opt,name=key_ID_extension,json=keyIDExtension,proto3" json:"key_ID_extension,omitempty"`
}
func (x *KeyID) Reset() {
*x = KeyID{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *KeyID) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyID) ProtoMessage() {}
func (x *KeyID) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyID.ProtoReflect.Descriptor instead.
func (*KeyID) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{12}
}
func (x *KeyID) GetKey_ID() string {
if x != nil {
return x.Key_ID
}
return ""
}
func (x *KeyID) GetKey_IDExtension() *anypb.Any {
if x != nil {
return x.Key_IDExtension
}
return nil
}
type KeyContainer struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key []*Key `protobuf:"bytes,1,rep,name=key,proto3" json:"key,omitempty"`
KeyContainerExtension *anypb.Any `protobuf:"bytes,2,opt,name=key_container_extension,json=keyContainerExtension,proto3" json:"key_container_extension,omitempty"`
}
func (x *KeyContainer) Reset() {
*x = KeyContainer{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *KeyContainer) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyContainer) ProtoMessage() {}
func (x *KeyContainer) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyContainer.ProtoReflect.Descriptor instead.
func (*KeyContainer) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{13}
}
func (x *KeyContainer) GetKey() []*Key {
if x != nil {
return x.Key
}
return nil
}
func (x *KeyContainer) GetKeyContainerExtension() *anypb.Any {
if x != nil {
return x.KeyContainerExtension
}
return nil
}
type KeyIDExtension struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *KeyIDExtension) Reset() {
*x = KeyIDExtension{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *KeyIDExtension) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyIDExtension) ProtoMessage() {}
func (x *KeyIDExtension) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyIDExtension.ProtoReflect.Descriptor instead.
func (*KeyIDExtension) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{14}
}
type Key struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key_ID string `protobuf:"bytes,1,opt,name=key_ID,json=keyID,proto3" json:"key_ID,omitempty"`
Key_IDExtension *KeyIDExtension `protobuf:"bytes,2,opt,name=key_ID_extension,json=keyIDExtension,proto3" json:"key_ID_extension,omitempty"`
Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
KeyExtension *anypb.Any `protobuf:"bytes,4,opt,name=key_extension,json=keyExtension,proto3" json:"key_extension,omitempty"`
}
func (x *Key) Reset() {
*x = Key{}
if protoimpl.UnsafeEnabled {
mi := &file_etsi_etsi14_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Key) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Key) ProtoMessage() {}
func (x *Key) ProtoReflect() protoreflect.Message {
mi := &file_etsi_etsi14_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Key.ProtoReflect.Descriptor instead.
func (*Key) Descriptor() ([]byte, []int) {
return file_etsi_etsi14_proto_rawDescGZIP(), []int{15}
}
func (x *Key) GetKey_ID() string {
if x != nil {
return x.Key_ID
}
return ""
}
func (x *Key) GetKey_IDExtension() *KeyIDExtension {
if x != nil {
return x.Key_IDExtension
}
return nil
}
func (x *Key) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
func (x *Key) GetKeyExtension() *anypb.Any {
if x != nil {
return x.KeyExtension
}
return nil
}
var File_etsi_etsi14_proto protoreflect.FileDescriptor
var file_etsi_etsi14_proto_rawDesc = []byte{
0x0a, 0x11, 0x65, 0x74, 0x73, 0x69, 0x2f, 0x65, 0x74, 0x73, 0x69, 0x31, 0x34, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x1a,
0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64,
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6f, 0x70, 0x65, 0x6e,
0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x6e,
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x34, 0x0a, 0x10, 0x47, 0x65,
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20,
0x0a, 0x0c, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x53, 0x41, 0x45, 0x49, 0x44,
0x22, 0x86, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
0x74, 0x61, 0x6d, 0x70, 0x12, 0x2a, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73,
0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
0x12, 0x27, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x11, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x45, 0x72, 0x72,
0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x6a, 0x0a, 0x0d, 0x47, 0x65, 0x74,
0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x6c,
0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x53, 0x41, 0x45, 0x49, 0x44, 0x12, 0x37, 0x0a, 0x0b,
0x6b, 0x65, 0x79, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x16, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x4b,
0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x6b, 0x65, 0x79, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x96, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65,
0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d,
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x3d, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x5f, 0x63, 0x6f,
0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e,
0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x4b, 0x65, 0x79, 0x43, 0x6f,
0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x0c, 0x6b, 0x65, 0x79, 0x43, 0x6f, 0x6e, 0x74,
0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73,
0x69, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x86,
0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x57, 0x69, 0x74, 0x68, 0x49, 0x44, 0x73,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61, 0x73, 0x74, 0x65,
0x72, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, 0x41, 0x45, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0c, 0x73,
0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x53, 0x41, 0x45, 0x49, 0x44, 0x12, 0x28, 0x0a,
0x06, 0x6b, 0x65, 0x79, 0x5f, 0x49, 0x44, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e,
0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x4b, 0x65, 0x79, 0x49, 0x44,
0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x44, 0x22, 0x9d, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4b,
0x65, 0x79, 0x57, 0x69, 0x74, 0x68, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01,
0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12,
0x3d, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65,
0x74, 0x73, 0x69, 0x2e, 0x4b, 0x65, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72,
0x52, 0x0c, 0x6b, 0x65, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x27,
0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72,
0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0xb2, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f,
0x72, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x07, 0x64,
0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x64,
0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e,
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x64, 0x65,
0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x55, 0x0a, 0x0c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73,
0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65,
0x74, 0x73, 0x69, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x66, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
0x73, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x29, 0x0a, 0x0d,
0x4c, 0x69, 0x73, 0x74, 0x4f, 0x66, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x18, 0x0a,
0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07,
0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x22, 0x9b, 0x03, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74,
0x75, 0x73, 0x12, 0x22, 0x0a, 0x0d, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x4b, 0x4d, 0x45,
0x5f, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63,
0x65, 0x4b, 0x4d, 0x45, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0d, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
0x5f, 0x4b, 0x4d, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74,
0x61, 0x72, 0x67, 0x65, 0x74, 0x4b, 0x4d, 0x45, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61,
0x73, 0x74, 0x65, 0x72, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0b, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, 0x41, 0x45, 0x49, 0x44, 0x12, 0x20,
0x0a, 0x0c, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x18, 0x04,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x53, 0x41, 0x45, 0x49, 0x44,
0x12, 0x19, 0x0a, 0x08, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01,
0x28, 0x03, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x73,
0x74, 0x6f, 0x72, 0x65, 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x4b, 0x65, 0x79,
0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x6b, 0x65, 0x79,
0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6d, 0x61,
0x78, 0x4b, 0x65, 0x79, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2d, 0x0a, 0x13, 0x6d, 0x61, 0x78,
0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x50, 0x65,
0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x5f,
0x6b, 0x65, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x0c, 0x6d, 0x69,
0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03,
0x52, 0x0a, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x27, 0x0a, 0x10,
0x6d, 0x61, 0x78, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x53, 0x41, 0x45, 0x49, 0x44,
0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x90, 0x02, 0x0a, 0x0a, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01,
0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04,
0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65,
0x12, 0x37, 0x0a, 0x18, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x73,
0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x73, 0x18, 0x03, 0x20, 0x03,
0x28, 0x09, 0x52, 0x15, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x53, 0x6c,
0x61, 0x76, 0x65, 0x53, 0x41, 0x45, 0x49, 0x44, 0x73, 0x12, 0x4f, 0x0a, 0x13, 0x65, 0x78, 0x74,
0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79,
0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65,
0x74, 0x73, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e,
0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x12, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
0x6e, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x12, 0x65, 0x78,
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c,
0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65,
0x74, 0x73, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x52, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0xda, 0x01, 0x0a, 0x12, 0x45, 0x78, 0x74,
0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x12,
0x67, 0x0a, 0x13, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x61, 0x6e,
0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64,
0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73,
0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x45, 0x78, 0x74,
0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x45,
0x6e, 0x74, 0x72, 0x79, 0x52, 0x12, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d,
0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x1a, 0x5b, 0x0a, 0x17, 0x45, 0x78, 0x74, 0x65,
0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x45, 0x6e,
0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xd4, 0x01, 0x0a, 0x11, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73,
0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x63, 0x0a, 0x12, 0x65,
0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61,
0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e,
0x65, 0x74, 0x73, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x70,
0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x11, 0x65,
0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c,
0x1a, 0x5a, 0x0a, 0x16, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2a, 0x0a, 0x05,
0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e,
0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x5e, 0x0a, 0x05,
0x4b, 0x65, 0x79, 0x49, 0x44, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x49, 0x44, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x44, 0x12, 0x3e, 0x0a, 0x10,
0x6b, 0x65, 0x79, 0x5f, 0x49, 0x44, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x0e, 0x6b, 0x65,
0x79, 0x49, 0x44, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x7f, 0x0a, 0x0c,
0x4b, 0x65, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x03,
0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x64, 0x61, 0x6e, 0x65,
0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
0x4c, 0x0a, 0x17, 0x6b, 0x65, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72,
0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x15, 0x6b, 0x65, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x61,
0x69, 0x6e, 0x65, 0x72, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x10, 0x0a,
0x0e, 0x4b, 0x65, 0x79, 0x49, 0x44, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x22,
0xaf, 0x01, 0x0a, 0x03, 0x4b, 0x65, 0x79, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x49,
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x44, 0x12, 0x44,
0x0a, 0x10, 0x6b, 0x65, 0x79, 0x5f, 0x49, 0x44, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74,
0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x4b, 0x65, 0x79, 0x49, 0x44, 0x45, 0x78, 0x74, 0x65, 0x6e,
0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x6b, 0x65, 0x79, 0x49, 0x44, 0x45, 0x78, 0x74, 0x65, 0x6e,
0x73, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x39, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x5f, 0x65, 0x78,
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
0x41, 0x6e, 0x79, 0x52, 0x0c, 0x6b, 0x65, 0x79, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
0x6e, 0x32, 0x80, 0x03, 0x0a, 0x0d, 0x45, 0x54, 0x53, 0x49, 0x31, 0x34, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x12, 0x74, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
0x12, 0x1c, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x47, 0x65,
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d,
0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x53,
0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x82,
0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6b,
0x65, 0x79, 0x73, 0x2f, 0x7b, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49,
0x44, 0x7d, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x70, 0x0a, 0x06, 0x47, 0x65, 0x74,
0x4b, 0x65, 0x79, 0x12, 0x19, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69,
0x2e, 0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a,
0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x4b,
0x65, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2f, 0x82, 0xd3, 0xe4, 0x93,
0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6b,
0x65, 0x79, 0x73, 0x2f, 0x7b, 0x73, 0x6c, 0x61, 0x76, 0x65, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49,
0x44, 0x7d, 0x2f, 0x65, 0x6e, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x0d,
0x47, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x57, 0x69, 0x74, 0x68, 0x49, 0x44, 0x73, 0x12, 0x20, 0x2e,
0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x4b, 0x65,
0x79, 0x57, 0x69, 0x74, 0x68, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x21, 0x2e, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2e, 0x65, 0x74, 0x73, 0x69, 0x2e, 0x47, 0x65, 0x74,
0x4b, 0x65, 0x79, 0x57, 0x69, 0x74, 0x68, 0x49, 0x44, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x73, 0x65, 0x22, 0x30, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, 0x25, 0x2f,
0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x73, 0x2f, 0x7b, 0x6d, 0x61, 0x73,
0x74, 0x65, 0x72, 0x5f, 0x53, 0x41, 0x45, 0x5f, 0x49, 0x44, 0x7d, 0x2f, 0x64, 0x65, 0x63, 0x5f,
0x6b, 0x65, 0x79, 0x73, 0x42, 0xc8, 0x01, 0x92, 0x41, 0x99, 0x01, 0x12, 0x96, 0x01, 0x0a, 0x16,
0x64, 0x61, 0x6e, 0x65, 0x74, 0x20, 0x45, 0x54, 0x53, 0x49, 0x31, 0x34, 0x20, 0x49, 0x6e, 0x74,
0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x12, 0x47, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
0x20, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x47, 0x6f, 0x20, 0x63, 0x6f,
0x64, 0x65, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x45, 0x54, 0x53, 0x49, 0x31,
0x34, 0x20, 0x4b, 0x4d, 0x53, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x22,
0x16, 0x0a, 0x14, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x20, 0x72, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63,
0x68, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2a, 0x16, 0x0a, 0x14, 0x42, 0x53, 0x44, 0x20, 0x33,
0x2d, 0x43, 0x6c, 0x61, 0x75, 0x73, 0x65, 0x20, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x32,
0x03, 0x30, 0x2e, 0x31, 0x5a, 0x29, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x66, 0x62, 0x69, 0x2e, 0x68,
0x2d, 0x64, 0x61, 0x2e, 0x64, 0x65, 0x2f, 0x64, 0x61, 0x6e, 0x65, 0x74, 0x2f, 0x65, 0x74, 0x73,
0x69, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x65, 0x74, 0x73, 0x69, 0x31, 0x34, 0x62,
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_etsi_etsi14_proto_rawDescOnce sync.Once
file_etsi_etsi14_proto_rawDescData = file_etsi_etsi14_proto_rawDesc
)
func file_etsi_etsi14_proto_rawDescGZIP() []byte {
file_etsi_etsi14_proto_rawDescOnce.Do(func() {
file_etsi_etsi14_proto_rawDescData = protoimpl.X.CompressGZIP(file_etsi_etsi14_proto_rawDescData)
})
return file_etsi_etsi14_proto_rawDescData
}
var file_etsi_etsi14_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
var file_etsi_etsi14_proto_goTypes = []interface{}{
(*GetStatusRequest)(nil), // 0: danet.etsi.GetStatusRequest
(*GetStatusResponse)(nil), // 1: danet.etsi.GetStatusResponse
(*GetKeyRequest)(nil), // 2: danet.etsi.GetKeyRequest
(*GetKeyResponse)(nil), // 3: danet.etsi.GetKeyResponse
(*GetKeyWithIDsRequest)(nil), // 4: danet.etsi.GetKeyWithIDsRequest
(*GetKeyWithIDsResponse)(nil), // 5: danet.etsi.GetKeyWithIDsResponse
(*Error)(nil), // 6: danet.etsi.Error
(*ListOfDetails)(nil), // 7: danet.etsi.ListOfDetails
(*Status)(nil), // 8: danet.etsi.Status
(*KeyRequest)(nil), // 9: danet.etsi.KeyRequest
(*ExtensionMandatory)(nil), // 10: danet.etsi.ExtensionMandatory
(*ExtensionOptional)(nil), // 11: danet.etsi.ExtensionOptional
(*KeyID)(nil), // 12: danet.etsi.KeyID
(*KeyContainer)(nil), // 13: danet.etsi.KeyContainer
(*KeyIDExtension)(nil), // 14: danet.etsi.KeyIDExtension
(*Key)(nil), // 15: danet.etsi.Key
nil, // 16: danet.etsi.Error.DetailsEntry
nil, // 17: danet.etsi.ExtensionMandatory.ExtensionMandatoryEntry
nil, // 18: danet.etsi.ExtensionOptional.ExtensionOptionalEntry
(*anypb.Any)(nil), // 19: google.protobuf.Any
}
var file_etsi_etsi14_proto_depIdxs = []int32{
8, // 0: danet.etsi.GetStatusResponse.status:type_name -> danet.etsi.Status
6, // 1: danet.etsi.GetStatusResponse.error:type_name -> danet.etsi.Error
9, // 2: danet.etsi.GetKeyRequest.key_request:type_name -> danet.etsi.KeyRequest
13, // 3: danet.etsi.GetKeyResponse.key_container:type_name -> danet.etsi.KeyContainer
6, // 4: danet.etsi.GetKeyResponse.error:type_name -> danet.etsi.Error
12, // 5: danet.etsi.GetKeyWithIDsRequest.key_ID:type_name -> danet.etsi.KeyID
13, // 6: danet.etsi.GetKeyWithIDsResponse.key_container:type_name -> danet.etsi.KeyContainer
6, // 7: danet.etsi.GetKeyWithIDsResponse.error:type_name -> danet.etsi.Error
16, // 8: danet.etsi.Error.details:type_name -> danet.etsi.Error.DetailsEntry
10, // 9: danet.etsi.KeyRequest.extension_mandatory:type_name -> danet.etsi.ExtensionMandatory
11, // 10: danet.etsi.KeyRequest.extension_optional:type_name -> danet.etsi.ExtensionOptional
17, // 11: danet.etsi.ExtensionMandatory.extension_mandatory:type_name -> danet.etsi.ExtensionMandatory.ExtensionMandatoryEntry
18, // 12: danet.etsi.ExtensionOptional.extension_optional:type_name -> danet.etsi.ExtensionOptional.ExtensionOptionalEntry
19, // 13: danet.etsi.KeyID.key_ID_extension:type_name -> google.protobuf.Any
15, // 14: danet.etsi.KeyContainer.key:type_name -> danet.etsi.Key
19, // 15: danet.etsi.KeyContainer.key_container_extension:type_name -> google.protobuf.Any
14, // 16: danet.etsi.Key.key_ID_extension:type_name -> danet.etsi.KeyIDExtension
19, // 17: danet.etsi.Key.key_extension:type_name -> google.protobuf.Any
7, // 18: danet.etsi.Error.DetailsEntry.value:type_name -> danet.etsi.ListOfDetails
19, // 19: danet.etsi.ExtensionMandatory.ExtensionMandatoryEntry.value:type_name -> google.protobuf.Any
19, // 20: danet.etsi.ExtensionOptional.ExtensionOptionalEntry.value:type_name -> google.protobuf.Any
0, // 21: danet.etsi.ETSI14Service.GetStatus:input_type -> danet.etsi.GetStatusRequest
2, // 22: danet.etsi.ETSI14Service.GetKey:input_type -> danet.etsi.GetKeyRequest
4, // 23: danet.etsi.ETSI14Service.GetKeyWithIDs:input_type -> danet.etsi.GetKeyWithIDsRequest
1, // 24: danet.etsi.ETSI14Service.GetStatus:output_type -> danet.etsi.GetStatusResponse
3, // 25: danet.etsi.ETSI14Service.GetKey:output_type -> danet.etsi.GetKeyResponse
5, // 26: danet.etsi.ETSI14Service.GetKeyWithIDs:output_type -> danet.etsi.GetKeyWithIDsResponse
24, // [24:27] is the sub-list for method output_type
21, // [21:24] is the sub-list for method input_type
21, // [21:21] is the sub-list for extension type_name
21, // [21:21] is the sub-list for extension extendee
0, // [0:21] is the sub-list for field type_name
}
func init() { file_etsi_etsi14_proto_init() }
func file_etsi_etsi14_proto_init() {
if File_etsi_etsi14_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_etsi_etsi14_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetStatusRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetStatusResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetKeyRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetKeyResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetKeyWithIDsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetKeyWithIDsResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Error); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListOfDetails); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Status); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*KeyRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ExtensionMandatory); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ExtensionOptional); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*KeyID); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*KeyContainer); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*KeyIDExtension); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_etsi_etsi14_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Key); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_etsi_etsi14_proto_rawDesc,
NumEnums: 0,
NumMessages: 19,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_etsi_etsi14_proto_goTypes,
DependencyIndexes: file_etsi_etsi14_proto_depIdxs,
MessageInfos: file_etsi_etsi14_proto_msgTypes,
}.Build()
File_etsi_etsi14_proto = out.File
file_etsi_etsi14_proto_rawDesc = nil
file_etsi_etsi14_proto_goTypes = nil
file_etsi_etsi14_proto_depIdxs = nil
}