Versions in this module Expand all Collapse all v1 v1.7.0 Jan 23, 2019 v1.6.4 Jan 8, 2019 v1.6.3 Dec 21, 2018 v1.6.2 Dec 7, 2018 Changes in this version + var ABitOfEverything_Nested_DeepEnum_name = map[int32]string + var ABitOfEverything_Nested_DeepEnum_value = map[string]int32 + var NumericEnum_name = map[int32]string + var NumericEnum_value = map[string]int32 + func RegisterABitOfEverythingServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterABitOfEverythingServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterABitOfEverythingServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterABitOfEverythingServiceServer(s *grpc.Server, srv ABitOfEverythingServiceServer) + func RegisterAnotherServiceWithNoBindingsServer(s *grpc.Server, srv AnotherServiceWithNoBindingsServer) + func RegisterCamelCaseServiceNameHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterCamelCaseServiceNameHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CamelCaseServiceNameClient) error + func RegisterCamelCaseServiceNameHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterCamelCaseServiceNameServer(s *grpc.Server, srv CamelCaseServiceNameServer) + func RegisterEchoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterEchoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EchoServiceClient) error + func RegisterEchoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterEchoServiceServer(s *grpc.Server, srv EchoServiceServer) + func RegisterFlowCombinationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterFlowCombinationHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FlowCombinationClient) error + func RegisterFlowCombinationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterFlowCombinationServer(s *grpc.Server, srv FlowCombinationServer) + func RegisterResponseBodyServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterResponseBodyServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ResponseBodyServiceClient) error + func RegisterResponseBodyServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterResponseBodyServiceServer(s *grpc.Server, srv ResponseBodyServiceServer) + func RegisterStreamServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterStreamServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client StreamServiceClient) error + func RegisterStreamServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterStreamServiceServer(s *grpc.Server, srv StreamServiceServer) + func RegisterUnannotatedEchoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterUnannotatedEchoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterUnannotatedEchoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterUnannotatedEchoServiceServer(s *grpc.Server, srv UnannotatedEchoServiceServer) + func RegisterWrappersServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterWrappersServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WrappersServiceClient) error + func RegisterWrappersServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterWrappersServiceServer(s *grpc.Server, srv WrappersServiceServer) + type ABitOfEverything struct + BoolValue bool + BytesValue []byte + DoubleValue float64 + EnumValue NumericEnum + Fixed32Value uint32 + Fixed64Value uint64 + FloatValue float32 + Int32Value int32 + Int64Value int64 + MapValue map[string]NumericEnum + MappedNestedValue map[string]*ABitOfEverything_Nested + MappedStringValue map[string]string + Nested []*ABitOfEverything_Nested + NestedPathEnumValue pathenum.MessagePathEnum_NestedPathEnum + NonConventionalNameValue string + OneofValue isABitOfEverything_OneofValue + PathEnumValue pathenum.PathEnum + RepeatedEnumValue []NumericEnum + RepeatedStringValue []string + Sfixed32Value int32 + Sfixed64Value int64 + SingleNested *ABitOfEverything_Nested + Sint32Value int32 + Sint64Value int64 + StringValue string + TimestampValue *timestamp.Timestamp + Uint32Value uint32 + Uint64Value uint64 + Uuid string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ABitOfEverything) Descriptor() ([]byte, []int) + func (*ABitOfEverything) ProtoMessage() + func (*ABitOfEverything) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ABitOfEverything) XXX_Merge(src proto.Message) + func (m *ABitOfEverything) GetBoolValue() bool + func (m *ABitOfEverything) GetBytesValue() []byte + func (m *ABitOfEverything) GetDoubleValue() float64 + func (m *ABitOfEverything) GetEnumValue() NumericEnum + func (m *ABitOfEverything) GetFixed32Value() uint32 + func (m *ABitOfEverything) GetFixed64Value() uint64 + func (m *ABitOfEverything) GetFloatValue() float32 + func (m *ABitOfEverything) GetInt32Value() int32 + func (m *ABitOfEverything) GetInt64Value() int64 + func (m *ABitOfEverything) GetMapValue() map[string]NumericEnum + func (m *ABitOfEverything) GetMappedNestedValue() map[string]*ABitOfEverything_Nested + func (m *ABitOfEverything) GetMappedStringValue() map[string]string + func (m *ABitOfEverything) GetNested() []*ABitOfEverything_Nested + func (m *ABitOfEverything) GetNestedPathEnumValue() pathenum.MessagePathEnum_NestedPathEnum + func (m *ABitOfEverything) GetNonConventionalNameValue() string + func (m *ABitOfEverything) GetOneofEmpty() *empty.Empty + func (m *ABitOfEverything) GetOneofString() string + func (m *ABitOfEverything) GetOneofValue() isABitOfEverything_OneofValue + func (m *ABitOfEverything) GetPathEnumValue() pathenum.PathEnum + func (m *ABitOfEverything) GetRepeatedEnumValue() []NumericEnum + func (m *ABitOfEverything) GetRepeatedStringValue() []string + func (m *ABitOfEverything) GetSfixed32Value() int32 + func (m *ABitOfEverything) GetSfixed64Value() int64 + func (m *ABitOfEverything) GetSingleNested() *ABitOfEverything_Nested + func (m *ABitOfEverything) GetSint32Value() int32 + func (m *ABitOfEverything) GetSint64Value() int64 + func (m *ABitOfEverything) GetStringValue() string + func (m *ABitOfEverything) GetTimestampValue() *timestamp.Timestamp + func (m *ABitOfEverything) GetUint32Value() uint32 + func (m *ABitOfEverything) GetUint64Value() uint64 + func (m *ABitOfEverything) GetUuid() string + func (m *ABitOfEverything) Reset() + func (m *ABitOfEverything) String() string + func (m *ABitOfEverything) XXX_DiscardUnknown() + func (m *ABitOfEverything) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABitOfEverything) XXX_Size() int + func (m *ABitOfEverything) XXX_Unmarshal(b []byte) error + type ABitOfEverythingRepeated struct + PathRepeatedBoolValue []bool + PathRepeatedBytesValue [][]byte + PathRepeatedDoubleValue []float64 + PathRepeatedEnumValue []NumericEnum + PathRepeatedFixed32Value []uint32 + PathRepeatedFixed64Value []uint64 + PathRepeatedFloatValue []float32 + PathRepeatedInt32Value []int32 + PathRepeatedInt64Value []int64 + PathRepeatedSfixed32Value []int32 + PathRepeatedSfixed64Value []int64 + PathRepeatedSint32Value []int32 + PathRepeatedSint64Value []int64 + PathRepeatedStringValue []string + PathRepeatedUint32Value []uint32 + PathRepeatedUint64Value []uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ABitOfEverythingRepeated) Descriptor() ([]byte, []int) + func (*ABitOfEverythingRepeated) ProtoMessage() + func (dst *ABitOfEverythingRepeated) XXX_Merge(src proto.Message) + func (m *ABitOfEverythingRepeated) GetPathRepeatedBoolValue() []bool + func (m *ABitOfEverythingRepeated) GetPathRepeatedBytesValue() [][]byte + func (m *ABitOfEverythingRepeated) GetPathRepeatedDoubleValue() []float64 + func (m *ABitOfEverythingRepeated) GetPathRepeatedEnumValue() []NumericEnum + func (m *ABitOfEverythingRepeated) GetPathRepeatedFixed32Value() []uint32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedFixed64Value() []uint64 + func (m *ABitOfEverythingRepeated) GetPathRepeatedFloatValue() []float32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedInt32Value() []int32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedInt64Value() []int64 + func (m *ABitOfEverythingRepeated) GetPathRepeatedSfixed32Value() []int32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedSfixed64Value() []int64 + func (m *ABitOfEverythingRepeated) GetPathRepeatedSint32Value() []int32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedSint64Value() []int64 + func (m *ABitOfEverythingRepeated) GetPathRepeatedStringValue() []string + func (m *ABitOfEverythingRepeated) GetPathRepeatedUint32Value() []uint32 + func (m *ABitOfEverythingRepeated) GetPathRepeatedUint64Value() []uint64 + func (m *ABitOfEverythingRepeated) Reset() + func (m *ABitOfEverythingRepeated) String() string + func (m *ABitOfEverythingRepeated) XXX_DiscardUnknown() + func (m *ABitOfEverythingRepeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABitOfEverythingRepeated) XXX_Size() int + func (m *ABitOfEverythingRepeated) XXX_Unmarshal(b []byte) error + type ABitOfEverythingServiceClient interface + Create func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + CreateBody func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + DeepPathEcho func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + Delete func(ctx context.Context, in *sub2.IdMessage, opts ...grpc.CallOption) (*empty.Empty, error) + Echo func(ctx context.Context, in *sub.StringMessage, opts ...grpc.CallOption) (*sub.StringMessage, error) + ErrorWithDetails func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) + GetMessageWithBody func(ctx context.Context, in *MessageWithBody, opts ...grpc.CallOption) (*empty.Empty, error) + GetQuery func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*empty.Empty, error) + GetRepeatedQuery func(ctx context.Context, in *ABitOfEverythingRepeated, opts ...grpc.CallOption) (*ABitOfEverythingRepeated, error) + Lookup func(ctx context.Context, in *sub2.IdMessage, opts ...grpc.CallOption) (*ABitOfEverything, error) + NoBindings func(ctx context.Context, in *duration.Duration, opts ...grpc.CallOption) (*empty.Empty, error) + PatchWithFieldMaskInBody func(ctx context.Context, in *UpdateV2Request, opts ...grpc.CallOption) (*empty.Empty, error) + PostWithEmptyBody func(ctx context.Context, in *Body, opts ...grpc.CallOption) (*empty.Empty, error) + Timeout func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) + Update func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*empty.Empty, error) + UpdateV2 func(ctx context.Context, in *UpdateV2Request, opts ...grpc.CallOption) (*empty.Empty, error) + func NewABitOfEverythingServiceClient(cc *grpc.ClientConn) ABitOfEverythingServiceClient + type ABitOfEverythingServiceServer interface + Create func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + CreateBody func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + DeepPathEcho func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + Delete func(context.Context, *sub2.IdMessage) (*empty.Empty, error) + Echo func(context.Context, *sub.StringMessage) (*sub.StringMessage, error) + ErrorWithDetails func(context.Context, *empty.Empty) (*empty.Empty, error) + GetMessageWithBody func(context.Context, *MessageWithBody) (*empty.Empty, error) + GetQuery func(context.Context, *ABitOfEverything) (*empty.Empty, error) + GetRepeatedQuery func(context.Context, *ABitOfEverythingRepeated) (*ABitOfEverythingRepeated, error) + Lookup func(context.Context, *sub2.IdMessage) (*ABitOfEverything, error) + NoBindings func(context.Context, *duration.Duration) (*empty.Empty, error) + PatchWithFieldMaskInBody func(context.Context, *UpdateV2Request) (*empty.Empty, error) + PostWithEmptyBody func(context.Context, *Body) (*empty.Empty, error) + Timeout func(context.Context, *empty.Empty) (*empty.Empty, error) + Update func(context.Context, *ABitOfEverything) (*empty.Empty, error) + UpdateV2 func(context.Context, *UpdateV2Request) (*empty.Empty, error) + type ABitOfEverything_Nested struct + Amount uint32 + Name string + Ok ABitOfEverything_Nested_DeepEnum + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ABitOfEverything_Nested) Descriptor() ([]byte, []int) + func (*ABitOfEverything_Nested) ProtoMessage() + func (dst *ABitOfEverything_Nested) XXX_Merge(src proto.Message) + func (m *ABitOfEverything_Nested) GetAmount() uint32 + func (m *ABitOfEverything_Nested) GetName() string + func (m *ABitOfEverything_Nested) GetOk() ABitOfEverything_Nested_DeepEnum + func (m *ABitOfEverything_Nested) Reset() + func (m *ABitOfEverything_Nested) String() string + func (m *ABitOfEverything_Nested) XXX_DiscardUnknown() + func (m *ABitOfEverything_Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABitOfEverything_Nested) XXX_Size() int + func (m *ABitOfEverything_Nested) XXX_Unmarshal(b []byte) error + type ABitOfEverything_Nested_DeepEnum int32 + const ABitOfEverything_Nested_FALSE + const ABitOfEverything_Nested_TRUE + func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor() ([]byte, []int) + func (x ABitOfEverything_Nested_DeepEnum) String() string + type ABitOfEverything_OneofEmpty struct + OneofEmpty *empty.Empty + type ABitOfEverything_OneofString struct + OneofString string + type AnotherServiceWithNoBindingsClient interface + NoBindings func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) + func NewAnotherServiceWithNoBindingsClient(cc *grpc.ClientConn) AnotherServiceWithNoBindingsClient + type AnotherServiceWithNoBindingsServer interface + NoBindings func(context.Context, *empty.Empty) (*empty.Empty, error) + type Body struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Body) Descriptor() ([]byte, []int) + func (*Body) ProtoMessage() + func (dst *Body) XXX_Merge(src proto.Message) + func (m *Body) GetName() string + func (m *Body) Reset() + func (m *Body) String() string + func (m *Body) XXX_DiscardUnknown() + func (m *Body) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Body) XXX_Size() int + func (m *Body) XXX_Unmarshal(b []byte) error + type CamelCaseServiceNameClient interface + Empty func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) + func NewCamelCaseServiceNameClient(cc *grpc.ClientConn) CamelCaseServiceNameClient + type CamelCaseServiceNameServer interface + Empty func(context.Context, *empty.Empty) (*empty.Empty, error) + type EchoServiceClient interface + Echo func(ctx context.Context, in *SimpleMessage, opts ...grpc.CallOption) (*SimpleMessage, error) + EchoBody func(ctx context.Context, in *SimpleMessage, opts ...grpc.CallOption) (*SimpleMessage, error) + EchoDelete func(ctx context.Context, in *SimpleMessage, opts ...grpc.CallOption) (*SimpleMessage, error) + func NewEchoServiceClient(cc *grpc.ClientConn) EchoServiceClient + type EchoServiceServer interface + Echo func(context.Context, *SimpleMessage) (*SimpleMessage, error) + EchoBody func(context.Context, *SimpleMessage) (*SimpleMessage, error) + EchoDelete func(context.Context, *SimpleMessage) (*SimpleMessage, error) + type Embedded struct + Mark isEmbedded_Mark + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Embedded) Descriptor() ([]byte, []int) + func (*Embedded) ProtoMessage() + func (*Embedded) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Embedded) XXX_Merge(src proto.Message) + func (m *Embedded) GetMark() isEmbedded_Mark + func (m *Embedded) GetNote() string + func (m *Embedded) GetProgress() int64 + func (m *Embedded) Reset() + func (m *Embedded) String() string + func (m *Embedded) XXX_DiscardUnknown() + func (m *Embedded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Embedded) XXX_Size() int + func (m *Embedded) XXX_Unmarshal(b []byte) error + type Embedded_Note struct + Note string + type Embedded_Progress struct + Progress int64 + type EmptyProto struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EmptyProto) Descriptor() ([]byte, []int) + func (*EmptyProto) ProtoMessage() + func (dst *EmptyProto) XXX_Merge(src proto.Message) + func (m *EmptyProto) Reset() + func (m *EmptyProto) String() string + func (m *EmptyProto) XXX_DiscardUnknown() + func (m *EmptyProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EmptyProto) XXX_Size() int + func (m *EmptyProto) XXX_Unmarshal(b []byte) error + type FlowCombinationClient interface + RpcBodyRpc func(ctx context.Context, in *NonEmptyProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcBodyStream func(ctx context.Context, in *NonEmptyProto, opts ...grpc.CallOption) (FlowCombination_RpcBodyStreamClient, error) + RpcEmptyRpc func(ctx context.Context, in *EmptyProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcEmptyStream func(ctx context.Context, in *EmptyProto, opts ...grpc.CallOption) (FlowCombination_RpcEmptyStreamClient, error) + RpcPathNestedRpc func(ctx context.Context, in *NestedProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcPathNestedStream func(ctx context.Context, in *NestedProto, opts ...grpc.CallOption) (FlowCombination_RpcPathNestedStreamClient, error) + RpcPathSingleNestedRpc func(ctx context.Context, in *SingleNestedProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcPathSingleNestedStream func(ctx context.Context, in *SingleNestedProto, opts ...grpc.CallOption) (FlowCombination_RpcPathSingleNestedStreamClient, error) + StreamEmptyRpc func(ctx context.Context, opts ...grpc.CallOption) (FlowCombination_StreamEmptyRpcClient, error) + StreamEmptyStream func(ctx context.Context, opts ...grpc.CallOption) (FlowCombination_StreamEmptyStreamClient, error) + func NewFlowCombinationClient(cc *grpc.ClientConn) FlowCombinationClient + type FlowCombinationServer interface + RpcBodyRpc func(context.Context, *NonEmptyProto) (*EmptyProto, error) + RpcBodyStream func(*NonEmptyProto, FlowCombination_RpcBodyStreamServer) error + RpcEmptyRpc func(context.Context, *EmptyProto) (*EmptyProto, error) + RpcEmptyStream func(*EmptyProto, FlowCombination_RpcEmptyStreamServer) error + RpcPathNestedRpc func(context.Context, *NestedProto) (*EmptyProto, error) + RpcPathNestedStream func(*NestedProto, FlowCombination_RpcPathNestedStreamServer) error + RpcPathSingleNestedRpc func(context.Context, *SingleNestedProto) (*EmptyProto, error) + RpcPathSingleNestedStream func(*SingleNestedProto, FlowCombination_RpcPathSingleNestedStreamServer) error + StreamEmptyRpc func(FlowCombination_StreamEmptyRpcServer) error + StreamEmptyStream func(FlowCombination_StreamEmptyStreamServer) error + type FlowCombination_RpcBodyStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcBodyStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcEmptyStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcEmptyStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcPathNestedStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcPathNestedStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcPathSingleNestedStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcPathSingleNestedStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyRpcClient interface + CloseAndRecv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyRpcServer interface + Recv func() (*EmptyProto, error) + SendAndClose func(*EmptyProto) error + type FlowCombination_StreamEmptyStreamClient interface + Recv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyStreamServer interface + Recv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type MessageWithBody struct + Data *Body + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MessageWithBody) Descriptor() ([]byte, []int) + func (*MessageWithBody) ProtoMessage() + func (dst *MessageWithBody) XXX_Merge(src proto.Message) + func (m *MessageWithBody) GetData() *Body + func (m *MessageWithBody) GetId() string + func (m *MessageWithBody) Reset() + func (m *MessageWithBody) String() string + func (m *MessageWithBody) XXX_DiscardUnknown() + func (m *MessageWithBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MessageWithBody) XXX_Size() int + func (m *MessageWithBody) XXX_Unmarshal(b []byte) error + type NestedProto struct + A *UnaryProto + B string + C string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NestedProto) Descriptor() ([]byte, []int) + func (*NestedProto) ProtoMessage() + func (dst *NestedProto) XXX_Merge(src proto.Message) + func (m *NestedProto) GetA() *UnaryProto + func (m *NestedProto) GetB() string + func (m *NestedProto) GetC() string + func (m *NestedProto) Reset() + func (m *NestedProto) String() string + func (m *NestedProto) XXX_DiscardUnknown() + func (m *NestedProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NestedProto) XXX_Size() int + func (m *NestedProto) XXX_Unmarshal(b []byte) error + type NonEmptyProto struct + A string + B string + C string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NonEmptyProto) Descriptor() ([]byte, []int) + func (*NonEmptyProto) ProtoMessage() + func (dst *NonEmptyProto) XXX_Merge(src proto.Message) + func (m *NonEmptyProto) GetA() string + func (m *NonEmptyProto) GetB() string + func (m *NonEmptyProto) GetC() string + func (m *NonEmptyProto) Reset() + func (m *NonEmptyProto) String() string + func (m *NonEmptyProto) XXX_DiscardUnknown() + func (m *NonEmptyProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NonEmptyProto) XXX_Size() int + func (m *NonEmptyProto) XXX_Unmarshal(b []byte) error + type NumericEnum int32 + const NumericEnum_ONE + const NumericEnum_ZERO + func (NumericEnum) EnumDescriptor() ([]byte, []int) + func (x NumericEnum) String() string + type ResponseBodyIn struct + Data string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResponseBodyIn) Descriptor() ([]byte, []int) + func (*ResponseBodyIn) ProtoMessage() + func (dst *ResponseBodyIn) XXX_Merge(src proto.Message) + func (m *ResponseBodyIn) GetData() string + func (m *ResponseBodyIn) Reset() + func (m *ResponseBodyIn) String() string + func (m *ResponseBodyIn) XXX_DiscardUnknown() + func (m *ResponseBodyIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseBodyIn) XXX_Size() int + func (m *ResponseBodyIn) XXX_Unmarshal(b []byte) error + type ResponseBodyOut struct + Response *ResponseBodyOut_Response + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResponseBodyOut) Descriptor() ([]byte, []int) + func (*ResponseBodyOut) ProtoMessage() + func (dst *ResponseBodyOut) XXX_Merge(src proto.Message) + func (m *ResponseBodyOut) GetResponse() *ResponseBodyOut_Response + func (m *ResponseBodyOut) Reset() + func (m *ResponseBodyOut) String() string + func (m *ResponseBodyOut) XXX_DiscardUnknown() + func (m *ResponseBodyOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseBodyOut) XXX_Size() int + func (m *ResponseBodyOut) XXX_Unmarshal(b []byte) error + type ResponseBodyOut_Response struct + Data string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResponseBodyOut_Response) Descriptor() ([]byte, []int) + func (*ResponseBodyOut_Response) ProtoMessage() + func (dst *ResponseBodyOut_Response) XXX_Merge(src proto.Message) + func (m *ResponseBodyOut_Response) GetData() string + func (m *ResponseBodyOut_Response) Reset() + func (m *ResponseBodyOut_Response) String() string + func (m *ResponseBodyOut_Response) XXX_DiscardUnknown() + func (m *ResponseBodyOut_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseBodyOut_Response) XXX_Size() int + func (m *ResponseBodyOut_Response) XXX_Unmarshal(b []byte) error + type ResponseBodyServiceClient interface + GetResponseBody func(ctx context.Context, in *ResponseBodyIn, opts ...grpc.CallOption) (*ResponseBodyOut, error) + func NewResponseBodyServiceClient(cc *grpc.ClientConn) ResponseBodyServiceClient + type ResponseBodyServiceServer interface + GetResponseBody func(context.Context, *ResponseBodyIn) (*ResponseBodyOut, error) + type SimpleMessage struct + Code isSimpleMessage_Code + Ext isSimpleMessage_Ext + Id string + Num int64 + Status *Embedded + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SimpleMessage) Descriptor() ([]byte, []int) + func (*SimpleMessage) ProtoMessage() + func (*SimpleMessage) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *SimpleMessage) XXX_Merge(src proto.Message) + func (m *SimpleMessage) GetCode() isSimpleMessage_Code + func (m *SimpleMessage) GetEn() int64 + func (m *SimpleMessage) GetExt() isSimpleMessage_Ext + func (m *SimpleMessage) GetId() string + func (m *SimpleMessage) GetLang() string + func (m *SimpleMessage) GetLineNum() int64 + func (m *SimpleMessage) GetNo() *Embedded + func (m *SimpleMessage) GetNum() int64 + func (m *SimpleMessage) GetStatus() *Embedded + func (m *SimpleMessage) Reset() + func (m *SimpleMessage) String() string + func (m *SimpleMessage) XXX_DiscardUnknown() + func (m *SimpleMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimpleMessage) XXX_Size() int + func (m *SimpleMessage) XXX_Unmarshal(b []byte) error + type SimpleMessage_En struct + En int64 + type SimpleMessage_Lang struct + Lang string + type SimpleMessage_LineNum struct + LineNum int64 + type SimpleMessage_No struct + No *Embedded + type SingleNestedProto struct + A *UnaryProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SingleNestedProto) Descriptor() ([]byte, []int) + func (*SingleNestedProto) ProtoMessage() + func (dst *SingleNestedProto) XXX_Merge(src proto.Message) + func (m *SingleNestedProto) GetA() *UnaryProto + func (m *SingleNestedProto) Reset() + func (m *SingleNestedProto) String() string + func (m *SingleNestedProto) XXX_DiscardUnknown() + func (m *SingleNestedProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SingleNestedProto) XXX_Size() int + func (m *SingleNestedProto) XXX_Unmarshal(b []byte) error + type StreamServiceClient interface + BulkCreate func(ctx context.Context, opts ...grpc.CallOption) (StreamService_BulkCreateClient, error) + BulkEcho func(ctx context.Context, opts ...grpc.CallOption) (StreamService_BulkEchoClient, error) + List func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (StreamService_ListClient, error) + func NewStreamServiceClient(cc *grpc.ClientConn) StreamServiceClient + type StreamServiceServer interface + BulkCreate func(StreamService_BulkCreateServer) error + BulkEcho func(StreamService_BulkEchoServer) error + List func(*empty.Empty, StreamService_ListServer) error + type StreamService_BulkCreateClient interface + CloseAndRecv func() (*empty.Empty, error) + Send func(*ABitOfEverything) error + type StreamService_BulkCreateServer interface + Recv func() (*ABitOfEverything, error) + SendAndClose func(*empty.Empty) error + type StreamService_BulkEchoClient interface + Recv func() (*sub.StringMessage, error) + Send func(*sub.StringMessage) error + type StreamService_BulkEchoServer interface + Recv func() (*sub.StringMessage, error) + Send func(*sub.StringMessage) error + type StreamService_ListClient interface + Recv func() (*ABitOfEverything, error) + type StreamService_ListServer interface + Send func(*ABitOfEverything) error + type UnannotatedEchoServiceClient interface + Echo func(ctx context.Context, in *UnannotatedSimpleMessage, opts ...grpc.CallOption) (*UnannotatedSimpleMessage, error) + EchoBody func(ctx context.Context, in *UnannotatedSimpleMessage, opts ...grpc.CallOption) (*UnannotatedSimpleMessage, error) + EchoDelete func(ctx context.Context, in *UnannotatedSimpleMessage, opts ...grpc.CallOption) (*UnannotatedSimpleMessage, error) + func NewUnannotatedEchoServiceClient(cc *grpc.ClientConn) UnannotatedEchoServiceClient + type UnannotatedEchoServiceServer interface + Echo func(context.Context, *UnannotatedSimpleMessage) (*UnannotatedSimpleMessage, error) + EchoBody func(context.Context, *UnannotatedSimpleMessage) (*UnannotatedSimpleMessage, error) + EchoDelete func(context.Context, *UnannotatedSimpleMessage) (*UnannotatedSimpleMessage, error) + type UnannotatedSimpleMessage struct + Duration *duration.Duration + Id string + Num int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnannotatedSimpleMessage) Descriptor() ([]byte, []int) + func (*UnannotatedSimpleMessage) ProtoMessage() + func (dst *UnannotatedSimpleMessage) XXX_Merge(src proto.Message) + func (m *UnannotatedSimpleMessage) GetDuration() *duration.Duration + func (m *UnannotatedSimpleMessage) GetId() string + func (m *UnannotatedSimpleMessage) GetNum() int64 + func (m *UnannotatedSimpleMessage) Reset() + func (m *UnannotatedSimpleMessage) String() string + func (m *UnannotatedSimpleMessage) XXX_DiscardUnknown() + func (m *UnannotatedSimpleMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnannotatedSimpleMessage) XXX_Size() int + func (m *UnannotatedSimpleMessage) XXX_Unmarshal(b []byte) error + type UnaryProto struct + Str string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnaryProto) Descriptor() ([]byte, []int) + func (*UnaryProto) ProtoMessage() + func (dst *UnaryProto) XXX_Merge(src proto.Message) + func (m *UnaryProto) GetStr() string + func (m *UnaryProto) Reset() + func (m *UnaryProto) String() string + func (m *UnaryProto) XXX_DiscardUnknown() + func (m *UnaryProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnaryProto) XXX_Size() int + func (m *UnaryProto) XXX_Unmarshal(b []byte) error + type UpdateV2Request struct + Abe *ABitOfEverything + UpdateMask *field_mask.FieldMask + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateV2Request) Descriptor() ([]byte, []int) + func (*UpdateV2Request) ProtoMessage() + func (dst *UpdateV2Request) XXX_Merge(src proto.Message) + func (m *UpdateV2Request) GetAbe() *ABitOfEverything + func (m *UpdateV2Request) GetUpdateMask() *field_mask.FieldMask + func (m *UpdateV2Request) Reset() + func (m *UpdateV2Request) String() string + func (m *UpdateV2Request) XXX_DiscardUnknown() + func (m *UpdateV2Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateV2Request) XXX_Size() int + func (m *UpdateV2Request) XXX_Unmarshal(b []byte) error + type Wrappers struct + BoolValue *wrappers.BoolValue + BytesValue *wrappers.BytesValue + DoubleValue *wrappers.DoubleValue + FloatValue *wrappers.FloatValue + Int32Value *wrappers.Int32Value + Int64Value *wrappers.Int64Value + StringValue *wrappers.StringValue + Uint32Value *wrappers.UInt32Value + Uint64Value *wrappers.UInt64Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Wrappers) Descriptor() ([]byte, []int) + func (*Wrappers) ProtoMessage() + func (dst *Wrappers) XXX_Merge(src proto.Message) + func (m *Wrappers) GetBoolValue() *wrappers.BoolValue + func (m *Wrappers) GetBytesValue() *wrappers.BytesValue + func (m *Wrappers) GetDoubleValue() *wrappers.DoubleValue + func (m *Wrappers) GetFloatValue() *wrappers.FloatValue + func (m *Wrappers) GetInt32Value() *wrappers.Int32Value + func (m *Wrappers) GetInt64Value() *wrappers.Int64Value + func (m *Wrappers) GetStringValue() *wrappers.StringValue + func (m *Wrappers) GetUint32Value() *wrappers.UInt32Value + func (m *Wrappers) GetUint64Value() *wrappers.UInt64Value + func (m *Wrappers) Reset() + func (m *Wrappers) String() string + func (m *Wrappers) XXX_DiscardUnknown() + func (m *Wrappers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Wrappers) XXX_Size() int + func (m *Wrappers) XXX_Unmarshal(b []byte) error + type WrappersServiceClient interface + Create func(ctx context.Context, in *Wrappers, opts ...grpc.CallOption) (*Wrappers, error) + func NewWrappersServiceClient(cc *grpc.ClientConn) WrappersServiceClient + type WrappersServiceServer interface + Create func(context.Context, *Wrappers) (*Wrappers, error) v1.6.1 Dec 7, 2018 v1.6.0 Dec 7, 2018 v1.5.1 Oct 2, 2018 v1.5.0 Sep 9, 2018 v1.4.1 May 23, 2018 v1.4.0 May 20, 2018