settings

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SettingsService_NewSettings_FullMethodName     = "/settings.SettingsService/NewSettings"
	SettingsService_CanDrawOverlays_FullMethodName = "/settings.SettingsService/CanDrawOverlays"
)
View Source
const (
	GlobalService_GetFloat2_FullMethodName   = "/settings.GlobalService/GetFloat2"
	GlobalService_GetFloat3_1_FullMethodName = "/settings.GlobalService/GetFloat3_1"
	GlobalService_GetInt2_FullMethodName     = "/settings.GlobalService/GetInt2"
	GlobalService_GetInt3_1_FullMethodName   = "/settings.GlobalService/GetInt3_1"
	GlobalService_GetLong2_FullMethodName    = "/settings.GlobalService/GetLong2"
	GlobalService_GetLong3_1_FullMethodName  = "/settings.GlobalService/GetLong3_1"
	GlobalService_GetString_FullMethodName   = "/settings.GlobalService/GetString"
	GlobalService_GetUriFor_FullMethodName   = "/settings.GlobalService/GetUriFor"
	GlobalService_PutFloat_FullMethodName    = "/settings.GlobalService/PutFloat"
	GlobalService_PutInt_FullMethodName      = "/settings.GlobalService/PutInt"
	GlobalService_PutLong_FullMethodName     = "/settings.GlobalService/PutLong"
	GlobalService_PutString_FullMethodName   = "/settings.GlobalService/PutString"
)
View Source
const (
	SecureService_GetFloat2_FullMethodName                  = "/settings.SecureService/GetFloat2"
	SecureService_GetFloat3_1_FullMethodName                = "/settings.SecureService/GetFloat3_1"
	SecureService_GetInt2_FullMethodName                    = "/settings.SecureService/GetInt2"
	SecureService_GetInt3_1_FullMethodName                  = "/settings.SecureService/GetInt3_1"
	SecureService_GetLong2_FullMethodName                   = "/settings.SecureService/GetLong2"
	SecureService_GetLong3_1_FullMethodName                 = "/settings.SecureService/GetLong3_1"
	SecureService_GetString_FullMethodName                  = "/settings.SecureService/GetString"
	SecureService_GetUriFor_FullMethodName                  = "/settings.SecureService/GetUriFor"
	SecureService_IsLocationProviderEnabled_FullMethodName  = "/settings.SecureService/IsLocationProviderEnabled"
	SecureService_PutFloat_FullMethodName                   = "/settings.SecureService/PutFloat"
	SecureService_PutInt_FullMethodName                     = "/settings.SecureService/PutInt"
	SecureService_PutLong_FullMethodName                    = "/settings.SecureService/PutLong"
	SecureService_PutString_FullMethodName                  = "/settings.SecureService/PutString"
	SecureService_SetLocationProviderEnabled_FullMethodName = "/settings.SecureService/SetLocationProviderEnabled"
)
View Source
const (
	SystemService_CanWrite_FullMethodName                  = "/settings.SystemService/CanWrite"
	SystemService_GetConfiguration_FullMethodName          = "/settings.SystemService/GetConfiguration"
	SystemService_GetFloat2_FullMethodName                 = "/settings.SystemService/GetFloat2"
	SystemService_GetFloat3_1_FullMethodName               = "/settings.SystemService/GetFloat3_1"
	SystemService_GetInt2_FullMethodName                   = "/settings.SystemService/GetInt2"
	SystemService_GetInt3_1_FullMethodName                 = "/settings.SystemService/GetInt3_1"
	SystemService_GetLong2_FullMethodName                  = "/settings.SystemService/GetLong2"
	SystemService_GetLong3_1_FullMethodName                = "/settings.SystemService/GetLong3_1"
	SystemService_GetShowGTalkServiceStatus_FullMethodName = "/settings.SystemService/GetShowGTalkServiceStatus"
	SystemService_GetString_FullMethodName                 = "/settings.SystemService/GetString"
	SystemService_GetUriFor_FullMethodName                 = "/settings.SystemService/GetUriFor"
	SystemService_PutConfiguration_FullMethodName          = "/settings.SystemService/PutConfiguration"
	SystemService_PutFloat_FullMethodName                  = "/settings.SystemService/PutFloat"
	SystemService_PutInt_FullMethodName                    = "/settings.SystemService/PutInt"
	SystemService_PutLong_FullMethodName                   = "/settings.SystemService/PutLong"
	SystemService_PutString_FullMethodName                 = "/settings.SystemService/PutString"
	SystemService_SetShowGTalkServiceStatus_FullMethodName = "/settings.SystemService/SetShowGTalkServiceStatus"
)
View Source
const (
	NameValueTableService_GetUriFor_FullMethodName = "/settings.NameValueTableService/GetUriFor"
)

Variables

View Source
var File_proto_settings_settings_proto protoreflect.FileDescriptor
View Source
var GlobalService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "settings.GlobalService",
	HandlerType: (*GlobalServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetFloat2",
			Handler:    _GlobalService_GetFloat2_Handler,
		},
		{
			MethodName: "GetFloat3_1",
			Handler:    _GlobalService_GetFloat3_1_Handler,
		},
		{
			MethodName: "GetInt2",
			Handler:    _GlobalService_GetInt2_Handler,
		},
		{
			MethodName: "GetInt3_1",
			Handler:    _GlobalService_GetInt3_1_Handler,
		},
		{
			MethodName: "GetLong2",
			Handler:    _GlobalService_GetLong2_Handler,
		},
		{
			MethodName: "GetLong3_1",
			Handler:    _GlobalService_GetLong3_1_Handler,
		},
		{
			MethodName: "GetString",
			Handler:    _GlobalService_GetString_Handler,
		},
		{
			MethodName: "GetUriFor",
			Handler:    _GlobalService_GetUriFor_Handler,
		},
		{
			MethodName: "PutFloat",
			Handler:    _GlobalService_PutFloat_Handler,
		},
		{
			MethodName: "PutInt",
			Handler:    _GlobalService_PutInt_Handler,
		},
		{
			MethodName: "PutLong",
			Handler:    _GlobalService_PutLong_Handler,
		},
		{
			MethodName: "PutString",
			Handler:    _GlobalService_PutString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/settings/settings.proto",
}

GlobalService_ServiceDesc is the grpc.ServiceDesc for GlobalService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var NameValueTableService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "settings.NameValueTableService",
	HandlerType: (*NameValueTableServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUriFor",
			Handler:    _NameValueTableService_GetUriFor_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/settings/settings.proto",
}

NameValueTableService_ServiceDesc is the grpc.ServiceDesc for NameValueTableService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SecureService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "settings.SecureService",
	HandlerType: (*SecureServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetFloat2",
			Handler:    _SecureService_GetFloat2_Handler,
		},
		{
			MethodName: "GetFloat3_1",
			Handler:    _SecureService_GetFloat3_1_Handler,
		},
		{
			MethodName: "GetInt2",
			Handler:    _SecureService_GetInt2_Handler,
		},
		{
			MethodName: "GetInt3_1",
			Handler:    _SecureService_GetInt3_1_Handler,
		},
		{
			MethodName: "GetLong2",
			Handler:    _SecureService_GetLong2_Handler,
		},
		{
			MethodName: "GetLong3_1",
			Handler:    _SecureService_GetLong3_1_Handler,
		},
		{
			MethodName: "GetString",
			Handler:    _SecureService_GetString_Handler,
		},
		{
			MethodName: "GetUriFor",
			Handler:    _SecureService_GetUriFor_Handler,
		},
		{
			MethodName: "IsLocationProviderEnabled",
			Handler:    _SecureService_IsLocationProviderEnabled_Handler,
		},
		{
			MethodName: "PutFloat",
			Handler:    _SecureService_PutFloat_Handler,
		},
		{
			MethodName: "PutInt",
			Handler:    _SecureService_PutInt_Handler,
		},
		{
			MethodName: "PutLong",
			Handler:    _SecureService_PutLong_Handler,
		},
		{
			MethodName: "PutString",
			Handler:    _SecureService_PutString_Handler,
		},
		{
			MethodName: "SetLocationProviderEnabled",
			Handler:    _SecureService_SetLocationProviderEnabled_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/settings/settings.proto",
}

