grpcgoogle.golang.org/grpc/reflection/grpc_testing Index | Files

package grpc_testing

import "google.golang.org/grpc/reflection/grpc_testing"

Index

Variables

var E_Bar = &proto.ExtensionDesc{
	ExtendedType:  (*ToBeExtended)(nil),
	ExtensionType: (*Extension)(nil),
	Field:         17,
	Name:          "grpc.testing.bar",
	Tag:           "bytes,17,opt,name=bar",
	Filename:      "reflection/grpc_testing/proto2_ext.proto",
}
var E_Baz = &proto.ExtensionDesc{
	ExtendedType:  (*ToBeExtended)(nil),
	ExtensionType: (*SearchRequest)(nil),
	Field:         19,
	Name:          "grpc.testing.baz",
	Tag:           "bytes,19,opt,name=baz",
	Filename:      "reflection/grpc_testing/proto2_ext.proto",
}
var E_Foo = &proto.ExtensionDesc{
	ExtendedType:  (*ToBeExtended)(nil),
	ExtensionType: (*int32)(nil),
	Field:         13,
	Name:          "grpc.testing.foo",
	Tag:           "varint,13,opt,name=foo",
	Filename:      "reflection/grpc_testing/proto2_ext.proto",
}
var E_Frob = &proto.ExtensionDesc{
	ExtendedType:  (*ToBeExtended)(nil),
	ExtensionType: (*string)(nil),
	Field:         23,
	Name:          "grpc.testing.frob",
	Tag:           "bytes,23,opt,name=frob",
	Filename:      "reflection/grpc_testing/proto2_ext2.proto",
}
var E_Nitz = &proto.ExtensionDesc{
	ExtendedType:  (*ToBeExtended)(nil),
	ExtensionType: (*AnotherExtension)(nil),
	Field:         29,
	Name:          "grpc.testing.nitz",
	Tag:           "bytes,29,opt,name=nitz",
	Filename:      "reflection/grpc_testing/proto2_ext2.proto",
}

Functions

func RegisterSearchServiceService

func RegisterSearchServiceService(s grpc.ServiceRegistrar, srv *SearchServiceService)

RegisterSearchServiceService registers a service implementation with a gRPC server.

Types

type AnotherExtension

type AnotherExtension struct {
	Whatchamacallit      *int32   `protobuf:"varint,1,opt,name=whatchamacallit" json:"whatchamacallit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnotherExtension) Descriptor

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

func (*AnotherExtension) GetWhatchamacallit

func (m *AnotherExtension) GetWhatchamacallit() int32

func (*AnotherExtension) ProtoMessage

func (*AnotherExtension) ProtoMessage()

func (*AnotherExtension) Reset

func (m *AnotherExtension) Reset()

func (*AnotherExtension) String

func (m *AnotherExtension) String() string

func (*AnotherExtension) XXX_DiscardUnknown

func (m *AnotherExtension) XXX_DiscardUnknown()

func (*AnotherExtension) XXX_Marshal

func (m *AnotherExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnotherExtension) XXX_Merge

func (m *AnotherExtension) XXX_Merge(src proto.Message)

func (*AnotherExtension) XXX_Size

func (m *AnotherExtension) XXX_Size() int

func (*AnotherExtension) XXX_Unmarshal

func (m *AnotherExtension) XXX_Unmarshal(b []byte) error

type Extension

type Extension struct {
	Whatzit              *int32   `protobuf:"varint,1,opt,name=whatzit" json:"whatzit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Extension) Descriptor

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

func (*Extension) GetWhatzit

func (m *Extension) GetWhatzit() int32

func (*Extension) ProtoMessage

func (*Extension) ProtoMessage()

func (*Extension) Reset

func (m *Extension) Reset()

func (*Extension) String

func (m *Extension) String() string

func (*Extension) XXX_DiscardUnknown

func (m *Extension) XXX_DiscardUnknown()

func (*Extension) XXX_Marshal

func (m *Extension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Extension) XXX_Merge

func (m *Extension) XXX_Merge(src proto.Message)

func (*Extension) XXX_Size

func (m *Extension) XXX_Size() int

func (*Extension) XXX_Unmarshal

func (m *Extension) XXX_Unmarshal(b []byte) error

type SearchRequest

type SearchRequest struct {
	Query                string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchRequest) Descriptor

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

func (*SearchRequest) GetQuery

func (m *SearchRequest) GetQuery() string

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) Reset

func (m *SearchRequest) Reset()

func (*SearchRequest) String

func (m *SearchRequest) String() string

func (*SearchRequest) XXX_DiscardUnknown

func (m *SearchRequest) XXX_DiscardUnknown()

func (*SearchRequest) XXX_Marshal

func (m *SearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchRequest) XXX_Merge

func (m *SearchRequest) XXX_Merge(src proto.Message)

func (*SearchRequest) XXX_Size

func (m *SearchRequest) XXX_Size() int

func (*SearchRequest) XXX_Unmarshal

func (m *SearchRequest) XXX_Unmarshal(b []byte) error

type SearchResponse

type SearchResponse struct {
	Results              []*SearchResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*SearchResponse) Descriptor

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

func (*SearchResponse) GetResults

func (m *SearchResponse) GetResults() []*SearchResponse_Result

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) Reset

func (m *SearchResponse) Reset()

func (*SearchResponse) String

func (m *SearchResponse) String() string

func (*SearchResponse) XXX_DiscardUnknown

