| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | // Code generated by protoc-gen-go. DO NOT EDIT.
 | 
					
						
							|  |  |  | // versions:
 | 
					
						
							|  |  |  | // 	protoc-gen-go v1.28.0
 | 
					
						
							|  |  |  | // 	protoc        v3.19.4
 | 
					
						
							|  |  |  | // source: secretsmanager.proto
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | package secretsmanagerplugin | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 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) | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type Key struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	OrgId     int64  `protobuf:"varint,1,opt,name=orgId,proto3" json:"orgId,omitempty"` | 
					
						
							|  |  |  | 	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` | 
					
						
							|  |  |  | 	Type      string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *Key) Reset() { | 
					
						
							|  |  |  | 	*x = Key{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							|  |  |  | 		mi := &file_secretsmanager_proto_msgTypes[0] | 
					
						
							|  |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *Key) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*Key) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *Key) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	mi := &file_secretsmanager_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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use Key.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*Key) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{0} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *Key) GetOrgId() int64 { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.OrgId | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	return 0 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Key) GetNamespace() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Namespace | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *Key) GetType() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Type | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | type Item struct { | 
					
						
							|  |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	Key   *Key   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` | 
					
						
							|  |  |  | 	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Item) Reset() { | 
					
						
							|  |  |  | 	*x = Item{} | 
					
						
							|  |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							|  |  |  | 		mi := &file_secretsmanager_proto_msgTypes[1] | 
					
						
							|  |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Item) String() string { | 
					
						
							|  |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (*Item) ProtoMessage() {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Item) ProtoReflect() protoreflect.Message { | 
					
						
							|  |  |  | 	mi := &file_secretsmanager_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 Item.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*Item) Descriptor() ([]byte, []int) { | 
					
						
							|  |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{1} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Item) GetKey() *Key { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Key | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *Item) GetValue() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Value | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type GetSecretRequest struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	KeyDescriptor *Key `protobuf:"bytes,1,opt,name=keyDescriptor,proto3" json:"keyDescriptor,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretRequest) Reset() { | 
					
						
							|  |  |  | 	*x = GetSecretRequest{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[2] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretRequest) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*GetSecretRequest) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretRequest) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[2] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*GetSecretRequest) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{2} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretRequest) GetKeyDescriptor() *Key { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.KeyDescriptor | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type GetSecretResponse struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	UserFriendlyError string `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							|  |  |  | 	DecryptedValue    string `protobuf:"bytes,2,opt,name=decryptedValue,proto3" json:"decryptedValue,omitempty"` | 
					
						
							|  |  |  | 	Exists            bool   `protobuf:"varint,3,opt,name=exists,proto3" json:"exists,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretResponse) Reset() { | 
					
						
							|  |  |  | 	*x = GetSecretResponse{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[3] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretResponse) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*GetSecretResponse) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretResponse) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[3] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use GetSecretResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*GetSecretResponse) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{3} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretResponse) GetUserFriendlyError() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.UserFriendlyError | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	return "" | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *GetSecretResponse) GetDecryptedValue() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.DecryptedValue | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetSecretResponse) GetExists() bool { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Exists | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return false | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | type SetSecretRequest struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	KeyDescriptor *Key   `protobuf:"bytes,1,opt,name=keyDescriptor,proto3" json:"keyDescriptor,omitempty"` | 
					
						
							|  |  |  | 	Value         string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretRequest) Reset() { | 
					
						
							|  |  |  | 	*x = SetSecretRequest{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[4] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretRequest) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*SetSecretRequest) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretRequest) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[4] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use SetSecretRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*SetSecretRequest) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{4} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretRequest) GetKeyDescriptor() *Key { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.KeyDescriptor | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretRequest) GetValue() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.Value | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	return "" | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type SetSecretResponse struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	UserFriendlyError string `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretResponse) Reset() { | 
					
						
							|  |  |  | 	*x = SetSecretResponse{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[5] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretResponse) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*SetSecretResponse) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretResponse) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[5] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use SetSecretResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*SetSecretResponse) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{5} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *SetSecretResponse) GetUserFriendlyError() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.UserFriendlyError | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type DeleteSecretRequest struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	KeyDescriptor *Key `protobuf:"bytes,1,opt,name=keyDescriptor,proto3" json:"keyDescriptor,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretRequest) Reset() { | 
					
						
							|  |  |  | 	*x = DeleteSecretRequest{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[6] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretRequest) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*DeleteSecretRequest) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[6] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*DeleteSecretRequest) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{6} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretRequest) GetKeyDescriptor() *Key { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.KeyDescriptor | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	return nil | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type DeleteSecretResponse struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	UserFriendlyError string `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretResponse) Reset() { | 
					
						
							|  |  |  | 	*x = DeleteSecretResponse{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[7] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretResponse) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*DeleteSecretResponse) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretResponse) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[7] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use DeleteSecretResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*DeleteSecretResponse) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{7} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *DeleteSecretResponse) GetUserFriendlyError() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.UserFriendlyError | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type ListSecretsRequest struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	KeyDescriptor    *Key `protobuf:"bytes,1,opt,name=keyDescriptor,proto3" json:"keyDescriptor,omitempty"` | 
					
						
							|  |  |  | 	AllOrganizations bool `protobuf:"varint,2,opt,name=allOrganizations,proto3" json:"allOrganizations,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsRequest) Reset() { | 
					
						
							|  |  |  | 	*x = ListSecretsRequest{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[8] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsRequest) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*ListSecretsRequest) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsRequest) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[8] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use ListSecretsRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*ListSecretsRequest) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{8} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsRequest) GetKeyDescriptor() *Key { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.KeyDescriptor | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	return nil | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsRequest) GetAllOrganizations() bool { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.AllOrganizations | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	return false | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type ListSecretsResponse struct { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	UserFriendlyError string `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							|  |  |  | 	Keys              []*Key `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"` | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsResponse) Reset() { | 
					
						
							|  |  |  | 	*x = ListSecretsResponse{} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[9] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsResponse) String() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (*ListSecretsResponse) ProtoMessage() {} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsResponse) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[9] | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	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) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | // Deprecated: Use ListSecretsResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*ListSecretsResponse) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{9} | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsResponse) GetUserFriendlyError() string { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		return x.UserFriendlyError | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | func (x *ListSecretsResponse) GetKeys() []*Key { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Keys | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | type GetAllSecretsRequest struct { | 
					
						
							|  |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsRequest) Reset() { | 
					
						
							|  |  |  | 	*x = GetAllSecretsRequest{} | 
					
						
							|  |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							|  |  |  | 		mi := &file_secretsmanager_proto_msgTypes[10] | 
					
						
							|  |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsRequest) String() string { | 
					
						
							|  |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (*GetAllSecretsRequest) ProtoMessage() {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsRequest) ProtoReflect() protoreflect.Message { | 
					
						
							|  |  |  | 	mi := &file_secretsmanager_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 GetAllSecretsRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*GetAllSecretsRequest) Descriptor() ([]byte, []int) { | 
					
						
							|  |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{10} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | type GetAllSecretsResponse struct { | 
					
						
							|  |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	UserFriendlyError string  `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							|  |  |  | 	Items             []*Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsResponse) Reset() { | 
					
						
							|  |  |  | 	*x = GetAllSecretsResponse{} | 
					
						
							|  |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							|  |  |  | 		mi := &file_secretsmanager_proto_msgTypes[11] | 
					
						
							|  |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsResponse) String() string { | 
					
						
							|  |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (*GetAllSecretsResponse) ProtoMessage() {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsResponse) ProtoReflect() protoreflect.Message { | 
					
						
							|  |  |  | 	mi := &file_secretsmanager_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 GetAllSecretsResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*GetAllSecretsResponse) Descriptor() ([]byte, []int) { | 
					
						
							|  |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{11} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsResponse) GetUserFriendlyError() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.UserFriendlyError | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *GetAllSecretsResponse) GetItems() []*Item { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.Items | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | type RenameSecretRequest struct { | 
					
						
							|  |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	KeyDescriptor *Key   `protobuf:"bytes,1,opt,name=keyDescriptor,proto3" json:"keyDescriptor,omitempty"` | 
					
						
							|  |  |  | 	NewNamespace  string `protobuf:"bytes,2,opt,name=newNamespace,proto3" json:"newNamespace,omitempty"` | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretRequest) Reset() { | 
					
						
							|  |  |  | 	*x = RenameSecretRequest{} | 
					
						
							|  |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[12] | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretRequest) String() string { | 
					
						
							|  |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (*RenameSecretRequest) ProtoMessage() {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretRequest) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[12] | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	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 RenameSecretRequest.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*RenameSecretRequest) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{12} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretRequest) GetKeyDescriptor() *Key { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.KeyDescriptor | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretRequest) GetNewNamespace() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.NewNamespace | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | type RenameSecretResponse struct { | 
					
						
							|  |  |  | 	state         protoimpl.MessageState | 
					
						
							|  |  |  | 	sizeCache     protoimpl.SizeCache | 
					
						
							|  |  |  | 	unknownFields protoimpl.UnknownFields | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	UserFriendlyError string `protobuf:"bytes,1,opt,name=userFriendlyError,proto3" json:"userFriendlyError,omitempty"` | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretResponse) Reset() { | 
					
						
							|  |  |  | 	*x = RenameSecretResponse{} | 
					
						
							|  |  |  | 	if protoimpl.UnsafeEnabled { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 		mi := &file_secretsmanager_proto_msgTypes[13] | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) | 
					
						
							|  |  |  | 		ms.StoreMessageInfo(mi) | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretResponse) String() string { | 
					
						
							|  |  |  | 	return protoimpl.X.MessageStringOf(x) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (*RenameSecretResponse) ProtoMessage() {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretResponse) ProtoReflect() protoreflect.Message { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	mi := &file_secretsmanager_proto_msgTypes[13] | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	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 RenameSecretResponse.ProtoReflect.Descriptor instead.
 | 
					
						
							|  |  |  | func (*RenameSecretResponse) Descriptor() ([]byte, []int) { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	return file_secretsmanager_proto_rawDescGZIP(), []int{13} | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func (x *RenameSecretResponse) GetUserFriendlyError() string { | 
					
						
							|  |  |  | 	if x != nil { | 
					
						
							|  |  |  | 		return x.UserFriendlyError | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | var File_secretsmanager_proto protoreflect.FileDescriptor | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var file_secretsmanager_proto_rawDesc = []byte{ | 
					
						
							|  |  |  | 	0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, | 
					
						
							|  |  |  | 	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x22, 0x4d, 0x0a, 0x03, | 
					
						
							|  |  |  | 	0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x67, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, | 
					
						
							|  |  |  | 	0x28, 0x03, 0x52, 0x05, 0x6f, 0x72, 0x67, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, | 
					
						
							|  |  |  | 	0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, | 
					
						
							|  |  |  | 	0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x49, 0x0a, 0x04, 0x49, | 
					
						
							|  |  |  | 	0x74, 0x65, 0x6d, 0x12, 0x2b, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, | 
					
						
							|  |  |  | 	0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, | 
					
						
							|  |  |  | 	0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, | 
					
						
							|  |  |  | 	0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, | 
					
						
							|  |  |  | 	0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x53, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, | 
					
						
							|  |  |  | 	0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x6b, 0x65, | 
					
						
							|  |  |  | 	0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, | 
					
						
							|  |  |  | 	0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, | 
					
						
							|  |  |  | 	0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x0d, 0x6b, 0x65, | 
					
						
							|  |  |  | 	0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x22, 0x81, 0x01, 0x0a, 0x11, | 
					
						
							|  |  |  | 	0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, | 
					
						
							|  |  |  | 	0x65, 0x12, 0x2c, 0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, | 
					
						
							|  |  |  | 	0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, | 
					
						
							|  |  |  | 	0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, | 
					
						
							|  |  |  | 	0x26, 0x0a, 0x0e, 0x64, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, | 
					
						
							|  |  |  | 	0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, | 
					
						
							|  |  |  | 	0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, | 
					
						
							|  |  |  | 	0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x22, | 
					
						
							|  |  |  | 	0x69, 0x0a, 0x10, 0x53, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, | 
					
						
							|  |  |  | 	0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, | 
					
						
							|  |  |  | 	0x70, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, | 
					
						
							|  |  |  | 	0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, | 
					
						
							|  |  |  | 	0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, | 
					
						
							|  |  |  | 	0x70, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, | 
					
						
							|  |  |  | 	0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x41, 0x0a, 0x11, 0x53, 0x65, | 
					
						
							|  |  |  | 	0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, | 
					
						
							|  |  |  | 	0x2c, 0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, | 
					
						
							|  |  |  | 	0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, | 
					
						
							|  |  |  | 	0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x56, 0x0a, | 
					
						
							|  |  |  | 	0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, | 
					
						
							|  |  |  | 	0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, | 
					
						
							|  |  |  | 	0x69, 0x70, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, | 
					
						
							|  |  |  | 	0x69, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, | 
					
						
							|  |  |  | 	0x69, 0x70, 0x74, 0x6f, 0x72, 0x22, 0x44, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, | 
					
						
							|  |  |  | 	0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, | 
					
						
							|  |  |  | 	0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, | 
					
						
							|  |  |  | 	0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, | 
					
						
							|  |  |  | 	0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x81, 0x01, 0x0a, 0x12, | 
					
						
							|  |  |  | 	0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, | 
					
						
							|  |  |  | 	0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, | 
					
						
							|  |  |  | 	0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, 0x72, | 
					
						
							|  |  |  | 	0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, | 
					
						
							|  |  |  | 	0x2e, 0x4b, 0x65, 0x79, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, | 
					
						
							|  |  |  | 	0x74, 0x6f, 0x72, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x6c, 0x6c, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, | 
					
						
							|  |  |  | 	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x61, | 
					
						
							|  |  |  | 	0x6c, 0x6c, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, | 
					
						
							|  |  |  | 	0x72, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, | 
					
						
							|  |  |  | 	0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, | 
					
						
							|  |  |  | 	0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0x72, 0x72, 0x6f, 0x72, 0x12, 0x2d, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, | 
					
						
							|  |  |  | 	0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, | 
					
						
							|  |  |  | 	0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, | 
					
						
							|  |  |  | 	0x65, 0x79, 0x73, 0x22, 0x16, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x63, | 
					
						
							|  |  |  | 	0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x77, 0x0a, 0x15, 0x47, | 
					
						
							|  |  |  | 	0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, | 
					
						
							|  |  |  | 	0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, | 
					
						
							|  |  |  | 	0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0x6f, 0x72, 0x12, 0x30, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, | 
					
						
							|  |  |  | 	0x0b, 0x32, 0x1a, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, | 
					
						
							|  |  |  | 	0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, | 
					
						
							|  |  |  | 	0x74, 0x65, 0x6d, 0x73, 0x22, 0x7a, 0x0a, 0x13, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0d, 0x6b, | 
					
						
							|  |  |  | 	0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, | 
					
						
							|  |  |  | 	0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, | 
					
						
							|  |  |  | 	0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x0d, 0x6b, | 
					
						
							|  |  |  | 	0x65, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x22, 0x0a, 0x0c, | 
					
						
							|  |  |  | 	0x6e, 0x65, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, | 
					
						
							|  |  |  | 	0x28, 0x09, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, | 
					
						
							|  |  |  | 	0x22, 0x44, 0x0a, 0x14, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, | 
					
						
							|  |  |  | 	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, | 
					
						
							|  |  |  | 	0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, 0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, | 
					
						
							|  |  |  | 	0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x6c, | 
					
						
							|  |  |  | 	0x79, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x32, 0xe8, 0x04, 0x0a, 0x0e, 0x53, 0x65, 0x63, 0x72, 0x65, | 
					
						
							|  |  |  | 	0x74, 0x73, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x5c, 0x0a, 0x09, 0x47, 0x65, 0x74, | 
					
						
							|  |  |  | 	0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x26, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, | 
					
						
							|  |  |  | 	0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, | 
					
						
							|  |  |  | 	0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, | 
					
						
							|  |  |  | 	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x53, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x12, 0x26, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, | 
					
						
							|  |  |  | 	0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x53, 0x65, 0x74, 0x53, | 
					
						
							|  |  |  | 	0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x73, | 
					
						
							|  |  |  | 	0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, | 
					
						
							|  |  |  | 	0x67, 0x69, 0x6e, 0x2e, 0x53, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, | 
					
						
							|  |  |  | 	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, | 
					
						
							|  |  |  | 	0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, | 
					
						
							|  |  |  | 	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x44, 0x65, 0x6c, | 
					
						
							|  |  |  | 	0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, | 
					
						
							|  |  |  | 	0x1a, 0x2a, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, | 
					
						
							|  |  |  | 	0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x0b, | 
					
						
							|  |  |  | 	0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x28, 0x2e, 0x73, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, | 
					
						
							|  |  |  | 	0x69, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, | 
					
						
							|  |  |  | 	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, | 
					
						
							|  |  |  | 	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x4c, 0x69, 0x73, | 
					
						
							|  |  |  | 	0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, | 
					
						
							|  |  |  | 	0x12, 0x65, 0x0a, 0x0c, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, | 
					
						
							|  |  |  | 	0x12, 0x29, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, | 
					
						
							|  |  |  | 	0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x73, 0x65, | 
					
						
							|  |  |  | 	0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, | 
					
						
							|  |  |  | 	0x69, 0x6e, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, | 
					
						
							|  |  |  | 	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, 0x6c, | 
					
						
							|  |  |  | 	0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x2a, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 	0x74, 0x73, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, | 
					
						
							|  |  |  | 	0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, 0x61, | 
					
						
							|  |  |  | 	0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, | 
					
						
							|  |  |  | 	0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, | 
					
						
							|  |  |  | 	0x65, 0x42, 0x19, 0x5a, 0x17, 0x2e, 0x2f, 0x3b, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x6d, | 
					
						
							|  |  |  | 	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x62, 0x06, 0x70, 0x72, | 
					
						
							|  |  |  | 	0x6f, 0x74, 0x6f, 0x33, | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var ( | 
					
						
							|  |  |  | 	file_secretsmanager_proto_rawDescOnce sync.Once | 
					
						
							|  |  |  | 	file_secretsmanager_proto_rawDescData = file_secretsmanager_proto_rawDesc | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func file_secretsmanager_proto_rawDescGZIP() []byte { | 
					
						
							|  |  |  | 	file_secretsmanager_proto_rawDescOnce.Do(func() { | 
					
						
							|  |  |  | 		file_secretsmanager_proto_rawDescData = protoimpl.X.CompressGZIP(file_secretsmanager_proto_rawDescData) | 
					
						
							|  |  |  | 	}) | 
					
						
							|  |  |  | 	return file_secretsmanager_proto_rawDescData | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | var file_secretsmanager_proto_msgTypes = make([]protoimpl.MessageInfo, 14) | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | var file_secretsmanager_proto_goTypes = []interface{}{ | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	(*Key)(nil),                   // 0: secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	(*Item)(nil),                  // 1: secretsmanagerplugin.Item
 | 
					
						
							|  |  |  | 	(*GetSecretRequest)(nil),      // 2: secretsmanagerplugin.GetSecretRequest
 | 
					
						
							|  |  |  | 	(*GetSecretResponse)(nil),     // 3: secretsmanagerplugin.GetSecretResponse
 | 
					
						
							|  |  |  | 	(*SetSecretRequest)(nil),      // 4: secretsmanagerplugin.SetSecretRequest
 | 
					
						
							|  |  |  | 	(*SetSecretResponse)(nil),     // 5: secretsmanagerplugin.SetSecretResponse
 | 
					
						
							|  |  |  | 	(*DeleteSecretRequest)(nil),   // 6: secretsmanagerplugin.DeleteSecretRequest
 | 
					
						
							|  |  |  | 	(*DeleteSecretResponse)(nil),  // 7: secretsmanagerplugin.DeleteSecretResponse
 | 
					
						
							|  |  |  | 	(*ListSecretsRequest)(nil),    // 8: secretsmanagerplugin.ListSecretsRequest
 | 
					
						
							|  |  |  | 	(*ListSecretsResponse)(nil),   // 9: secretsmanagerplugin.ListSecretsResponse
 | 
					
						
							|  |  |  | 	(*GetAllSecretsRequest)(nil),  // 10: secretsmanagerplugin.GetAllSecretsRequest
 | 
					
						
							|  |  |  | 	(*GetAllSecretsResponse)(nil), // 11: secretsmanagerplugin.GetAllSecretsResponse
 | 
					
						
							|  |  |  | 	(*RenameSecretRequest)(nil),   // 12: secretsmanagerplugin.RenameSecretRequest
 | 
					
						
							|  |  |  | 	(*RenameSecretResponse)(nil),  // 13: secretsmanagerplugin.RenameSecretResponse
 | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | var file_secretsmanager_proto_depIdxs = []int32{ | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 	0,  // 0: secretsmanagerplugin.Item.key:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	0,  // 1: secretsmanagerplugin.GetSecretRequest.keyDescriptor:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	0,  // 2: secretsmanagerplugin.SetSecretRequest.keyDescriptor:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	0,  // 3: secretsmanagerplugin.DeleteSecretRequest.keyDescriptor:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	0,  // 4: secretsmanagerplugin.ListSecretsRequest.keyDescriptor:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	0,  // 5: secretsmanagerplugin.ListSecretsResponse.keys:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	1,  // 6: secretsmanagerplugin.GetAllSecretsResponse.items:type_name -> secretsmanagerplugin.Item
 | 
					
						
							|  |  |  | 	0,  // 7: secretsmanagerplugin.RenameSecretRequest.keyDescriptor:type_name -> secretsmanagerplugin.Key
 | 
					
						
							|  |  |  | 	2,  // 8: secretsmanagerplugin.SecretsManager.GetSecret:input_type -> secretsmanagerplugin.GetSecretRequest
 | 
					
						
							|  |  |  | 	4,  // 9: secretsmanagerplugin.SecretsManager.SetSecret:input_type -> secretsmanagerplugin.SetSecretRequest
 | 
					
						
							|  |  |  | 	6,  // 10: secretsmanagerplugin.SecretsManager.DeleteSecret:input_type -> secretsmanagerplugin.DeleteSecretRequest
 | 
					
						
							|  |  |  | 	8,  // 11: secretsmanagerplugin.SecretsManager.ListSecrets:input_type -> secretsmanagerplugin.ListSecretsRequest
 | 
					
						
							|  |  |  | 	12, // 12: secretsmanagerplugin.SecretsManager.RenameSecret:input_type -> secretsmanagerplugin.RenameSecretRequest
 | 
					
						
							|  |  |  | 	10, // 13: secretsmanagerplugin.SecretsManager.GetAllSecrets:input_type -> secretsmanagerplugin.GetAllSecretsRequest
 | 
					
						
							|  |  |  | 	3,  // 14: secretsmanagerplugin.SecretsManager.GetSecret:output_type -> secretsmanagerplugin.GetSecretResponse
 | 
					
						
							|  |  |  | 	5,  // 15: secretsmanagerplugin.SecretsManager.SetSecret:output_type -> secretsmanagerplugin.SetSecretResponse
 | 
					
						
							|  |  |  | 	7,  // 16: secretsmanagerplugin.SecretsManager.DeleteSecret:output_type -> secretsmanagerplugin.DeleteSecretResponse
 | 
					
						
							|  |  |  | 	9,  // 17: secretsmanagerplugin.SecretsManager.ListSecrets:output_type -> secretsmanagerplugin.ListSecretsResponse
 | 
					
						
							|  |  |  | 	13, // 18: secretsmanagerplugin.SecretsManager.RenameSecret:output_type -> secretsmanagerplugin.RenameSecretResponse
 | 
					
						
							|  |  |  | 	11, // 19: secretsmanagerplugin.SecretsManager.GetAllSecrets:output_type -> secretsmanagerplugin.GetAllSecretsResponse
 | 
					
						
							|  |  |  | 	14, // [14:20] is the sub-list for method output_type
 | 
					
						
							|  |  |  | 	8,  // [8:14] is the sub-list for method input_type
 | 
					
						
							|  |  |  | 	8,  // [8:8] is the sub-list for extension type_name
 | 
					
						
							|  |  |  | 	8,  // [8:8] is the sub-list for extension extendee
 | 
					
						
							|  |  |  | 	0,  // [0:8] is the sub-list for field type_name
 | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func init() { file_secretsmanager_proto_init() } | 
					
						
							|  |  |  | func file_secretsmanager_proto_init() { | 
					
						
							|  |  |  | 	if File_secretsmanager_proto != nil { | 
					
						
							|  |  |  | 		return | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if !protoimpl.UnsafeEnabled { | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 			switch v := v.(*Key); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*Item); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*GetSecretRequest); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*GetSecretResponse); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*SetSecretRequest); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*SetSecretResponse); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*DeleteSecretRequest); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*DeleteSecretResponse); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*ListSecretsRequest); i { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*ListSecretsResponse); i { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			switch v := v.(*GetAllSecretsRequest); i { | 
					
						
							|  |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							|  |  |  | 			switch v := v.(*GetAllSecretsResponse); i { | 
					
						
							|  |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							|  |  |  | 			switch v := v.(*RenameSecretRequest); i { | 
					
						
							|  |  |  | 			case 0: | 
					
						
							|  |  |  | 				return &v.state | 
					
						
							|  |  |  | 			case 1: | 
					
						
							|  |  |  | 				return &v.sizeCache | 
					
						
							|  |  |  | 			case 2: | 
					
						
							|  |  |  | 				return &v.unknownFields | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				return nil | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		file_secretsmanager_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { | 
					
						
							| 
									
										
										
										
											2022-06-14 23:53:04 +08:00
										 |  |  | 			switch v := v.(*RenameSecretResponse); i { | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			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_secretsmanager_proto_rawDesc, | 
					
						
							|  |  |  | 			NumEnums:      0, | 
					
						
							| 
									
										
										
										
											2022-08-23 23:21:54 +08:00
										 |  |  | 			NumMessages:   14, | 
					
						
							| 
									
										
										
										
											2022-06-10 01:19:27 +08:00
										 |  |  | 			NumExtensions: 0, | 
					
						
							|  |  |  | 			NumServices:   1, | 
					
						
							|  |  |  | 		}, | 
					
						
							|  |  |  | 		GoTypes:           file_secretsmanager_proto_goTypes, | 
					
						
							|  |  |  | 		DependencyIndexes: file_secretsmanager_proto_depIdxs, | 
					
						
							|  |  |  | 		MessageInfos:      file_secretsmanager_proto_msgTypes, | 
					
						
							|  |  |  | 	}.Build() | 
					
						
							|  |  |  | 	File_secretsmanager_proto = out.File | 
					
						
							|  |  |  | 	file_secretsmanager_proto_rawDesc = nil | 
					
						
							|  |  |  | 	file_secretsmanager_proto_goTypes = nil | 
					
						
							|  |  |  | 	file_secretsmanager_proto_depIdxs = nil | 
					
						
							|  |  |  | } |