SecureService_ServiceDesc is the grpc.ServiceDesc for SecureService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SettingsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "settings.SettingsService",
	HandlerType: (*SettingsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewSettings",
			Handler:    _SettingsService_NewSettings_Handler,
		},
		{
			MethodName: "CanDrawOverlays",
			Handler:    _SettingsService_CanDrawOverlays_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/settings/settings.proto",
}

SettingsService_ServiceDesc is the grpc.ServiceDesc for SettingsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SystemService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "settings.SystemService",
	HandlerType: (*SystemServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CanWrite",
			Handler:    _SystemService_CanWrite_Handler,
		},
		{
			MethodName: "GetConfiguration",
			Handler:    _SystemService_GetConfiguration_Handler,
		},
		{
			MethodName: "GetFloat2",
			Handler:    _SystemService_GetFloat2_Handler,
		},
		{
			MethodName: "GetFloat3_1",
			Handler:    _SystemService_GetFloat3_1_Handler,
		},
		{
			MethodName: "GetInt2",
			Handler:    _SystemService_GetInt2_Handler,
		},
		{
			MethodName: "GetInt3_1",
			Handler:    _SystemService_GetInt3_1_Handler,
		},
		{
			MethodName: "GetLong2",
			Handler:    _SystemService_GetLong2_Handler,
		},
		{
			MethodName: "GetLong3_1",
			Handler:    _SystemService_GetLong3_1_Handler,
		},
		{
			MethodName: "GetShowGTalkServiceStatus",
			Handler:    _SystemService_GetShowGTalkServiceStatus_Handler,
		},
		{
			MethodName: "GetString",
			Handler:    _SystemService_GetString_Handler,
		},
		{
			MethodName: "GetUriFor",
			Handler:    _SystemService_GetUriFor_Handler,
		},
		{
			MethodName: "PutConfiguration",
			Handler:    _SystemService_PutConfiguration_Handler,
		},
		{
			MethodName: "PutFloat",
			Handler:    _SystemService_PutFloat_Handler,
		},
		{
			MethodName: "PutInt",
			Handler:    _SystemService_PutInt_Handler,
		},
		{
			MethodName: "PutLong",
			Handler:    _SystemService_PutLong_Handler,
		},
		{
			MethodName: "PutString",
			Handler:    _SystemService_PutString_Handler,
		},
		{
			MethodName: "SetShowGTalkServiceStatus",
			Handler:    _SystemService_SetShowGTalkServiceStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/settings/settings.proto",
}

SystemService_ServiceDesc is the grpc.ServiceDesc for SystemService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterGlobalServiceServer added in v0.0.6

func RegisterGlobalServiceServer(s grpc.ServiceRegistrar, srv GlobalServiceServer)

func RegisterNameValueTableServiceServer added in v0.0.6

func RegisterNameValueTableServiceServer(s grpc.ServiceRegistrar, srv NameValueTableServiceServer)

func RegisterSecureServiceServer added in v0.0.6

func RegisterSecureServiceServer(s grpc.ServiceRegistrar, srv SecureServiceServer)

func RegisterSettingsServiceServer added in v0.0.6

func RegisterSettingsServiceServer(s grpc.ServiceRegistrar, srv SettingsServiceServer)

func RegisterSystemServiceServer added in v0.0.6

func RegisterSystemServiceServer(s grpc.ServiceRegistrar, srv SystemServiceServer)

Types

type CanDrawOverlaysRequest added in v0.0.6

type CanDrawOverlaysRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CanDrawOverlaysRequest) Descriptor deprecated added in v0.0.6

func (*CanDrawOverlaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use CanDrawOverlaysRequest.ProtoReflect.Descriptor instead.

func (*CanDrawOverlaysRequest) GetArg0 added in v0.0.6

func (x *CanDrawOverlaysRequest) GetArg0() int64

func (*CanDrawOverlaysRequest) GetHandle added in v0.0.6

func (x *CanDrawOverlaysRequest) GetHandle() int64

func (*CanDrawOverlaysRequest) ProtoMessage added in v0.0.6

func (*CanDrawOverlaysRequest) ProtoMessage()

func (*CanDrawOverlaysRequest) ProtoReflect added in v0.0.6

func (x *CanDrawOverlaysRequest) ProtoReflect() protoreflect.Message

func (*CanDrawOverlaysRequest) Reset added in v0.0.6

func (x *CanDrawOverlaysRequest) Reset()

func (*CanDrawOverlaysRequest) String added in v0.0.6

func (x *CanDrawOverlaysRequest) String() string

type CanDrawOverlaysResponse added in v0.0.6

type CanDrawOverlaysResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CanDrawOverlaysResponse) Descriptor deprecated added in v0.0.6

func (*CanDrawOverlaysResponse) Descriptor() ([]byte, []int)

Deprecated: Use CanDrawOverlaysResponse.ProtoReflect.Descriptor instead.

func (*CanDrawOverlaysResponse) GetResult added in v0.0.6

func (x *CanDrawOverlaysResponse) GetResult() bool

func (*CanDrawOverlaysResponse) ProtoMessage added in v0.0.6

func (*CanDrawOverlaysResponse) ProtoMessage()

func (*CanDrawOverlaysResponse) ProtoReflect added in v0.0.6

func (x *CanDrawOverlaysResponse) ProtoReflect() protoreflect.Message

func (*CanDrawOverlaysResponse) Reset added in v0.0.6

func (x *CanDrawOverlaysResponse) Reset()

func (*CanDrawOverlaysResponse) String added in v0.0.6

func (x *CanDrawOverlaysResponse) String() string

type CanWriteRequest added in v0.0.6

type CanWriteRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CanWriteRequest) Descriptor deprecated added in v0.0.6

func (*CanWriteRequest) Descriptor() ([]byte, []int)

Deprecated: Use CanWriteRequest.ProtoReflect.Descriptor instead.

func (*CanWriteRequest) GetArg0 added in v0.0.6

func (x *CanWriteRequest) GetArg0() int64

func (*CanWriteRequest) ProtoMessage added in v0.0.6

func (*CanWriteRequest) ProtoMessage()

func (*CanWriteRequest) ProtoReflect added in v0.0.6

func (x *CanWriteRequest) ProtoReflect() protoreflect.Message

func (*CanWriteRequest) Reset added in v0.0.6

func (x *CanWriteRequest) Reset()

func (*CanWriteRequest) String added in v0.0.6

func (x *CanWriteRequest) String() string

type CanWriteResponse added in v0.0.6

type CanWriteResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CanWriteResponse) Descriptor deprecated added in v0.0.6

func (*CanWriteResponse) Descriptor() ([]byte, []int)

Deprecated: Use CanWriteResponse.ProtoReflect.Descriptor instead.

func (*CanWriteResponse) GetResult added in v0.0.6

func (x *CanWriteResponse) GetResult() bool

func (*CanWriteResponse) ProtoMessage added in v0.0.6

func (*CanWriteResponse) ProtoMessage()

func (*CanWriteResponse) ProtoReflect added in v0.0.6

func (x *CanWriteResponse) ProtoReflect() protoreflect.Message

func (*CanWriteResponse) Reset added in v0.0.6

func (x *CanWriteResponse) Reset()

func (*CanWriteResponse) String added in v0.0.6

func (x *CanWriteResponse) String() string

type GetConfigurationRequest added in v0.0.6

type GetConfigurationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigurationRequest) Descriptor deprecated added in v0.0.6