func (m *SearchResponse) XXX_DiscardUnknown()

func (*SearchResponse) XXX_Marshal

func (m *SearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchResponse) XXX_Merge

func (m *SearchResponse) XXX_Merge(src proto.Message)

func (*SearchResponse) XXX_Size

func (m *SearchResponse) XXX_Size() int

func (*SearchResponse) XXX_Unmarshal

func (m *SearchResponse) XXX_Unmarshal(b []byte) error

type SearchResponse_Result

type SearchResponse_Result struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Title                string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Snippets             []string `protobuf:"bytes,3,rep,name=snippets,proto3" json:"snippets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchResponse_Result) Descriptor

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

func (*SearchResponse_Result) GetSnippets

func (m *SearchResponse_Result) GetSnippets() []string

func (*SearchResponse_Result) GetTitle

func (m *SearchResponse_Result) GetTitle() string

func (*SearchResponse_Result) GetUrl

func (m *SearchResponse_Result) GetUrl() string

func (*SearchResponse_Result) ProtoMessage

func (*SearchResponse_Result) ProtoMessage()

func (*SearchResponse_Result) Reset

func (m *SearchResponse_Result) Reset()

func (*SearchResponse_Result) String

func (m *SearchResponse_Result) String() string

func (*SearchResponse_Result) XXX_DiscardUnknown

func (m *SearchResponse_Result) XXX_DiscardUnknown()

func (*SearchResponse_Result) XXX_Marshal

func (m *SearchResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchResponse_Result) XXX_Merge

func (m *SearchResponse_Result) XXX_Merge(src proto.Message)

func (*SearchResponse_Result) XXX_Size

func (m *SearchResponse_Result) XXX_Size() int

func (*SearchResponse_Result) XXX_Unmarshal

func (m *SearchResponse_Result) XXX_Unmarshal(b []byte) error

type SearchServiceClient

type SearchServiceClient interface {
	Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
	StreamingSearch(ctx context.Context, opts ...grpc.CallOption) (SearchService_StreamingSearchClient, error)
}

SearchServiceClient is the client API for SearchService 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 NewSearchServiceClient

func NewSearchServiceClient(cc grpc.ClientConnInterface) SearchServiceClient

type SearchServiceService

type SearchServiceService struct {
	Search          func(context.Context, *SearchRequest) (*SearchResponse, error)
	StreamingSearch func(SearchService_StreamingSearchServer) error
}

SearchServiceService is the service API for SearchService service. Fields should be assigned to their respective handler implementations only before RegisterSearchServiceService is called. Any unassigned fields will result in the handler for that method returning an Unimplemented error.

func NewSearchServiceService

func NewSearchServiceService(s interface{}) *SearchServiceService

NewSearchServiceService creates a new SearchServiceService containing the implemented methods of the SearchService service in s. Any unimplemented methods will result in the gRPC server returning an UNIMPLEMENTED status to the client. This includes situations where the method handler is misspelled or has the wrong signature. For this reason, this function should be used with great care and is not recommended to be used by most users.

type SearchService_StreamingSearchClient

type SearchService_StreamingSearchClient interface {
	Send(*SearchRequest) error
	Recv() (*SearchResponse, error)
	grpc.ClientStream
}

type SearchService_StreamingSearchServer

type SearchService_StreamingSearchServer interface {
	Send(*SearchResponse) error
	Recv() (*SearchRequest, error)
	grpc.ServerStream
}

type ToBeExtended

type ToBeExtended struct {
	Foo                          *int32   `protobuf:"varint,1,req,name=foo" json:"foo,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	proto.XXX_InternalExtensions `json:"-"`
	XXX_unrecognized             []byte `json:"-"`
	XXX_sizecache                int32  `json:"-"`
}

func (*ToBeExtended) Descriptor

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

func (*ToBeExtended) ExtensionRangeArray

func (*ToBeExtended) ExtensionRangeArray() []proto.ExtensionRange

func (*ToBeExtended) GetFoo

func (m *ToBeExtended) GetFoo() int32

func (*ToBeExtended) ProtoMessage

func (*ToBeExtended) ProtoMessage()

func (*ToBeExtended) Reset

func (m *ToBeExtended) Reset()

func (*ToBeExtended) String

func (m *ToBeExtended) String() string

func (*ToBeExtended) XXX_DiscardUnknown

func (m *ToBeExtended) XXX_DiscardUnknown()

func (*ToBeExtended) XXX_Marshal

func (m *ToBeExtended) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ToBeExtended) XXX_Merge

func (m *ToBeExtended) XXX_Merge(src proto.Message)

func (*ToBeExtended) XXX_Size

func (m *ToBeExtended) XXX_Size() int

func (*ToBeExtended) XXX_Unmarshal

func (m *ToBeExtended) XXX_Unmarshal(b []byte) error

type UnstableSearchServiceService

type UnstableSearchServiceService interface {
	Search(context.Context, *SearchRequest) (*SearchResponse, error)
	StreamingSearch(SearchService_StreamingSearchServer) error
}

UnstableSearchServiceService is the service API for SearchService service. New methods may be added to this interface if they are added to the service definition, which is not a backward-compatible change. For this reason, use of this type is not recommended.

Source Files

proto2.pb.go proto2_ext.pb.go proto2_ext2.pb.go test.pb.go test_grpc.pb.go

Version
v1.32.0
Published
Sep 8, 2020
Platform
js/wasm
Imports
7 packages
Last checked
1 hour ago

Tools for package owners.