Files
certmanager/api/certmanagercontrol/certmanagercontrol.pb.go
Олег Бородин e9d4d1ef07 import sources
2024-07-30 09:49:53 +02:00

2073 lines
73 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.32.0
// protoc v3.21.12
// source: certmanagercontrol.proto
package certmanagercontrol
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
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 GetStatusParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *GetStatusParams) Reset() {
*x = GetStatusParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetStatusParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetStatusParams) ProtoMessage() {}
func (x *GetStatusParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 GetStatusParams.ProtoReflect.Descriptor instead.
func (*GetStatusParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{0}
}
type GetStatusResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
}
func (x *GetStatusResult) Reset() {
*x = GetStatusResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetStatusResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetStatusResult) ProtoMessage() {}
func (x *GetStatusResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 GetStatusResult.ProtoReflect.Descriptor instead.
func (*GetStatusResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{1}
}
func (x *GetStatusResult) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
type CreateIssuerPairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerName string `protobuf:"bytes,1,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
ValidUntil string `protobuf:"bytes,2,opt,name=validUntil,proto3" json:"validUntil,omitempty"`
SelfSigned bool `protobuf:"varint,3,opt,name=selfSigned,proto3" json:"selfSigned,omitempty"`
UplevelIssuerID int64 `protobuf:"varint,4,opt,name=uplevelIssuerID,proto3" json:"uplevelIssuerID,omitempty"`
UplevelIssuerName string `protobuf:"bytes,5,opt,name=uplevelIssuerName,proto3" json:"uplevelIssuerName,omitempty"`
}
func (x *CreateIssuerPairParams) Reset() {
*x = CreateIssuerPairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CreateIssuerPairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateIssuerPairParams) ProtoMessage() {}
func (x *CreateIssuerPairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 CreateIssuerPairParams.ProtoReflect.Descriptor instead.
func (*CreateIssuerPairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{2}
}
func (x *CreateIssuerPairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *CreateIssuerPairParams) GetValidUntil() string {
if x != nil {
return x.ValidUntil
}
return ""
}
func (x *CreateIssuerPairParams) GetSelfSigned() bool {
if x != nil {
return x.SelfSigned
}
return false
}
func (x *CreateIssuerPairParams) GetUplevelIssuerID() int64 {
if x != nil {
return x.UplevelIssuerID
}
return 0
}
func (x *CreateIssuerPairParams) GetUplevelIssuerName() string {
if x != nil {
return x.UplevelIssuerName
}
return ""
}
type CreateIssuerPairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
CaCertificate string `protobuf:"bytes,2,opt,name=caCertificate,proto3" json:"caCertificate,omitempty"`
}
func (x *CreateIssuerPairResult) Reset() {
*x = CreateIssuerPairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CreateIssuerPairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateIssuerPairResult) ProtoMessage() {}
func (x *CreateIssuerPairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 CreateIssuerPairResult.ProtoReflect.Descriptor instead.
func (*CreateIssuerPairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{3}
}
func (x *CreateIssuerPairResult) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *CreateIssuerPairResult) GetCaCertificate() string {
if x != nil {
return x.CaCertificate
}
return ""
}
type ImportIssuerPairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Certificate string `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *ImportIssuerPairParams) Reset() {
*x = ImportIssuerPairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ImportIssuerPairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ImportIssuerPairParams) ProtoMessage() {}
func (x *ImportIssuerPairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 ImportIssuerPairParams.ProtoReflect.Descriptor instead.
func (*ImportIssuerPairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{4}
}
func (x *ImportIssuerPairParams) GetCertificate() string {
if x != nil {
return x.Certificate
}
return ""
}
func (x *ImportIssuerPairParams) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
type ImportIssuerPairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
}
func (x *ImportIssuerPairResult) Reset() {
*x = ImportIssuerPairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ImportIssuerPairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ImportIssuerPairResult) ProtoMessage() {}
func (x *ImportIssuerPairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 ImportIssuerPairResult.ProtoReflect.Descriptor instead.
func (*ImportIssuerPairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{5}
}
func (x *ImportIssuerPairResult) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
type RevokeIssuerPairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
}
func (x *RevokeIssuerPairParams) Reset() {
*x = RevokeIssuerPairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RevokeIssuerPairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RevokeIssuerPairParams) ProtoMessage() {}
func (x *RevokeIssuerPairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 RevokeIssuerPairParams.ProtoReflect.Descriptor instead.
func (*RevokeIssuerPairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{6}
}
func (x *RevokeIssuerPairParams) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *RevokeIssuerPairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
type RevokeIssuerPairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RevokeIssuerPairResult) Reset() {
*x = RevokeIssuerPairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RevokeIssuerPairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RevokeIssuerPairResult) ProtoMessage() {}
func (x *RevokeIssuerPairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 RevokeIssuerPairResult.ProtoReflect.Descriptor instead.
func (*RevokeIssuerPairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{7}
}
type UnrevokeIssuerPairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
}
func (x *UnrevokeIssuerPairParams) Reset() {
*x = UnrevokeIssuerPairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UnrevokeIssuerPairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnrevokeIssuerPairParams) ProtoMessage() {}
func (x *UnrevokeIssuerPairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 UnrevokeIssuerPairParams.ProtoReflect.Descriptor instead.
func (*UnrevokeIssuerPairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{8}
}
func (x *UnrevokeIssuerPairParams) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *UnrevokeIssuerPairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
type UnrevokeIssuerPairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UnrevokeIssuerPairResult) Reset() {
*x = UnrevokeIssuerPairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UnrevokeIssuerPairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnrevokeIssuerPairResult) ProtoMessage() {}
func (x *UnrevokeIssuerPairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 UnrevokeIssuerPairResult.ProtoReflect.Descriptor instead.
func (*UnrevokeIssuerPairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{9}
}
type ListIssuerPairsParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *ListIssuerPairsParams) Reset() {
*x = ListIssuerPairsParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListIssuerPairsParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListIssuerPairsParams) ProtoMessage() {}
func (x *ListIssuerPairsParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 ListIssuerPairsParams.ProtoReflect.Descriptor instead.
func (*ListIssuerPairsParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{10}
}
type ListIssuerPairsResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Issiers []*IssierShortDescriptor `protobuf:"bytes,1,rep,name=issiers,proto3" json:"issiers,omitempty"`
}
func (x *ListIssuerPairsResult) Reset() {
*x = ListIssuerPairsResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListIssuerPairsResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListIssuerPairsResult) ProtoMessage() {}
func (x *ListIssuerPairsResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 ListIssuerPairsResult.ProtoReflect.Descriptor instead.
func (*ListIssuerPairsResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{11}
}
func (x *ListIssuerPairsResult) GetIssiers() []*IssierShortDescriptor {
if x != nil {
return x.Issiers
}
return nil
}
type IssierShortDescriptor struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
Revoked bool `protobuf:"varint,3,opt,name=revoked,proto3" json:"revoked,omitempty"`
}
func (x *IssierShortDescriptor) Reset() {
*x = IssierShortDescriptor{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *IssierShortDescriptor) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*IssierShortDescriptor) ProtoMessage() {}
func (x *IssierShortDescriptor) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 IssierShortDescriptor.ProtoReflect.Descriptor instead.
func (*IssierShortDescriptor) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{12}
}
func (x *IssierShortDescriptor) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *IssierShortDescriptor) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *IssierShortDescriptor) GetRevoked() bool {
if x != nil {
return x.Revoked
}
return false
}
type GetIssuerCertificateParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerID int64 `protobuf:"varint,1,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
}
func (x *GetIssuerCertificateParams) Reset() {
*x = GetIssuerCertificateParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetIssuerCertificateParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetIssuerCertificateParams) ProtoMessage() {}
func (x *GetIssuerCertificateParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 GetIssuerCertificateParams.ProtoReflect.Descriptor instead.
func (*GetIssuerCertificateParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{13}
}
func (x *GetIssuerCertificateParams) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *GetIssuerCertificateParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
type GetIssuerCertificateResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CaCertificate string `protobuf:"bytes,1,opt,name=caCertificate,proto3" json:"caCertificate,omitempty"`
}
func (x *GetIssuerCertificateResult) Reset() {
*x = GetIssuerCertificateResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetIssuerCertificateResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetIssuerCertificateResult) ProtoMessage() {}
func (x *GetIssuerCertificateResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 GetIssuerCertificateResult.ProtoReflect.Descriptor instead.
func (*GetIssuerCertificateResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{14}
}
func (x *GetIssuerCertificateResult) GetCaCertificate() string {
if x != nil {
return x.CaCertificate
}
return ""
}
type CreateServicePairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
IssuerName string `protobuf:"bytes,1,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
IssuerID int64 `protobuf:"varint,2,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
ServiceName string `protobuf:"bytes,3,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
ValidUntil string `protobuf:"bytes,4,opt,name=validUntil,proto3" json:"validUntil,omitempty"`
Hostnames []string `protobuf:"bytes,5,rep,name=hostnames,proto3" json:"hostnames,omitempty"`
InetAddress []string `protobuf:"bytes,6,rep,name=inetAddress,proto3" json:"inetAddress,omitempty"`
}
func (x *CreateServicePairParams) Reset() {
*x = CreateServicePairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CreateServicePairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateServicePairParams) ProtoMessage() {}
func (x *CreateServicePairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_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 CreateServicePairParams.ProtoReflect.Descriptor instead.
func (*CreateServicePairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{15}
}
func (x *CreateServicePairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *CreateServicePairParams) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *CreateServicePairParams) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *CreateServicePairParams) GetValidUntil() string {
if x != nil {
return x.ValidUntil
}
return ""
}
func (x *CreateServicePairParams) GetHostnames() []string {
if x != nil {
return x.Hostnames
}
return nil
}
func (x *CreateServicePairParams) GetInetAddress() []string {
if x != nil {
return x.InetAddress
}
return nil
}
type CreateServicePairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServicePairId int64 `protobuf:"varint,1,opt,name=servicePairId,proto3" json:"servicePairId,omitempty"`
Ca string `protobuf:"bytes,2,opt,name=ca,proto3" json:"ca,omitempty"`
Cerificate string `protobuf:"bytes,3,opt,name=cerificate,proto3" json:"cerificate,omitempty"`
Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *CreateServicePairResult) Reset() {
*x = CreateServicePairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CreateServicePairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateServicePairResult) ProtoMessage() {}
func (x *CreateServicePairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[16]
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 CreateServicePairResult.ProtoReflect.Descriptor instead.
func (*CreateServicePairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{16}
}
func (x *CreateServicePairResult) GetServicePairId() int64 {
if x != nil {
return x.ServicePairId
}
return 0
}
func (x *CreateServicePairResult) GetCa() string {
if x != nil {
return x.Ca
}
return ""
}
func (x *CreateServicePairResult) GetCerificate() string {
if x != nil {
return x.Cerificate
}
return ""
}
func (x *CreateServicePairResult) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
type RevokeServicePairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceID int64 `protobuf:"varint,1,opt,name=serviceID,proto3" json:"serviceID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
ServiceName string `protobuf:"bytes,3,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
Certificate string `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
}
func (x *RevokeServicePairParams) Reset() {
*x = RevokeServicePairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RevokeServicePairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RevokeServicePairParams) ProtoMessage() {}
func (x *RevokeServicePairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[17]
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 RevokeServicePairParams.ProtoReflect.Descriptor instead.
func (*RevokeServicePairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{17}
}
func (x *RevokeServicePairParams) GetServiceID() int64 {
if x != nil {
return x.ServiceID
}
return 0
}
func (x *RevokeServicePairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *RevokeServicePairParams) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *RevokeServicePairParams) GetCertificate() string {
if x != nil {
return x.Certificate
}
return ""
}
type RevokeServicePairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RevokeServicePairResult) Reset() {
*x = RevokeServicePairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RevokeServicePairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RevokeServicePairResult) ProtoMessage() {}
func (x *RevokeServicePairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[18]
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 RevokeServicePairResult.ProtoReflect.Descriptor instead.
func (*RevokeServicePairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{18}
}
type UnrevokeServicePairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceID int64 `protobuf:"varint,1,opt,name=serviceID,proto3" json:"serviceID,omitempty"`
IssuerName string `protobuf:"bytes,2,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
ServiceName string `protobuf:"bytes,3,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
Certificate string `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
}
func (x *UnrevokeServicePairParams) Reset() {
*x = UnrevokeServicePairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UnrevokeServicePairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnrevokeServicePairParams) ProtoMessage() {}
func (x *UnrevokeServicePairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[19]
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 UnrevokeServicePairParams.ProtoReflect.Descriptor instead.
func (*UnrevokeServicePairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{19}
}
func (x *UnrevokeServicePairParams) GetServiceID() int64 {
if x != nil {
return x.ServiceID
}
return 0
}
func (x *UnrevokeServicePairParams) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *UnrevokeServicePairParams) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *UnrevokeServicePairParams) GetCertificate() string {
if x != nil {
return x.Certificate
}
return ""
}
type UnrevokeServicePairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UnrevokeServicePairResult) Reset() {
*x = UnrevokeServicePairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UnrevokeServicePairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnrevokeServicePairResult) ProtoMessage() {}
func (x *UnrevokeServicePairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[20]
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 UnrevokeServicePairResult.ProtoReflect.Descriptor instead.
func (*UnrevokeServicePairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{20}
}
type ServiceShortDescriptor struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceID int64 `protobuf:"varint,1,opt,name=serviceID,proto3" json:"serviceID,omitempty"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
IssuerName string `protobuf:"bytes,3,opt,name=issuerName,proto3" json:"issuerName,omitempty"`
IssuerID int64 `protobuf:"varint,4,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
Revoked bool `protobuf:"varint,5,opt,name=revoked,proto3" json:"revoked,omitempty"`
}
func (x *ServiceShortDescriptor) Reset() {
*x = ServiceShortDescriptor{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ServiceShortDescriptor) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ServiceShortDescriptor) ProtoMessage() {}
func (x *ServiceShortDescriptor) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[21]
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 ServiceShortDescriptor.ProtoReflect.Descriptor instead.
func (*ServiceShortDescriptor) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{21}
}
func (x *ServiceShortDescriptor) GetServiceID() int64 {
if x != nil {
return x.ServiceID
}
return 0
}
func (x *ServiceShortDescriptor) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *ServiceShortDescriptor) GetIssuerName() string {
if x != nil {
return x.IssuerName
}
return ""
}
func (x *ServiceShortDescriptor) GetIssuerID() int64 {
if x != nil {
return x.IssuerID
}
return 0
}
func (x *ServiceShortDescriptor) GetRevoked() bool {
if x != nil {
return x.Revoked
}
return false
}
type ListServicePairsParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *ListServicePairsParams) Reset() {
*x = ListServicePairsParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListServicePairsParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListServicePairsParams) ProtoMessage() {}
func (x *ListServicePairsParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[22]
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 ListServicePairsParams.ProtoReflect.Descriptor instead.
func (*ListServicePairsParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{22}
}
type ListServicePairsResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Services []*ServiceShortDescriptor `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
}
func (x *ListServicePairsResult) Reset() {
*x = ListServicePairsResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListServicePairsResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListServicePairsResult) ProtoMessage() {}
func (x *ListServicePairsResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[23]
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 ListServicePairsResult.ProtoReflect.Descriptor instead.
func (*ListServicePairsResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{23}
}
func (x *ListServicePairsResult) GetServices() []*ServiceShortDescriptor {
if x != nil {
return x.Services
}
return nil
}
type GetServicePairParams struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceID int64 `protobuf:"varint,1,opt,name=serviceID,proto3" json:"serviceID,omitempty"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
}
func (x *GetServicePairParams) Reset() {
*x = GetServicePairParams{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetServicePairParams) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetServicePairParams) ProtoMessage() {}
func (x *GetServicePairParams) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[24]
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 GetServicePairParams.ProtoReflect.Descriptor instead.
func (*GetServicePairParams) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{24}
}
func (x *GetServicePairParams) GetServiceID() int64 {
if x != nil {
return x.ServiceID
}
return 0
}
func (x *GetServicePairParams) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
type GetServicePairResult struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CaCertificate string `protobuf:"bytes,1,opt,name=caCertificate,proto3" json:"caCertificate,omitempty"`
Certificate string `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"`
}
func (x *GetServicePairResult) Reset() {
*x = GetServicePairResult{}
if protoimpl.UnsafeEnabled {
mi := &file_certmanagercontrol_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetServicePairResult) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetServicePairResult) ProtoMessage() {}
func (x *GetServicePairResult) ProtoReflect() protoreflect.Message {
mi := &file_certmanagercontrol_proto_msgTypes[25]
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 GetServicePairResult.ProtoReflect.Descriptor instead.
func (*GetServicePairResult) Descriptor() ([]byte, []int) {
return file_certmanagercontrol_proto_rawDescGZIP(), []int{25}
}
func (x *GetServicePairResult) GetCaCertificate() string {
if x != nil {
return x.CaCertificate
}
return ""
}
func (x *GetServicePairResult) GetCertificate() string {
if x != nil {
return x.Certificate
}
return ""
}
var File_certmanagercontrol_proto protoreflect.FileDescriptor
var file_certmanagercontrol_proto_rawDesc = []byte{
0x0a, 0x18, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e,
0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x63, 0x65, 0x72, 0x74,
0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x22, 0x11,
0x0a, 0x0f, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d,
0x73, 0x22, 0x2b, 0x0a, 0x0f, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65,
0x73, 0x75, 0x6c, 0x74, 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, 0x22, 0xd0,
0x01, 0x0a, 0x16, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50,
0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73,
0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x61, 0x6c,
0x69, 0x64, 0x55, 0x6e, 0x74, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76,
0x61, 0x6c, 0x69, 0x64, 0x55, 0x6e, 0x74, 0x69, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c,
0x66, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x73,
0x65, 0x6c, 0x66, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x70, 0x6c,
0x65, 0x76, 0x65, 0x6c, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01,
0x28, 0x03, 0x52, 0x0f, 0x75, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x73, 0x73, 0x75, 0x65,
0x72, 0x49, 0x44, 0x12, 0x2c, 0x0a, 0x11, 0x75, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x73,
0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11,
0x75, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d,
0x65, 0x22, 0x5a, 0x0a, 0x16, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65,
0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x61, 0x43, 0x65, 0x72,
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
0x63, 0x61, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x22, 0x4c, 0x0a,
0x16, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69,
0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69,
0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65,
0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x34, 0x0a, 0x16, 0x69,
0x6d, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x22, 0x54, 0x0a, 0x16, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65,
0x72, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65,
0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73, 0x73,
0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x18, 0x0a, 0x16, 0x72, 0x65, 0x76, 0x6f, 0x6b,
0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x22, 0x56, 0x0a, 0x18, 0x75, 0x6e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1a, 0x0a,
0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73,
0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69,
0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x1a, 0x0a, 0x18, 0x75, 0x6e, 0x72,
0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x17, 0x0a, 0x15, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x5c,
0x0a, 0x15, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72,
0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x43, 0x0a, 0x07, 0x69, 0x73, 0x73, 0x69, 0x65,
0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d,
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x49, 0x73,
0x73, 0x69, 0x65, 0x72, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
0x74, 0x6f, 0x72, 0x52, 0x07, 0x69, 0x73, 0x73, 0x69, 0x65, 0x72, 0x73, 0x22, 0x6d, 0x0a, 0x15,
0x49, 0x73, 0x73, 0x69, 0x65, 0x72, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72,
0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d,
0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01,
0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x22, 0x58, 0x0a, 0x1a, 0x67,
0x65, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x73,
0x75, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x73, 0x73,
0x75, 0x65, 0x72, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e,
0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65,
0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x42, 0x0a, 0x1a, 0x67, 0x65, 0x74, 0x49, 0x73, 0x73, 0x75,
0x65, 0x72, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73,
0x75, 0x6c, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x61, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69,
0x63, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x61, 0x43, 0x65,
0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x22, 0xd7, 0x01, 0x0a, 0x17, 0x63, 0x72,
0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50,
0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e,
0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65,
0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x49,
0x44, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x55, 0x6e, 0x74, 0x69,
0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x55, 0x6e,
0x74, 0x69, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x73,
0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65,
0x73, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72,
0x65, 0x73, 0x73, 0x22, 0x81, 0x01, 0x0a, 0x17, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12,
0x24, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64,
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50,
0x61, 0x69, 0x72, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x63, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x02, 0x63, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63,
0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x65, 0x72, 0x69, 0x66,
0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x9b, 0x01, 0x0a, 0x17, 0x72, 0x65, 0x76, 0x6f,
0x6b, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44,
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49,
0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d,
0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66,
0x69, 0x63, 0x61, 0x74, 0x65, 0x22, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x22, 0x9d, 0x01, 0x0a, 0x19, 0x75, 0x6e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1c,
0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28,
0x03, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a,
0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x69, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20,
0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
0x22, 0x1b, 0x0a, 0x19, 0x75, 0x6e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0xae, 0x01,
0x0a, 0x16, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x44, 0x65,
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x73, 0x75,
0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x73,
0x73, 0x75, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x73, 0x75,
0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x73, 0x73, 0x75,
0x65, 0x72, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x18,
0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x22, 0x18,
0x0a, 0x16, 0x6c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69,
0x72, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x60, 0x0a, 0x16, 0x6c, 0x69, 0x73, 0x74,
0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x73, 0x52, 0x65, 0x73, 0x75,
0x6c, 0x74, 0x12, 0x46, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01,
0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67,
0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x53, 0x68, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x22, 0x56, 0x0a, 0x14, 0x67, 0x65,
0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61,
0x6d, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x18,
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44,
0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61,
0x6d, 0x65, 0x22, 0x5e, 0x0a, 0x14, 0x67, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x61,
0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0d, 0x63, 0x61, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
0x74, 0x65, 0x32, 0xbd, 0x09, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x57,
0x0a, 0x09, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x23, 0x2e, 0x63, 0x65,
0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
0x2e, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x1a, 0x23, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f,
0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x10, 0x63, 0x72, 0x65, 0x61, 0x74,
0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x12, 0x2a, 0x2e, 0x63, 0x65,
0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
0x2e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69,
0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61,
0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73,
0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x10, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x49,
0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x12, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74,
0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x69,
0x6d, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x50,
0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61,
0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x69, 0x6d, 0x70, 0x6f, 0x72,
0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x10, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x12, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61,
0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x72, 0x65, 0x76,
0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x1a, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49,
0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22,
0x00, 0x12, 0x72, 0x0a, 0x12, 0x75, 0x6e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x12, 0x2c, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61,
0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x75, 0x6e, 0x72,
0x65, 0x76, 0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x50,
0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61,
0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x75, 0x6e, 0x72, 0x65, 0x76,
0x6f, 0x6b, 0x65, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73,
0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x69, 0x0a, 0x0f, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d,
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x6c, 0x69,
0x73, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x73, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x1a, 0x29, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x73, 0x73,
0x75, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00,
0x12, 0x78, 0x0a, 0x14, 0x67, 0x65, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x43, 0x65, 0x72,
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d,
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x67, 0x65,
0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d,
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x67, 0x65,
0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
0x74, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x11, 0x63, 0x72,
0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x12,
0x2b, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e,
0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2b, 0x2e, 0x63,
0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
0x6c, 0x2e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50,
0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x11, 0x72,
0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72,
0x12, 0x2b, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f,
0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2b, 0x2e,
0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72,
0x6f, 0x6c, 0x2e, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x10,
0x6c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x73,
0x12, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f,
0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x6c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x50, 0x61, 0x69, 0x72, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x2a, 0x2e, 0x63,
0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
0x6c, 0x2e, 0x6c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69,
0x72, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x66, 0x0a, 0x0e, 0x67, 0x65,
0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x12, 0x28, 0x2e, 0x63,
0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
0x6c, 0x2e, 0x67, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72,
0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x28, 0x2e, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e,
0x61, 0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x67, 0x65, 0x74, 0x53,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x22, 0x00, 0x42, 0x16, 0x5a, 0x14, 0x2e, 0x3b, 0x63, 0x65, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61,
0x67, 0x65, 0x72, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_certmanagercontrol_proto_rawDescOnce sync.Once
file_certmanagercontrol_proto_rawDescData = file_certmanagercontrol_proto_rawDesc
)
func file_certmanagercontrol_proto_rawDescGZIP() []byte {
file_certmanagercontrol_proto_rawDescOnce.Do(func() {
file_certmanagercontrol_proto_rawDescData = protoimpl.X.CompressGZIP(file_certmanagercontrol_proto_rawDescData)
})
return file_certmanagercontrol_proto_rawDescData
}
var file_certmanagercontrol_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
var file_certmanagercontrol_proto_goTypes = []interface{}{
(*GetStatusParams)(nil), // 0: certmanagercontrol.getStatusParams
(*GetStatusResult)(nil), // 1: certmanagercontrol.getStatusResult
(*CreateIssuerPairParams)(nil), // 2: certmanagercontrol.createIssuerPairParams
(*CreateIssuerPairResult)(nil), // 3: certmanagercontrol.createIssuerPairResult
(*ImportIssuerPairParams)(nil), // 4: certmanagercontrol.importIssuerPairParams
(*ImportIssuerPairResult)(nil), // 5: certmanagercontrol.importIssuerPairResult
(*RevokeIssuerPairParams)(nil), // 6: certmanagercontrol.revokeIssuerPairParams
(*RevokeIssuerPairResult)(nil), // 7: certmanagercontrol.revokeIssuerPairResult
(*UnrevokeIssuerPairParams)(nil), // 8: certmanagercontrol.unrevokeIssuerPairParams
(*UnrevokeIssuerPairResult)(nil), // 9: certmanagercontrol.unrevokeIssuerPairResult
(*ListIssuerPairsParams)(nil), // 10: certmanagercontrol.listIssuerPairsParams
(*ListIssuerPairsResult)(nil), // 11: certmanagercontrol.listIssuerPairsResult
(*IssierShortDescriptor)(nil), // 12: certmanagercontrol.IssierShortDescriptor
(*GetIssuerCertificateParams)(nil), // 13: certmanagercontrol.getIssuerCertificateParams
(*GetIssuerCertificateResult)(nil), // 14: certmanagercontrol.getIssuerCertificateResult
(*CreateServicePairParams)(nil), // 15: certmanagercontrol.createServicePairParams
(*CreateServicePairResult)(nil), // 16: certmanagercontrol.createServicePairResult
(*RevokeServicePairParams)(nil), // 17: certmanagercontrol.revokeServicePairParams
(*RevokeServicePairResult)(nil), // 18: certmanagercontrol.revokeServicePairResult
(*UnrevokeServicePairParams)(nil), // 19: certmanagercontrol.unrevokeServicePairParams
(*UnrevokeServicePairResult)(nil), // 20: certmanagercontrol.unrevokeServicePairResult
(*ServiceShortDescriptor)(nil), // 21: certmanagercontrol.ServiceShortDescriptor
(*ListServicePairsParams)(nil), // 22: certmanagercontrol.listServicePairsParams
(*ListServicePairsResult)(nil), // 23: certmanagercontrol.listServicePairsResult
(*GetServicePairParams)(nil), // 24: certmanagercontrol.getServicePairParams
(*GetServicePairResult)(nil), // 25: certmanagercontrol.getServicePairResult
}
var file_certmanagercontrol_proto_depIdxs = []int32{
12, // 0: certmanagercontrol.listIssuerPairsResult.issiers:type_name -> certmanagercontrol.IssierShortDescriptor
21, // 1: certmanagercontrol.listServicePairsResult.services:type_name -> certmanagercontrol.ServiceShortDescriptor
0, // 2: certmanagercontrol.Control.getStatus:input_type -> certmanagercontrol.getStatusParams
2, // 3: certmanagercontrol.Control.createIssuerPair:input_type -> certmanagercontrol.createIssuerPairParams
4, // 4: certmanagercontrol.Control.importIssuerPair:input_type -> certmanagercontrol.importIssuerPairParams
6, // 5: certmanagercontrol.Control.revokeIssuerPair:input_type -> certmanagercontrol.revokeIssuerPairParams
8, // 6: certmanagercontrol.Control.unrevokeIssuerPair:input_type -> certmanagercontrol.unrevokeIssuerPairParams
10, // 7: certmanagercontrol.Control.listIssuerPairs:input_type -> certmanagercontrol.listIssuerPairsParams
13, // 8: certmanagercontrol.Control.getIssuerCertificate:input_type -> certmanagercontrol.getIssuerCertificateParams
15, // 9: certmanagercontrol.Control.createServicePair:input_type -> certmanagercontrol.createServicePairParams
17, // 10: certmanagercontrol.Control.revokeServicePair:input_type -> certmanagercontrol.revokeServicePairParams
22, // 11: certmanagercontrol.Control.listServicePairs:input_type -> certmanagercontrol.listServicePairsParams
24, // 12: certmanagercontrol.Control.getServicePair:input_type -> certmanagercontrol.getServicePairParams
1, // 13: certmanagercontrol.Control.getStatus:output_type -> certmanagercontrol.getStatusResult
3, // 14: certmanagercontrol.Control.createIssuerPair:output_type -> certmanagercontrol.createIssuerPairResult
5, // 15: certmanagercontrol.Control.importIssuerPair:output_type -> certmanagercontrol.importIssuerPairResult
7, // 16: certmanagercontrol.Control.revokeIssuerPair:output_type -> certmanagercontrol.revokeIssuerPairResult
9, // 17: certmanagercontrol.Control.unrevokeIssuerPair:output_type -> certmanagercontrol.unrevokeIssuerPairResult
11, // 18: certmanagercontrol.Control.listIssuerPairs:output_type -> certmanagercontrol.listIssuerPairsResult
14, // 19: certmanagercontrol.Control.getIssuerCertificate:output_type -> certmanagercontrol.getIssuerCertificateResult
16, // 20: certmanagercontrol.Control.createServicePair:output_type -> certmanagercontrol.createServicePairResult
18, // 21: certmanagercontrol.Control.revokeServicePair:output_type -> certmanagercontrol.revokeServicePairResult
23, // 22: certmanagercontrol.Control.listServicePairs:output_type -> certmanagercontrol.listServicePairsResult
25, // 23: certmanagercontrol.Control.getServicePair:output_type -> certmanagercontrol.getServicePairResult
13, // [13:24] is the sub-list for method output_type
2, // [2:13] is the sub-list for method input_type
2, // [2:2] is the sub-list for extension type_name
2, // [2:2] is the sub-list for extension extendee
0, // [0:2] is the sub-list for field type_name
}
func init() { file_certmanagercontrol_proto_init() }
func file_certmanagercontrol_proto_init() {
if File_certmanagercontrol_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_certmanagercontrol_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetStatusParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetStatusResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreateIssuerPairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreateIssuerPairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ImportIssuerPairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ImportIssuerPairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RevokeIssuerPairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RevokeIssuerPairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UnrevokeIssuerPairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UnrevokeIssuerPairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListIssuerPairsParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListIssuerPairsResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*IssierShortDescriptor); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetIssuerCertificateParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetIssuerCertificateResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreateServicePairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreateServicePairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RevokeServicePairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RevokeServicePairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UnrevokeServicePairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UnrevokeServicePairResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ServiceShortDescriptor); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListServicePairsParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListServicePairsResult); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetServicePairParams); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_certmanagercontrol_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetServicePairResult); 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_certmanagercontrol_proto_rawDesc,
NumEnums: 0,
NumMessages: 26,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_certmanagercontrol_proto_goTypes,
DependencyIndexes: file_certmanagercontrol_proto_depIdxs,
MessageInfos: file_certmanagercontrol_proto_msgTypes,
}.Build()
File_certmanagercontrol_proto = out.File
file_certmanagercontrol_proto_rawDesc = nil
file_certmanagercontrol_proto_goTypes = nil
file_certmanagercontrol_proto_depIdxs = nil
}