func (*GetConfigurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigurationRequest.ProtoReflect.Descriptor instead.

func (*GetConfigurationRequest) GetArg0 added in v0.0.6

func (x *GetConfigurationRequest) GetArg0() int64

func (*GetConfigurationRequest) GetArg1 added in v0.0.6

func (x *GetConfigurationRequest) GetArg1() int64

func (*GetConfigurationRequest) ProtoMessage added in v0.0.6

func (*GetConfigurationRequest) ProtoMessage()

func (*GetConfigurationRequest) ProtoReflect added in v0.0.6

func (x *GetConfigurationRequest) ProtoReflect() protoreflect.Message

func (*GetConfigurationRequest) Reset added in v0.0.6

func (x *GetConfigurationRequest) Reset()

func (*GetConfigurationRequest) String added in v0.0.6

func (x *GetConfigurationRequest) String() string

type GetConfigurationResponse added in v0.0.6

type GetConfigurationResponse struct {
	// contains filtered or unexported fields
}

func (*GetConfigurationResponse) Descriptor deprecated added in v0.0.6

func (*GetConfigurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigurationResponse.ProtoReflect.Descriptor instead.

func (*GetConfigurationResponse) ProtoMessage added in v0.0.6

func (*GetConfigurationResponse) ProtoMessage()

func (*GetConfigurationResponse) ProtoReflect added in v0.0.6

func (x *GetConfigurationResponse) ProtoReflect() protoreflect.Message

func (*GetConfigurationResponse) Reset added in v0.0.6

func (x *GetConfigurationResponse) Reset()

func (*GetConfigurationResponse) String added in v0.0.6

func (x *GetConfigurationResponse) String() string

type GetFloat2Request added in v0.0.6

type GetFloat2Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFloat2Request) Descriptor deprecated added in v0.0.6

func (*GetFloat2Request) Descriptor() ([]byte, []int)

Deprecated: Use GetFloat2Request.ProtoReflect.Descriptor instead.

func (*GetFloat2Request) GetArg0 added in v0.0.6

func (x *GetFloat2Request) GetArg0() int64

func (*GetFloat2Request) GetArg1 added in v0.0.6

func (x *GetFloat2Request) GetArg1() string

func (*GetFloat2Request) ProtoMessage added in v0.0.6

func (*GetFloat2Request) ProtoMessage()

func (*GetFloat2Request) ProtoReflect added in v0.0.6

func (x *GetFloat2Request) ProtoReflect() protoreflect.Message

func (*GetFloat2Request) Reset added in v0.0.6

func (x *GetFloat2Request) Reset()

func (*GetFloat2Request) String added in v0.0.6

func (x *GetFloat2Request) String() string

type GetFloat2Response added in v0.0.6

type GetFloat2Response struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFloat2Response) Descriptor deprecated added in v0.0.6

func (*GetFloat2Response) Descriptor() ([]byte, []int)

Deprecated: Use GetFloat2Response.ProtoReflect.Descriptor instead.

func (*GetFloat2Response) GetResult added in v0.0.6

func (x *GetFloat2Response) GetResult() float32

func (*GetFloat2Response) ProtoMessage added in v0.0.6

func (*GetFloat2Response) ProtoMessage()

func (*GetFloat2Response) ProtoReflect added in v0.0.6

func (x *GetFloat2Response) ProtoReflect() protoreflect.Message

func (*GetFloat2Response) Reset added in v0.0.6

func (x *GetFloat2Response) Reset()

func (*GetFloat2Response) String added in v0.0.6

func (x *GetFloat2Response) String() string

type GetFloat3_1Request added in v0.0.6

