blob: 8ce26bcb4125aa8005561dab7698bfadb865eb62 [file] [log] [blame]
// Copyright 2016 The LUCI Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.25.0-devel
// protoc v3.12.1
// source: go.chromium.org/luci/grpc/discovery/service.proto
package discovery
import prpc "go.chromium.org/luci/grpc/prpc"
import (
context "context"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
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)
)
// Void is an empty message.
type Void struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *Void) Reset() {
*x = Void{}
if protoimpl.UnsafeEnabled {
mi := &file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Void) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Void) ProtoMessage() {}
func (x *Void) ProtoReflect() protoreflect.Message {
mi := &file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Void.ProtoReflect.Descriptor instead.
func (*Void) Descriptor() ([]byte, []int) {
return file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescGZIP(), []int{0}
}
// DescribeResponse describes services.
type DescribeResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Description contains descriptions of all services, their types and all
// transitive dependencies.
Description *descriptorpb.FileDescriptorSet `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
// Services are service names provided by a server.
Services []string `protobuf:"bytes,2,rep,name=services,proto3" json:"services,omitempty"`
}
func (x *DescribeResponse) Reset() {
*x = DescribeResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DescribeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DescribeResponse) ProtoMessage() {}
func (x *DescribeResponse) ProtoReflect() protoreflect.Message {
mi := &file_go_chromium_org_luci_grpc_discovery_service_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 DescribeResponse.ProtoReflect.Descriptor instead.
func (*DescribeResponse) Descriptor() ([]byte, []int) {
return file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescGZIP(), []int{1}
}
func (x *DescribeResponse) GetDescription() *descriptorpb.FileDescriptorSet {
if x != nil {
return x.Description
}
return nil
}
func (x *DescribeResponse) GetServices() []string {
if x != nil {
return x.Services
}
return nil
}
var File_go_chromium_org_luci_grpc_discovery_service_proto protoreflect.FileDescriptor
var file_go_chromium_org_luci_grpc_discovery_service_proto_rawDesc = []byte{
0x0a, 0x31, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72,
0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x69, 0x73, 0x63,
0x6f, 0x76, 0x65, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x12, 0x09, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x1a, 0x20,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x22, 0x06, 0x0a, 0x04, 0x56, 0x6f, 0x69, 0x64, 0x22, 0x74, 0x0a, 0x10, 0x44, 0x65, 0x73, 0x63,
0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44, 0x0a, 0x0b,
0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x22, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
0x6f, 0x72, 0x53, 0x65, 0x74, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x02,
0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x32, 0x47,
0x0a, 0x09, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x12, 0x3a, 0x0a, 0x08, 0x44,
0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x0f, 0x2e, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x76,
0x65, 0x72, 0x79, 0x2e, 0x56, 0x6f, 0x69, 0x64, 0x1a, 0x1b, 0x2e, 0x64, 0x69, 0x73, 0x63, 0x6f,
0x76, 0x65, 0x72, 0x79, 0x2e, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x25, 0x5a, 0x23, 0x67, 0x6f, 0x2e, 0x63, 0x68,
0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f,
0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x62, 0x06,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescOnce sync.Once
file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescData = file_go_chromium_org_luci_grpc_discovery_service_proto_rawDesc
)
func file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescGZIP() []byte {
file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescOnce.Do(func() {
file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescData)
})
return file_go_chromium_org_luci_grpc_discovery_service_proto_rawDescData
}
var file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_go_chromium_org_luci_grpc_discovery_service_proto_goTypes = []interface{}{
(*Void)(nil), // 0: discovery.Void
(*DescribeResponse)(nil), // 1: discovery.DescribeResponse
(*descriptorpb.FileDescriptorSet)(nil), // 2: google.protobuf.FileDescriptorSet
}
var file_go_chromium_org_luci_grpc_discovery_service_proto_depIdxs = []int32{
2, // 0: discovery.DescribeResponse.description:type_name -> google.protobuf.FileDescriptorSet
0, // 1: discovery.Discovery.Describe:input_type -> discovery.Void
1, // 2: discovery.Discovery.Describe:output_type -> discovery.DescribeResponse
2, // [2:3] is the sub-list for method output_type
1, // [1:2] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
1, // [1:1] is the sub-list for extension extendee
0, // [0:1] is the sub-list for field type_name
}
func init() { file_go_chromium_org_luci_grpc_discovery_service_proto_init() }
func file_go_chromium_org_luci_grpc_discovery_service_proto_init() {
if File_go_chromium_org_luci_grpc_discovery_service_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Void); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DescribeResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_go_chromium_org_luci_grpc_discovery_service_proto_rawDesc,
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_go_chromium_org_luci_grpc_discovery_service_proto_goTypes,
DependencyIndexes: file_go_chromium_org_luci_grpc_discovery_service_proto_depIdxs,
MessageInfos: file_go_chromium_org_luci_grpc_discovery_service_proto_msgTypes,
}.Build()
File_go_chromium_org_luci_grpc_discovery_service_proto = out.File
file_go_chromium_org_luci_grpc_discovery_service_proto_rawDesc = nil
file_go_chromium_org_luci_grpc_discovery_service_proto_goTypes = nil
file_go_chromium_org_luci_grpc_discovery_service_proto_depIdxs = nil
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion6
// DiscoveryClient is the client API for Discovery service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type DiscoveryClient interface {
// Describe returns a list of services and a descriptor.FileDescriptorSet
// that covers them all.
Describe(ctx context.Context, in *Void, opts ...grpc.CallOption) (*DescribeResponse, error)
}
type discoveryPRPCClient struct {
client *prpc.Client
}
func NewDiscoveryPRPCClient(client *prpc.Client) DiscoveryClient {
return &discoveryPRPCClient{client}
}
func (c *discoveryPRPCClient) Describe(ctx context.Context, in *Void, opts ...grpc.CallOption) (*DescribeResponse, error) {
out := new(DescribeResponse)
err := c.client.Call(ctx, "discovery.Discovery", "Describe", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
type discoveryClient struct {
cc grpc.ClientConnInterface
}
func NewDiscoveryClient(cc grpc.ClientConnInterface) DiscoveryClient {
return &discoveryClient{cc}
}
func (c *discoveryClient) Describe(ctx context.Context, in *Void, opts ...grpc.CallOption) (*DescribeResponse, error) {
out := new(DescribeResponse)
err := c.cc.Invoke(ctx, "/discovery.Discovery/Describe", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// DiscoveryServer is the server API for Discovery service.
type DiscoveryServer interface {
// Describe returns a list of services and a descriptor.FileDescriptorSet
// that covers them all.
Describe(context.Context, *Void) (*DescribeResponse, error)
}
// UnimplementedDiscoveryServer can be embedded to have forward compatible implementations.
type UnimplementedDiscoveryServer struct {
}
func (*UnimplementedDiscoveryServer) Describe(context.Context, *Void) (*DescribeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method Describe not implemented")
}
func RegisterDiscoveryServer(s prpc.Registrar, srv DiscoveryServer) {
s.RegisterService(&_Discovery_serviceDesc, srv)
}
func _Discovery_Describe_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(Void)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DiscoveryServer).Describe(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/discovery.Discovery/Describe",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DiscoveryServer).Describe(ctx, req.(*Void))
}
return interceptor(ctx, in, info, handler)
}
var _Discovery_serviceDesc = grpc.ServiceDesc{
ServiceName: "discovery.Discovery",
HandlerType: (*DiscoveryServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Describe",
Handler: _Discovery_Describe_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "go.chromium.org/luci/grpc/discovery/service.proto",
}