cli/azd/pkg/azdext/user_config.pb.go (455 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.35.2
// protoc v5.29.1
// source: user_config.proto
package azdext
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)
)
// Request message for Get
type GetUserConfigRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *GetUserConfigRequest) Reset() {
*x = GetUserConfigRequest{}
mi := &file_user_config_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigRequest) ProtoMessage() {}
func (x *GetUserConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigRequest.ProtoReflect.Descriptor instead.
func (*GetUserConfigRequest) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{0}
}
func (x *GetUserConfigRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
// Response message for Get
type GetUserConfigResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Found bool `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
}
func (x *GetUserConfigResponse) Reset() {
*x = GetUserConfigResponse{}
mi := &file_user_config_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigResponse) ProtoMessage() {}
func (x *GetUserConfigResponse) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigResponse.ProtoReflect.Descriptor instead.
func (*GetUserConfigResponse) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{1}
}
func (x *GetUserConfigResponse) GetValue() []byte {
if x != nil {
return x.Value
}
return nil
}
func (x *GetUserConfigResponse) GetFound() bool {
if x != nil {
return x.Found
}
return false
}
// Request message for GetString
type GetUserConfigStringRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *GetUserConfigStringRequest) Reset() {
*x = GetUserConfigStringRequest{}
mi := &file_user_config_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigStringRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigStringRequest) ProtoMessage() {}
func (x *GetUserConfigStringRequest) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigStringRequest.ProtoReflect.Descriptor instead.
func (*GetUserConfigStringRequest) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{2}
}
func (x *GetUserConfigStringRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
// Response message for GetString
type GetUserConfigStringResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Found bool `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
}
func (x *GetUserConfigStringResponse) Reset() {
*x = GetUserConfigStringResponse{}
mi := &file_user_config_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigStringResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigStringResponse) ProtoMessage() {}
func (x *GetUserConfigStringResponse) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigStringResponse.ProtoReflect.Descriptor instead.
func (*GetUserConfigStringResponse) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{3}
}
func (x *GetUserConfigStringResponse) GetValue() string {
if x != nil {
return x.Value
}
return ""
}
func (x *GetUserConfigStringResponse) GetFound() bool {
if x != nil {
return x.Found
}
return false
}
// Request message for GetSection
type GetUserConfigSectionRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *GetUserConfigSectionRequest) Reset() {
*x = GetUserConfigSectionRequest{}
mi := &file_user_config_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigSectionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigSectionRequest) ProtoMessage() {}
func (x *GetUserConfigSectionRequest) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigSectionRequest.ProtoReflect.Descriptor instead.
func (*GetUserConfigSectionRequest) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{4}
}
func (x *GetUserConfigSectionRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
// Response message for GetSection
type GetUserConfigSectionResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Section []byte `protobuf:"bytes,1,opt,name=section,proto3" json:"section,omitempty"`
Found bool `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
}
func (x *GetUserConfigSectionResponse) Reset() {
*x = GetUserConfigSectionResponse{}
mi := &file_user_config_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserConfigSectionResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserConfigSectionResponse) ProtoMessage() {}
func (x *GetUserConfigSectionResponse) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserConfigSectionResponse.ProtoReflect.Descriptor instead.
func (*GetUserConfigSectionResponse) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{5}
}
func (x *GetUserConfigSectionResponse) GetSection() []byte {
if x != nil {
return x.Section
}
return nil
}
func (x *GetUserConfigSectionResponse) GetFound() bool {
if x != nil {
return x.Found
}
return false
}
// Request message for Set
type SetUserConfigRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}
func (x *SetUserConfigRequest) Reset() {
*x = SetUserConfigRequest{}
mi := &file_user_config_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetUserConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetUserConfigRequest) ProtoMessage() {}
func (x *SetUserConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetUserConfigRequest.ProtoReflect.Descriptor instead.
func (*SetUserConfigRequest) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{6}
}
func (x *SetUserConfigRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
func (x *SetUserConfigRequest) GetValue() []byte {
if x != nil {
return x.Value
}
return nil
}
// Request message for Unset
type UnsetUserConfigRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *UnsetUserConfigRequest) Reset() {
*x = UnsetUserConfigRequest{}
mi := &file_user_config_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UnsetUserConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnsetUserConfigRequest) ProtoMessage() {}
func (x *UnsetUserConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_user_config_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UnsetUserConfigRequest.ProtoReflect.Descriptor instead.
func (*UnsetUserConfigRequest) Descriptor() ([]byte, []int) {
return file_user_config_proto_rawDescGZIP(), []int{7}
}
func (x *UnsetUserConfigRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
var File_user_config_proto protoreflect.FileDescriptor
var file_user_config_proto_rawDesc = []byte{
0x0a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x1a, 0x0c, 0x6d, 0x6f, 0x64,
0x65, 0x6c, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2a, 0x0a, 0x14, 0x47, 0x65, 0x74,
0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x43, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14,
0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76,
0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20,
0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x30, 0x0a, 0x1a, 0x47, 0x65,
0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x74, 0x72, 0x69, 0x6e,
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x49, 0x0a, 0x1b,
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x74, 0x72,
0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76,
0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
0x52, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x31, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x55, 0x73,
0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x4e, 0x0a, 0x1c, 0x47, 0x65,
0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x63, 0x74, 0x69,
0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65,
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x73, 0x65, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20,
0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x40, 0x0a, 0x14, 0x53, 0x65,
0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x2c, 0x0a, 0x16,
0x55, 0x6e, 0x73, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x32, 0x82, 0x03, 0x0a, 0x11, 0x55,
0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x12, 0x42, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x1c, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74,
0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x2e, 0x47,
0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x72, 0x69, 0x6e,
0x67, 0x12, 0x22, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73,
0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x2e, 0x47,
0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x74, 0x72, 0x69,
0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x0a, 0x47, 0x65,
0x74, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78,
0x74, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53,
0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e,
0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x03, 0x53, 0x65, 0x74, 0x12, 0x1c, 0x2e, 0x61, 0x7a, 0x64,
0x65, 0x78, 0x74, 0x2e, 0x53, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78,
0x74, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x3e, 0x0a, 0x05, 0x55, 0x6e, 0x73, 0x65, 0x74, 0x12, 0x1e, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78,
0x74, 0x2e, 0x55, 0x6e, 0x73, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x7a, 0x64, 0x65, 0x78,
0x74, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42,
0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x7a,
0x75, 0x72, 0x65, 0x2f, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x2d, 0x64, 0x65, 0x76, 0x2f, 0x63, 0x6c,
0x69, 0x2f, 0x61, 0x7a, 0x64, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74,
0x3b, 0x61, 0x7a, 0x64, 0x65, 0x78, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_user_config_proto_rawDescOnce sync.Once
file_user_config_proto_rawDescData = file_user_config_proto_rawDesc
)
func file_user_config_proto_rawDescGZIP() []byte {
file_user_config_proto_rawDescOnce.Do(func() {
file_user_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_user_config_proto_rawDescData)
})
return file_user_config_proto_rawDescData
}
var file_user_config_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
var file_user_config_proto_goTypes = []any{
(*GetUserConfigRequest)(nil), // 0: azdext.GetUserConfigRequest
(*GetUserConfigResponse)(nil), // 1: azdext.GetUserConfigResponse
(*GetUserConfigStringRequest)(nil), // 2: azdext.GetUserConfigStringRequest
(*GetUserConfigStringResponse)(nil), // 3: azdext.GetUserConfigStringResponse
(*GetUserConfigSectionRequest)(nil), // 4: azdext.GetUserConfigSectionRequest
(*GetUserConfigSectionResponse)(nil), // 5: azdext.GetUserConfigSectionResponse
(*SetUserConfigRequest)(nil), // 6: azdext.SetUserConfigRequest
(*UnsetUserConfigRequest)(nil), // 7: azdext.UnsetUserConfigRequest
(*EmptyResponse)(nil), // 8: azdext.EmptyResponse
}
var file_user_config_proto_depIdxs = []int32{
0, // 0: azdext.UserConfigService.Get:input_type -> azdext.GetUserConfigRequest
2, // 1: azdext.UserConfigService.GetString:input_type -> azdext.GetUserConfigStringRequest
4, // 2: azdext.UserConfigService.GetSection:input_type -> azdext.GetUserConfigSectionRequest
6, // 3: azdext.UserConfigService.Set:input_type -> azdext.SetUserConfigRequest
7, // 4: azdext.UserConfigService.Unset:input_type -> azdext.UnsetUserConfigRequest
1, // 5: azdext.UserConfigService.Get:output_type -> azdext.GetUserConfigResponse
3, // 6: azdext.UserConfigService.GetString:output_type -> azdext.GetUserConfigStringResponse
5, // 7: azdext.UserConfigService.GetSection:output_type -> azdext.GetUserConfigSectionResponse
8, // 8: azdext.UserConfigService.Set:output_type -> azdext.EmptyResponse
8, // 9: azdext.UserConfigService.Unset:output_type -> azdext.EmptyResponse
5, // [5:10] is the sub-list for method output_type
0, // [0:5] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_user_config_proto_init() }
func file_user_config_proto_init() {
if File_user_config_proto != nil {
return
}
file_models_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_user_config_proto_rawDesc,
NumEnums: 0,
NumMessages: 8,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_user_config_proto_goTypes,
DependencyIndexes: file_user_config_proto_depIdxs,
MessageInfos: file_user_config_proto_msgTypes,
}.Build()
File_user_config_proto = out.File
file_user_config_proto_rawDesc = nil
file_user_config_proto_goTypes = nil
file_user_config_proto_depIdxs = nil
}