type GetFloat3_1Request struct {
	Arg0 int64   `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string  `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 float32 `protobuf:"fixed32,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFloat3_1Request) Descriptor deprecated added in v0.0.6

func (*GetFloat3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use GetFloat3_1Request.ProtoReflect.Descriptor instead.

func (*GetFloat3_1Request) GetArg0 added in v0.0.6

func (x *GetFloat3_1Request) GetArg0() int64

func (*GetFloat3_1Request) GetArg1 added in v0.0.6

func (x *GetFloat3_1Request) GetArg1() string

func (*GetFloat3_1Request) GetArg2 added in v0.0.6

func (x *GetFloat3_1Request) GetArg2() float32

func (*GetFloat3_1Request) ProtoMessage added in v0.0.6

func (*GetFloat3_1Request) ProtoMessage()

func (*GetFloat3_1Request) ProtoReflect added in v0.0.6

func (x *GetFloat3_1Request) ProtoReflect() protoreflect.Message

func (*GetFloat3_1Request) Reset added in v0.0.6

func (x *GetFloat3_1Request) Reset()

func (*GetFloat3_1Request) String added in v0.0.6

func (x *GetFloat3_1Request) String() string

type GetFloat3_1Response added in v0.0.6

type GetFloat3_1Response struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFloat3_1Response) Descriptor deprecated added in v0.0.6

func (*GetFloat3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use GetFloat3_1Response.ProtoReflect.Descriptor instead.

func (*GetFloat3_1Response) GetResult added in v0.0.6

func (x *GetFloat3_1Response) GetResult() float32

func (*GetFloat3_1Response) ProtoMessage added in v0.0.6

func (*GetFloat3_1Response) ProtoMessage()

func (*GetFloat3_1Response) ProtoReflect added in v0.0.6

func (x *GetFloat3_1Response) ProtoReflect() protoreflect.Message

func (*GetFloat3_1Response) Reset added in v0.0.6

func (x *GetFloat3_1Response) Reset()

func (*GetFloat3_1Response) String added in v0.0.6

func (x *GetFloat3_1Response) String() string

type GetInt2Request added in v0.0.6

type GetInt2Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInt2Request) Descriptor deprecated added in v0.0.6

func (*GetInt2Request) Descriptor() ([]byte, []int)

Deprecated: Use GetInt2Request.ProtoReflect.Descriptor instead.

func (*GetInt2Request) GetArg0 added in v0.0.6

func (x *GetInt2Request) GetArg0() int64

func (*GetInt2Request) GetArg1 added in v0.0.6

func (x *GetInt2Request) GetArg1() string

func (*GetInt2Request) ProtoMessage added in v0.0.6

func (*GetInt2Request) ProtoMessage()

func (*GetInt2Request) ProtoReflect added in v0.0.6

func (x *GetInt2Request) ProtoReflect() protoreflect.Message

func (*GetInt2Request) Reset added in v0.0.6

func (x *GetInt2Request) Reset()

func (*GetInt2Request) String added in v0.0.6

func (x *GetInt2Request) String() string

type GetInt2Response added in v0.0.6

type GetInt2Response struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInt2Response) Descriptor deprecated added in v0.0.6

func (*GetInt2Response) Descriptor() ([]byte, []int)

Deprecated: Use GetInt2Response.ProtoReflect.Descriptor instead.

func (*GetInt2Response) GetResult added in v0.0.6

func (x *GetInt2Response) GetResult() int32

func (*GetInt2Response) ProtoMessage added in v0.0.6

func (*GetInt2Response) ProtoMessage()

func (*GetInt2Response) ProtoReflect added in v0.0.6

func (x *GetInt2Response) ProtoReflect() protoreflect.Message

func (*GetInt2Response) Reset added in v0.0.6

func (x *GetInt2Response) Reset()

func (*GetInt2Response) String added in v0.0.6

func (x *GetInt2Response) String() string

type GetInt3_1Request added in v0.0.6

type GetInt3_1Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInt3_1Request) Descriptor deprecated added in v0.0.6

func (*GetInt3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use GetInt3_1Request.ProtoReflect.Descriptor instead.

func (*GetInt3_1Request) GetArg0 added in v0.0.6

func (x *GetInt3_1Request) GetArg0() int64

func (*GetInt3_1Request) GetArg1 added in v0.0.6

func (x *GetInt3_1Request) GetArg1() string

func (*GetInt3_1Request) GetArg2 added in v0.0.6

func (x *GetInt3_1Request) GetArg2() int32

func (*GetInt3_1Request) ProtoMessage added in v0.0.6

func (*GetInt3_1Request) ProtoMessage()

func (*GetInt3_1Request) ProtoReflect added in v0.0.6

func (x *GetInt3_1Request) ProtoReflect() protoreflect.Message

func (*GetInt3_1Request) Reset added in v0.0.6

func (x *GetInt3_1Request) Reset()

func (*GetInt3_1Request) String added in v0.0.6

func (x *GetInt3_1Request) String() string

type GetInt3_1Response added in v0.0.6

type GetInt3_1Response struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInt3_1Response) Descriptor deprecated added in v0.0.6

func (*GetInt3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use GetInt3_1Response.ProtoReflect.Descriptor instead.

func (*GetInt3_1Response) GetResult added in v0.0.6

func (x *GetInt3_1Response) GetResult() int32

func (*GetInt3_1Response) ProtoMessage added in v0.0.6

func (*GetInt3_1Response) ProtoMessage()

func (*GetInt3_1Response) ProtoReflect added in v0.0.6

func (x *GetInt3_1Response) ProtoReflect() protoreflect.Message

func (*GetInt3_1Response) Reset added in v0.0.6

func (x *GetInt3_1Response) Reset()

func (*GetInt3_1Response) String added in v0.0.6

func (x *GetInt3_1Response) String() string

type GetLong2Request added in v0.0.6

type GetLong2Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLong2Request) Descriptor deprecated added in v0.0.6

func (*GetLong2Request) Descriptor() ([]byte, []int)

Deprecated: Use GetLong2Request.ProtoReflect.Descriptor instead.

func (*GetLong2Request) GetArg0 added in v0.0.6

func (x *GetLong2Request) GetArg0() int64

func (*GetLong2Request) GetArg1 added in v0.0.6

func (x *GetLong2Request) GetArg1() string

func (*GetLong2Request) ProtoMessage added in v0.0.6

func (*GetLong2Request) ProtoMessage()

func (*GetLong2Request) ProtoReflect added in v0.0.6

func (x *GetLong2Request) ProtoReflect() protoreflect.Message

func (*GetLong2Request) Reset added in v0.0.6

func (x *GetLong2Request) Reset()

func (*GetLong2Request) String added in v0.0.6

func (x *GetLong2Request) String() string

type GetLong2Response added in v0.0.6

type GetLong2Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLong2Response) Descriptor deprecated added in v0.0.6

func (*GetLong2Response) Descriptor() ([]byte, []int)

Deprecated: Use GetLong2Response.ProtoReflect.Descriptor instead.

func (*GetLong2Response) GetResult added in v0.0.6

func (x *GetLong2Response) GetResult() int64

func (*GetLong2Response) ProtoMessage added in v0.0.6

func (*GetLong2Response) ProtoMessage()

func (*GetLong2Response) ProtoReflect added in v0.0.6

func (x *GetLong2Response) ProtoReflect() protoreflect.Message

func (*GetLong2Response) Reset added in v0.0.6

func (x *GetLong2Response) Reset()

func (*GetLong2Response) String added in v0.0.6

func (x *GetLong2Response) String() string

type GetLong3_1Request added in v0.0.6

type GetLong3_1Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLong3_1Request) Descriptor deprecated added in v0.0.6

func (*GetLong3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use GetLong3_1Request.ProtoReflect.Descriptor instead.

func (*GetLong3_1Request) GetArg0 added in v0.0.6

func (x *GetLong3_1Request) GetArg0() int64

func (*GetLong3_1Request) GetArg1 added in v0.0.6

func (x *GetLong3_1Request) GetArg1() string

func (*GetLong3_1Request) GetArg2 added in v0.0.6

func (x *GetLong3_1Request) GetArg2() int64

func (*GetLong3_1Request) ProtoMessage added in v0.0.6

func (*GetLong3_1Request) ProtoMessage()

func (*GetLong3_1Request) ProtoReflect added in v0.0.6

func (x *GetLong3_1Request) ProtoReflect() protoreflect.Message

func (*GetLong3_1Request) Reset added in v0.0.6

func (x *GetLong3_1Request) Reset()

func (*GetLong3_1Request) String added in v0.0.6

func (x *GetLong3_1Request) String() string

type GetLong3_1Response added in v0.0.6

type GetLong3_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLong3_1Response) Descriptor deprecated added in v0.0.6

func (*GetLong3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use GetLong3_1Response.ProtoReflect.Descriptor instead.

func (*GetLong3_1Response) GetResult added in v0.0.6

func (x *GetLong3_1Response) GetResult() int64

func (*GetLong3_1Response) ProtoMessage added in v0.0.6

func (*GetLong3_1Response) ProtoMessage()

func (*GetLong3_1Response) ProtoReflect added in v0.0.6

func (x *GetLong3_1Response) ProtoReflect() protoreflect.Message

func (*GetLong3_1Response) Reset added in v0.0.6

func (x *GetLong3_1Response) Reset()

func (*GetLong3_1Response) String added in v0.0.6

func (x *GetLong3_1Response) String() string

type GetShowGTalkServiceStatusRequest added in v0.0.6

type GetShowGTalkServiceStatusRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShowGTalkServiceStatusRequest) Descriptor deprecated added in v0.0.6

func (*GetShowGTalkServiceStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetShowGTalkServiceStatusRequest.ProtoReflect.Descriptor instead.

func (*GetShowGTalkServiceStatusRequest) GetArg0 added in v0.0.6

func (*GetShowGTalkServiceStatusRequest) ProtoMessage added in v0.0.6

func (*GetShowGTalkServiceStatusRequest) ProtoMessage()

func (*GetShowGTalkServiceStatusRequest) ProtoReflect added in v0.0.6

func (*GetShowGTalkServiceStatusRequest) Reset added in v0.0.6

func (*GetShowGTalkServiceStatusRequest) String added in v0.0.6

type GetShowGTalkServiceStatusResponse added in v0.0.6

type GetShowGTalkServiceStatusResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShowGTalkServiceStatusResponse) Descriptor deprecated added in v0.0.6

func (*GetShowGTalkServiceStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetShowGTalkServiceStatusResponse.ProtoReflect.Descriptor instead.

func (*GetShowGTalkServiceStatusResponse) GetResult added in v0.0.6

func (x *GetShowGTalkServiceStatusResponse) GetResult() bool

func (*GetShowGTalkServiceStatusResponse) ProtoMessage added in v0.0.6

func (*GetShowGTalkServiceStatusResponse) ProtoMessage()

func (*GetShowGTalkServiceStatusResponse) ProtoReflect added in v0.0.6

func (*GetShowGTalkServiceStatusResponse) Reset added in v0.0.6

func (*GetShowGTalkServiceStatusResponse) String added in v0.0.6

type GetStringRequest added in v0.0.6

type GetStringRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStringRequest) Descriptor deprecated added in v0.0.6

func (*GetStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStringRequest.ProtoReflect.Descriptor instead.

func (*GetStringRequest) GetArg0 added in v0.0.6

func (x *GetStringRequest) GetArg0() int64

func (*GetStringRequest) GetArg1 added in v0.0.6

func (x *GetStringRequest) GetArg1() string

func (*GetStringRequest) ProtoMessage added in v0.0.6

func (*GetStringRequest) ProtoMessage()

func (*GetStringRequest) ProtoReflect added in v0.0.6

func (x *GetStringRequest) ProtoReflect() protoreflect.Message

func (*GetStringRequest) Reset added in v0.0.6

func (x *GetStringRequest) Reset()

func (*GetStringRequest) String added in v0.0.6

func (x *GetStringRequest) String() string

type GetStringResponse added in v0.0.6

type GetStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStringResponse) Descriptor deprecated added in v0.0.6

func (*GetStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStringResponse.ProtoReflect.Descriptor instead.

func (*GetStringResponse) GetResult added in v0.0.6

func (x *GetStringResponse) GetResult() string

func (*GetStringResponse) ProtoMessage added in v0.0.6

func (*GetStringResponse) ProtoMessage()

func (*GetStringResponse) ProtoReflect added in v0.0.6

func (x *GetStringResponse) ProtoReflect() protoreflect.Message

func (*GetStringResponse) Reset added in v0.0.6

func (x *GetStringResponse) Reset()

func (*GetStringResponse) String added in v0.0.6

func (x *GetStringResponse) String() string

type GetUriForRequest added in v0.0.6

type GetUriForRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUriForRequest) Descriptor deprecated added in v0.0.6

func (*GetUriForRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUriForRequest.ProtoReflect.Descriptor instead.

func (*GetUriForRequest) GetArg0 added in v0.0.6

func (x *GetUriForRequest) GetArg0() string

func (*GetUriForRequest) ProtoMessage added in v0.0.6

func (*GetUriForRequest) ProtoMessage()

func (*GetUriForRequest) ProtoReflect added in v0.0.6

func (x *GetUriForRequest) ProtoReflect() protoreflect.Message

func (*GetUriForRequest) Reset added in v0.0.6

func (x *GetUriForRequest) Reset()

func (*GetUriForRequest) String added in v0.0.6

func (x *GetUriForRequest) String() string

type GetUriForResponse added in v0.0.6

type GetUriForResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUriForResponse) Descriptor deprecated added in v0.0.6

func (*GetUriForResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUriForResponse.ProtoReflect.Descriptor instead.

func (*GetUriForResponse) GetResult added in v0.0.6

func (x *GetUriForResponse) GetResult() int64

func (*GetUriForResponse) ProtoMessage added in v0.0.6

func (*GetUriForResponse) ProtoMessage()

func (*GetUriForResponse) ProtoReflect added in v0.0.6

func (x *GetUriForResponse) ProtoReflect() protoreflect.Message

func (*GetUriForResponse) Reset added in v0.0.6

func (x *GetUriForResponse) Reset()

func (*GetUriForResponse) String added in v0.0.6

func (x *GetUriForResponse) String() string

type GlobalServiceClient added in v0.0.6

GlobalServiceClient is the client API for GlobalService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewGlobalServiceClient added in v0.0.6

func NewGlobalServiceClient(cc grpc.ClientConnInterface) GlobalServiceClient

type GlobalServiceServer added in v0.0.6

GlobalServiceServer is the server API for GlobalService service. All implementations must embed UnimplementedGlobalServiceServer for forward compatibility.

type IsLocationProviderEnabledRequest added in v0.0.6

type IsLocationProviderEnabledRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*IsLocationProviderEnabledRequest) Descriptor deprecated added in v0.0.6

func (*IsLocationProviderEnabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsLocationProviderEnabledRequest.ProtoReflect.Descriptor instead.

func (*IsLocationProviderEnabledRequest) GetArg0 added in v0.0.6

func (*IsLocationProviderEnabledRequest) GetArg1 added in v0.0.6

func (*IsLocationProviderEnabledRequest) ProtoMessage added in v0.0.6

func (*IsLocationProviderEnabledRequest) ProtoMessage()

func (*IsLocationProviderEnabledRequest) ProtoReflect added in v0.0.6

func (*IsLocationProviderEnabledRequest) Reset added in v0.0.6

func (*IsLocationProviderEnabledRequest) String added in v0.0.6

type IsLocationProviderEnabledResponse added in v0.0.6

type IsLocationProviderEnabledResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsLocationProviderEnabledResponse) Descriptor deprecated added in v0.0.6

func (*IsLocationProviderEnabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsLocationProviderEnabledResponse.ProtoReflect.Descriptor instead.

func (*IsLocationProviderEnabledResponse) GetResult added in v0.0.6

func (x *IsLocationProviderEnabledResponse) GetResult() bool

func (*IsLocationProviderEnabledResponse) ProtoMessage added in v0.0.6

func (*IsLocationProviderEnabledResponse) ProtoMessage()

func (*IsLocationProviderEnabledResponse) ProtoReflect added in v0.0.6

func (*IsLocationProviderEnabledResponse) Reset added in v0.0.6

func (*IsLocationProviderEnabledResponse) String added in v0.0.6

type NameValueTableGetUriForRequest added in v0.0.6

type NameValueTableGetUriForRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NameValueTableGetUriForRequest) Descriptor deprecated added in v0.0.6

func (*NameValueTableGetUriForRequest) Descriptor() ([]byte, []int)

Deprecated: Use NameValueTableGetUriForRequest.ProtoReflect.Descriptor instead.

func (*NameValueTableGetUriForRequest) GetArg0 added in v0.0.6

func (*NameValueTableGetUriForRequest) GetArg1 added in v0.0.6

func (*NameValueTableGetUriForRequest) ProtoMessage added in v0.0.6

func (*NameValueTableGetUriForRequest) ProtoMessage()

func (*NameValueTableGetUriForRequest) ProtoReflect added in v0.0.6

func (*NameValueTableGetUriForRequest) Reset added in v0.0.6

func (x *NameValueTableGetUriForRequest) Reset()

func (*NameValueTableGetUriForRequest) String added in v0.0.6

type NameValueTableServiceClient added in v0.0.6

type NameValueTableServiceClient interface {
	GetUriFor(ctx context.Context, in *NameValueTableGetUriForRequest, opts ...grpc.CallOption) (*GetUriForResponse, error)
}

NameValueTableServiceClient is the client API for NameValueTableService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewNameValueTableServiceClient added in v0.0.6

func NewNameValueTableServiceClient(cc grpc.ClientConnInterface) NameValueTableServiceClient

type NameValueTableServiceServer added in v0.0.6

type NameValueTableServiceServer interface {
	GetUriFor(context.Context, *NameValueTableGetUriForRequest) (*GetUriForResponse, error)
	// contains filtered or unexported methods
}

NameValueTableServiceServer is the server API for NameValueTableService service. All implementations must embed UnimplementedNameValueTableServiceServer for forward compatibility.

type NewSettingsRequest added in v0.0.6

type NewSettingsRequest struct {
	// contains filtered or unexported fields
}

func (*NewSettingsRequest) Descriptor deprecated added in v0.0.6

func (*NewSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewSettingsRequest.ProtoReflect.Descriptor instead.

func (*NewSettingsRequest) ProtoMessage added in v0.0.6

func (*NewSettingsRequest) ProtoMessage()

func (*NewSettingsRequest) ProtoReflect added in v0.0.6

func (x *NewSettingsRequest) ProtoReflect() protoreflect.Message

func (*NewSettingsRequest) Reset added in v0.0.6

func (x *NewSettingsRequest) Reset()

func (*NewSettingsRequest) String added in v0.0.6

func (x *NewSettingsRequest) String() string

type NewSettingsResponse added in v0.0.6

type NewSettingsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSettingsResponse) Descriptor deprecated added in v0.0.6

func (*NewSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewSettingsResponse.ProtoReflect.Descriptor instead.

func (*NewSettingsResponse) GetResult added in v0.0.6

func (x *NewSettingsResponse) GetResult() int64

func (*NewSettingsResponse) ProtoMessage added in v0.0.6

func (*NewSettingsResponse) ProtoMessage()

func (*NewSettingsResponse) ProtoReflect added in v0.0.6

func (x *NewSettingsResponse) ProtoReflect() protoreflect.Message

func (*NewSettingsResponse) Reset added in v0.0.6

func (x *NewSettingsResponse) Reset()

func (*NewSettingsResponse) String added in v0.0.6

func (x *NewSettingsResponse) String() string

type PutConfigurationRequest added in v0.0.6

type PutConfigurationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*PutConfigurationRequest) Descriptor deprecated added in v0.0.6

func (*PutConfigurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutConfigurationRequest.ProtoReflect.Descriptor instead.

func (*PutConfigurationRequest) GetArg0 added in v0.0.6

func (x *PutConfigurationRequest) GetArg0() int64

func (*PutConfigurationRequest) GetArg1 added in v0.0.6

func (x *PutConfigurationRequest) GetArg1() int64

func (*PutConfigurationRequest) ProtoMessage added in v0.0.6

func (*PutConfigurationRequest) ProtoMessage()

func (*PutConfigurationRequest) ProtoReflect added in v0.0.6

func (x *PutConfigurationRequest) ProtoReflect() protoreflect.Message

func (*PutConfigurationRequest) Reset added in v0.0.6

func (x *PutConfigurationRequest) Reset()

func (*PutConfigurationRequest) String added in v0.0.6

func (x *PutConfigurationRequest) String() string

type PutConfigurationResponse added in v0.0.6

type PutConfigurationResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PutConfigurationResponse) Descriptor deprecated added in v0.0.6

func (*PutConfigurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutConfigurationResponse.ProtoReflect.Descriptor instead.

func (*PutConfigurationResponse) GetResult added in v0.0.6

func (x *PutConfigurationResponse) GetResult() bool

func (*PutConfigurationResponse) ProtoMessage added in v0.0.6

func (*PutConfigurationResponse) ProtoMessage()

func (*PutConfigurationResponse) ProtoReflect added in v0.0.6

func (x *PutConfigurationResponse) ProtoReflect() protoreflect.Message

func (*PutConfigurationResponse) Reset added in v0.0.6

func (x *PutConfigurationResponse) Reset()

func (*PutConfigurationResponse) String added in v0.0.6

func (x *PutConfigurationResponse) String() string

type PutFloatRequest added in v0.0.6

type PutFloatRequest struct {
	Arg0 int64   `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string  `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 float32 `protobuf:"fixed32,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*PutFloatRequest) Descriptor deprecated added in v0.0.6

func (*PutFloatRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutFloatRequest.ProtoReflect.Descriptor instead.

func (*PutFloatRequest) GetArg0 added in v0.0.6

func (x *PutFloatRequest) GetArg0() int64

func (*PutFloatRequest) GetArg1 added in v0.0.6

func (x *PutFloatRequest) GetArg1() string

func (*PutFloatRequest) GetArg2 added in v0.0.6

func (x *PutFloatRequest) GetArg2() float32

func (*PutFloatRequest) ProtoMessage added in v0.0.6

func (*PutFloatRequest) ProtoMessage()

func (*PutFloatRequest) ProtoReflect added in v0.0.6

func (x *PutFloatRequest) ProtoReflect() protoreflect.Message

func (*PutFloatRequest) Reset added in v0.0.6

func (x *PutFloatRequest) Reset()

func (*PutFloatRequest) String added in v0.0.6

func (x *PutFloatRequest) String() string

type PutFloatResponse added in v0.0.6

type PutFloatResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PutFloatResponse) Descriptor deprecated added in v0.0.6

func (*PutFloatResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutFloatResponse.ProtoReflect.Descriptor instead.

func (*PutFloatResponse) GetResult added in v0.0.6

func (x *PutFloatResponse) GetResult() bool

func (*PutFloatResponse) ProtoMessage added in v0.0.6

func (*PutFloatResponse) ProtoMessage()

func (*PutFloatResponse) ProtoReflect added in v0.0.6

func (x *PutFloatResponse) ProtoReflect() protoreflect.Message

func (*PutFloatResponse) Reset added in v0.0.6

func (x *PutFloatResponse) Reset()

func (*PutFloatResponse) String added in v0.0.6

func (x *PutFloatResponse) String() string

type PutIntRequest added in v0.0.6

type PutIntRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*PutIntRequest) Descriptor deprecated added in v0.0.6

func (*PutIntRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutIntRequest.ProtoReflect.Descriptor instead.

func (*PutIntRequest) GetArg0 added in v0.0.6

func (x *PutIntRequest) GetArg0() int64

func (*PutIntRequest) GetArg1 added in v0.0.6

func (x *PutIntRequest) GetArg1() string

func (*PutIntRequest) GetArg2 added in v0.0.6

func (x *PutIntRequest) GetArg2() int32

func (*PutIntRequest) ProtoMessage added in v0.0.6

func (*PutIntRequest) ProtoMessage()

func (*PutIntRequest) ProtoReflect added in v0.0.6

func (x *PutIntRequest) ProtoReflect() protoreflect.Message

func (*PutIntRequest) Reset added in v0.0.6

func (x *PutIntRequest) Reset()

func (*PutIntRequest) String added in v0.0.6

func (x *PutIntRequest) String() string

type PutIntResponse added in v0.0.6

type PutIntResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PutIntResponse) Descriptor deprecated added in v0.0.6

func (*PutIntResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutIntResponse.ProtoReflect.Descriptor instead.

func (*PutIntResponse) GetResult added in v0.0.6

func (x *PutIntResponse) GetResult() bool

func (*PutIntResponse) ProtoMessage added in v0.0.6

func (*PutIntResponse) ProtoMessage()

func (*PutIntResponse) ProtoReflect added in v0.0.6

func (x *PutIntResponse) ProtoReflect() protoreflect.Message

func (*PutIntResponse) Reset added in v0.0.6

func (x *PutIntResponse) Reset()

func (*PutIntResponse) String added in v0.0.6

func (x *PutIntResponse) String() string

type PutLongRequest added in v0.0.6

type PutLongRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*PutLongRequest) Descriptor deprecated added in v0.0.6

func (*PutLongRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutLongRequest.ProtoReflect.Descriptor instead.

func (*PutLongRequest) GetArg0 added in v0.0.6

func (x *PutLongRequest) GetArg0() int64

func (*PutLongRequest) GetArg1 added in v0.0.6

func (x *PutLongRequest) GetArg1() string

func (*PutLongRequest) GetArg2 added in v0.0.6

func (x *PutLongRequest) GetArg2() int64

func (*PutLongRequest) ProtoMessage added in v0.0.6

func (*PutLongRequest) ProtoMessage()

func (*PutLongRequest) ProtoReflect added in v0.0.6

func (x *PutLongRequest) ProtoReflect() protoreflect.Message

func (*PutLongRequest) Reset added in v0.0.6

func (x *PutLongRequest) Reset()

func (*PutLongRequest) String added in v0.0.6

func (x *PutLongRequest) String() string

type PutLongResponse added in v0.0.6

type PutLongResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PutLongResponse) Descriptor deprecated added in v0.0.6

func (*PutLongResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutLongResponse.ProtoReflect.Descriptor instead.

func (*PutLongResponse) GetResult added in v0.0.6

func (x *PutLongResponse) GetResult() bool

func (*PutLongResponse) ProtoMessage added in v0.0.6

func (*PutLongResponse) ProtoMessage()

func (*PutLongResponse) ProtoReflect added in v0.0.6

func (x *PutLongResponse) ProtoReflect() protoreflect.Message

func (*PutLongResponse) Reset added in v0.0.6

func (x *PutLongResponse) Reset()

func (*PutLongResponse) String added in v0.0.6

func (x *PutLongResponse) String() string

type PutStringRequest added in v0.0.6

type PutStringRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 string `protobuf:"bytes,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*PutStringRequest) Descriptor deprecated added in v0.0.6

func (*PutStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutStringRequest.ProtoReflect.Descriptor instead.

func (*PutStringRequest) GetArg0 added in v0.0.6

func (x *PutStringRequest) GetArg0() int64

func (*PutStringRequest) GetArg1 added in v0.0.6

func (x *PutStringRequest) GetArg1() string

func (*PutStringRequest) GetArg2 added in v0.0.6

func (x *PutStringRequest) GetArg2() string

func (*PutStringRequest) ProtoMessage added in v0.0.6

func (*PutStringRequest) ProtoMessage()

func (*PutStringRequest) ProtoReflect added in v0.0.6

func (x *PutStringRequest) ProtoReflect() protoreflect.Message

func (*PutStringRequest) Reset added in v0.0.6

func (x *PutStringRequest) Reset()

func (*PutStringRequest) String added in v0.0.6

func (x *PutStringRequest) String() string

type PutStringResponse added in v0.0.6

type PutStringResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PutStringResponse) Descriptor deprecated added in v0.0.6

func (*PutStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutStringResponse.ProtoReflect.Descriptor instead.

func (*PutStringResponse) GetResult added in v0.0.6

func (x *PutStringResponse) GetResult() bool

func (*PutStringResponse) ProtoMessage added in v0.0.6

func (*PutStringResponse) ProtoMessage()

func (*PutStringResponse) ProtoReflect added in v0.0.6

func (x *PutStringResponse) ProtoReflect() protoreflect.Message

func (*PutStringResponse) Reset added in v0.0.6

func (x *PutStringResponse) Reset()

func (*PutStringResponse) String added in v0.0.6

func (x *PutStringResponse) String() string

type SecureServiceClient added in v0.0.6

type SecureServiceClient interface {
	GetFloat2(ctx context.Context, in *GetFloat2Request, opts ...grpc.CallOption) (*GetFloat2Response, error)
	GetFloat3_1(ctx context.Context, in *GetFloat3_1Request, opts ...grpc.CallOption) (*GetFloat3_1Response, error)
	GetInt2(ctx context.Context, in *GetInt2Request, opts ...grpc.CallOption) (*GetInt2Response, error)
	GetInt3_1(ctx context.Context, in *GetInt3_1Request, opts ...grpc.CallOption) (*GetInt3_1Response, error)
	GetLong2(ctx context.Context, in *GetLong2Request, opts ...grpc.CallOption) (*GetLong2Response, error)
	GetLong3_1(ctx context.Context, in *GetLong3_1Request, opts ...grpc.CallOption) (*GetLong3_1Response, error)
	GetString(ctx context.Context, in *GetStringRequest, opts ...grpc.CallOption) (*GetStringResponse, error)
	GetUriFor(ctx context.Context, in *GetUriForRequest, opts ...grpc.CallOption) (*GetUriForResponse, error)
	IsLocationProviderEnabled(ctx context.Context, in *IsLocationProviderEnabledRequest, opts ...grpc.CallOption) (*IsLocationProviderEnabledResponse, error)
	PutFloat(ctx context.Context, in *PutFloatRequest, opts ...grpc.CallOption) (*PutFloatResponse, error)
	PutInt(ctx context.Context, in *PutIntRequest, opts ...grpc.CallOption) (*PutIntResponse, error)
	PutLong(ctx context.Context, in *PutLongRequest, opts ...grpc.CallOption) (*PutLongResponse, error)
	PutString(ctx context.Context, in *PutStringRequest, opts ...grpc.CallOption) (*PutStringResponse, error)
	SetLocationProviderEnabled(ctx context.Context, in *SetLocationProviderEnabledRequest, opts ...grpc.CallOption) (*SetLocationProviderEnabledResponse, error)
}

SecureServiceClient is the client API for SecureService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSecureServiceClient added in v0.0.6

func NewSecureServiceClient(cc grpc.ClientConnInterface) SecureServiceClient

type SecureServiceServer added in v0.0.6

SecureServiceServer is the server API for SecureService service. All implementations must embed UnimplementedSecureServiceServer for forward compatibility.

type SetLocationProviderEnabledRequest added in v0.0.6

type SetLocationProviderEnabledRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 bool   `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLocationProviderEnabledRequest) Descriptor deprecated added in v0.0.6

func (*SetLocationProviderEnabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLocationProviderEnabledRequest.ProtoReflect.Descriptor instead.

func (*SetLocationProviderEnabledRequest) GetArg0 added in v0.0.6

func (*SetLocationProviderEnabledRequest) GetArg1 added in v0.0.6

func (*SetLocationProviderEnabledRequest) GetArg2 added in v0.0.6

func (*SetLocationProviderEnabledRequest) ProtoMessage added in v0.0.6

func (*SetLocationProviderEnabledRequest) ProtoMessage()

func (*SetLocationProviderEnabledRequest) ProtoReflect added in v0.0.6

func (*SetLocationProviderEnabledRequest) Reset added in v0.0.6

func (*SetLocationProviderEnabledRequest) String added in v0.0.6

type SetLocationProviderEnabledResponse added in v0.0.6

type SetLocationProviderEnabledResponse struct {
	// contains filtered or unexported fields
}

func (*SetLocationProviderEnabledResponse) Descriptor deprecated added in v0.0.6

func (*SetLocationProviderEnabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetLocationProviderEnabledResponse.ProtoReflect.Descriptor instead.

func (*SetLocationProviderEnabledResponse) ProtoMessage added in v0.0.6

func (*SetLocationProviderEnabledResponse) ProtoMessage()

func (*SetLocationProviderEnabledResponse) ProtoReflect added in v0.0.6

func (*SetLocationProviderEnabledResponse) Reset added in v0.0.6

func (*SetLocationProviderEnabledResponse) String added in v0.0.6

type SetShowGTalkServiceStatusRequest added in v0.0.6

type SetShowGTalkServiceStatusRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 bool  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShowGTalkServiceStatusRequest) Descriptor deprecated added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetShowGTalkServiceStatusRequest.ProtoReflect.Descriptor instead.

func (*SetShowGTalkServiceStatusRequest) GetArg0 added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) GetArg1 added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) ProtoMessage added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) ProtoMessage()

func (*SetShowGTalkServiceStatusRequest) ProtoReflect added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) Reset added in v0.0.6

func (*SetShowGTalkServiceStatusRequest) String added in v0.0.6

type SetShowGTalkServiceStatusResponse added in v0.0.6

type SetShowGTalkServiceStatusResponse struct {
	// contains filtered or unexported fields
}

func (*SetShowGTalkServiceStatusResponse) Descriptor deprecated added in v0.0.6

func (*SetShowGTalkServiceStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetShowGTalkServiceStatusResponse.ProtoReflect.Descriptor instead.

func (*SetShowGTalkServiceStatusResponse) ProtoMessage added in v0.0.6

func (*SetShowGTalkServiceStatusResponse) ProtoMessage()

func (*SetShowGTalkServiceStatusResponse) ProtoReflect added in v0.0.6

func (*SetShowGTalkServiceStatusResponse) Reset added in v0.0.6

func (*SetShowGTalkServiceStatusResponse) String added in v0.0.6

type SettingsServiceClient added in v0.0.6

type SettingsServiceClient interface {
	NewSettings(ctx context.Context, in *NewSettingsRequest, opts ...grpc.CallOption) (*NewSettingsResponse, error)
	CanDrawOverlays(ctx context.Context, in *CanDrawOverlaysRequest, opts ...grpc.CallOption) (*CanDrawOverlaysResponse, error)
}

SettingsServiceClient is the client API for SettingsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSettingsServiceClient added in v0.0.6

func NewSettingsServiceClient(cc grpc.ClientConnInterface) SettingsServiceClient

type SettingsServiceServer added in v0.0.6

type SettingsServiceServer interface {
	NewSettings(context.Context, *NewSettingsRequest) (*NewSettingsResponse, error)
	CanDrawOverlays(context.Context, *CanDrawOverlaysRequest) (*CanDrawOverlaysResponse, error)
	// contains filtered or unexported methods
}

SettingsServiceServer is the server API for SettingsService service. All implementations must embed UnimplementedSettingsServiceServer for forward compatibility.

type SystemServiceClient added in v0.0.6

type SystemServiceClient interface {
	CanWrite(ctx context.Context, in *CanWriteRequest, opts ...grpc.CallOption) (*CanWriteResponse, error)
	GetConfiguration(ctx context.Context, in *GetConfigurationRequest, opts ...grpc.CallOption) (*GetConfigurationResponse, error)
	GetFloat2(ctx context.Context, in *GetFloat2Request, opts ...grpc.CallOption) (*GetFloat2Response, error)
	GetFloat3_1(ctx context.Context, in *GetFloat3_1Request, opts ...grpc.CallOption) (*GetFloat3_1Response, error)
	GetInt2(ctx context.Context, in *GetInt2Request, opts ...grpc.CallOption) (*GetInt2Response, error)
	GetInt3_1(ctx context.Context, in *GetInt3_1Request, opts ...grpc.CallOption) (*GetInt3_1Response, error)
	GetLong2(ctx context.Context, in *GetLong2Request, opts ...grpc.CallOption) (*GetLong2Response, error)
	GetLong3_1(ctx context.Context, in *GetLong3_1Request, opts ...grpc.CallOption) (*GetLong3_1Response, error)
	GetShowGTalkServiceStatus(ctx context.Context, in *GetShowGTalkServiceStatusRequest, opts ...grpc.CallOption) (*GetShowGTalkServiceStatusResponse, error)
	GetString(ctx context.Context, in *GetStringRequest, opts ...grpc.CallOption) (*GetStringResponse, error)
	GetUriFor(ctx context.Context, in *GetUriForRequest, opts ...grpc.CallOption) (*GetUriForResponse, error)
	PutConfiguration(ctx context.Context, in *PutConfigurationRequest, opts ...grpc.CallOption) (*PutConfigurationResponse, error)
	PutFloat(ctx context.Context, in *PutFloatRequest, opts ...grpc.CallOption) (*PutFloatResponse, error)
	PutInt(ctx context.Context, in *PutIntRequest, opts ...grpc.CallOption) (*PutIntResponse, error)
	PutLong(ctx context.Context, in *PutLongRequest, opts ...grpc.CallOption) (*PutLongResponse, error)
	PutString(ctx context.Context, in *PutStringRequest, opts ...grpc.CallOption) (*PutStringResponse, error)
	SetShowGTalkServiceStatus(ctx context.Context, in *SetShowGTalkServiceStatusRequest, opts ...grpc.CallOption) (*SetShowGTalkServiceStatusResponse, error)
}

SystemServiceClient is the client API for SystemService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSystemServiceClient added in v0.0.6

func NewSystemServiceClient(cc grpc.ClientConnInterface) SystemServiceClient

type SystemServiceServer added in v0.0.6

SystemServiceServer is the server API for SystemService service. All implementations must embed UnimplementedSystemServiceServer for forward compatibility.

type UnimplementedGlobalServiceServer added in v0.0.6

type UnimplementedGlobalServiceServer struct{}

UnimplementedGlobalServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedGlobalServiceServer) GetFloat2 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetFloat3_1 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetInt2 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetInt3_1 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetLong2 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetLong3_1 added in v0.0.6

func (UnimplementedGlobalServiceServer) GetString added in v0.0.6

func (UnimplementedGlobalServiceServer) GetUriFor added in v0.0.6

func (UnimplementedGlobalServiceServer) PutFloat added in v0.0.6

func (UnimplementedGlobalServiceServer) PutInt added in v0.0.6

func (UnimplementedGlobalServiceServer) PutLong added in v0.0.6

func (UnimplementedGlobalServiceServer) PutString added in v0.0.6

type UnimplementedNameValueTableServiceServer added in v0.0.6

type UnimplementedNameValueTableServiceServer struct{}

UnimplementedNameValueTableServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedNameValueTableServiceServer) GetUriFor added in v0.0.6

type UnimplementedSecureServiceServer added in v0.0.6

type UnimplementedSecureServiceServer struct{}

UnimplementedSecureServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSecureServiceServer) GetFloat2 added in v0.0.6

func (UnimplementedSecureServiceServer) GetFloat3_1 added in v0.0.6

func (UnimplementedSecureServiceServer) GetInt2 added in v0.0.6

func (UnimplementedSecureServiceServer) GetInt3_1 added in v0.0.6

func (UnimplementedSecureServiceServer) GetLong2 added in v0.0.6

func (UnimplementedSecureServiceServer) GetLong3_1 added in v0.0.6

func (UnimplementedSecureServiceServer) GetString added in v0.0.6

func (UnimplementedSecureServiceServer) GetUriFor added in v0.0.6

func (UnimplementedSecureServiceServer) IsLocationProviderEnabled added in v0.0.6

func (UnimplementedSecureServiceServer) PutFloat added in v0.0.6

func (UnimplementedSecureServiceServer) PutInt added in v0.0.6

func (UnimplementedSecureServiceServer) PutLong added in v0.0.6

func (UnimplementedSecureServiceServer) PutString added in v0.0.6

func (UnimplementedSecureServiceServer) SetLocationProviderEnabled added in v0.0.6

type UnimplementedSettingsServiceServer added in v0.0.6

type UnimplementedSettingsServiceServer struct{}

UnimplementedSettingsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSettingsServiceServer) CanDrawOverlays added in v0.0.6

func (UnimplementedSettingsServiceServer) NewSettings added in v0.0.6

type UnimplementedSystemServiceServer added in v0.0.6

type UnimplementedSystemServiceServer struct{}

UnimplementedSystemServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSystemServiceServer) CanWrite added in v0.0.6

func (UnimplementedSystemServiceServer) GetConfiguration added in v0.0.6

func (UnimplementedSystemServiceServer) GetFloat2 added in v0.0.6

func (UnimplementedSystemServiceServer) GetFloat3_1 added in v0.0.6

func (UnimplementedSystemServiceServer) GetInt2 added in v0.0.6

func (UnimplementedSystemServiceServer) GetInt3_1 added in v0.0.6

func (UnimplementedSystemServiceServer) GetLong2 added in v0.0.6

func (UnimplementedSystemServiceServer) GetLong3_1 added in v0.0.6

func (UnimplementedSystemServiceServer) GetShowGTalkServiceStatus added in v0.0.6

func (UnimplementedSystemServiceServer) GetString added in v0.0.6

func (UnimplementedSystemServiceServer) GetUriFor added in v0.0.6

func (UnimplementedSystemServiceServer) PutConfiguration added in v0.0.6

func (UnimplementedSystemServiceServer) PutFloat added in v0.0.6

func (UnimplementedSystemServiceServer) PutInt added in v0.0.6

func (UnimplementedSystemServiceServer) PutLong added in v0.0.6

func (UnimplementedSystemServiceServer) PutString added in v0.0.6

func (UnimplementedSystemServiceServer) SetShowGTalkServiceStatus added in v0.0.6

type UnsafeGlobalServiceServer added in v0.0.6

type UnsafeGlobalServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGlobalServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GlobalServiceServer will result in compilation errors.

type UnsafeNameValueTableServiceServer added in v0.0.6

type UnsafeNameValueTableServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNameValueTableServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NameValueTableServiceServer will result in compilation errors.

type UnsafeSecureServiceServer added in v0.0.6

type UnsafeSecureServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSecureServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecureServiceServer will result in compilation errors.

type UnsafeSettingsServiceServer added in v0.0.6

type UnsafeSettingsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSettingsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SettingsServiceServer will result in compilation errors.

type UnsafeSystemServiceServer added in v0.0.6

type UnsafeSystemServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSystemServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL