examplepb

package
v2.0.0-custom.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2020 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NumericEnum_name = map[int32]string{
		0: "ZERO",
		1: "ONE",
	}
	NumericEnum_value = map[string]int32{
		"ZERO": 0,
		"ONE":  1,
	}
)

Enum value maps for NumericEnum.

View Source
var (
	ABitOfEverything_Nested_DeepEnum_name = map[int32]string{
		0: "FALSE",
		1: "TRUE",
	}
	ABitOfEverything_Nested_DeepEnum_value = map[string]int32{
		"FALSE": 0,
		"TRUE":  1,
	}
)

Enum value maps for ABitOfEverything_Nested_DeepEnum.

View Source
var (
	RepeatedResponseBodyOut_Response_ResponseType_name = map[int32]string{
		0: "UNKNOWN",
		1: "A",
		2: "B",
	}
	RepeatedResponseBodyOut_Response_ResponseType_value = map[string]int32{
		"UNKNOWN": 0,
		"A":       1,
		"B":       2,
	}
)

Enum value maps for RepeatedResponseBodyOut_Response_ResponseType.

View Source
var (
	EnumValue_name = map[int32]string{
		0: "X",
		1: "Y",
		2: "Z",
	}
	EnumValue_value = map[string]int32{
		"X": 0,
		"Y": 1,
		"Z": 2,
	}
)

Enum value maps for EnumValue.

View Source
var File_runtime_internal_examplepb_example_proto protoreflect.FileDescriptor
View Source
var File_runtime_internal_examplepb_non_standard_names_proto protoreflect.FileDescriptor
View Source
var File_runtime_internal_examplepb_proto2_proto protoreflect.FileDescriptor
View Source
var File_runtime_internal_examplepb_proto3_proto protoreflect.FileDescriptor

Functions

func RegisterNestedServiceServer

func RegisterNestedServiceServer(s *grpc.Server, srv NestedServiceServer)

func RegisterNonStandardServiceService

func RegisterNonStandardServiceService(s grpc.ServiceRegistrar, srv *NonStandardServiceService)

RegisterNonStandardServiceService registers a service implementation with a gRPC server.

Types

type ABitOfEverything

type ABitOfEverything struct {
	SingleNested        *ABitOfEverything_Nested   `protobuf:"bytes,25,opt,name=single_nested,json=singleNested,proto3" json:"single_nested,omitempty"`
	Uuid                string                     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Nested              []*ABitOfEverything_Nested `protobuf:"bytes,2,rep,name=nested,proto3" json:"nested,omitempty"`
	FloatValue          float32                    `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	DoubleValue         float64                    `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	Int64Value          int64                      `protobuf:"varint,5,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Uint64Value         uint64                     `protobuf:"varint,6,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Int32Value          int32                      `protobuf:"varint,7,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Fixed64Value        uint64                     `protobuf:"fixed64,8,opt,name=fixed64_value,json=fixed64Value,proto3" json:"fixed64_value,omitempty"`
	Fixed32Value        uint32                     `protobuf:"fixed32,9,opt,name=fixed32_value,json=fixed32Value,proto3" json:"fixed32_value,omitempty"`
	BoolValue           bool                       `protobuf:"varint,10,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	StringValue         string                     `protobuf:"bytes,11,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	BytesValue          []byte                     `protobuf:"bytes,29,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	Uint32Value         uint32                     `protobuf:"varint,13,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	EnumValue           NumericEnum                `` /* 147-byte string literal not displayed */
	Sfixed32Value       int32                      `protobuf:"fixed32,15,opt,name=sfixed32_value,json=sfixed32Value,proto3" json:"sfixed32_value,omitempty"`
	Sfixed64Value       int64                      `protobuf:"fixed64,16,opt,name=sfixed64_value,json=sfixed64Value,proto3" json:"sfixed64_value,omitempty"`
	Sint32Value         int32                      `protobuf:"zigzag32,17,opt,name=sint32_value,json=sint32Value,proto3" json:"sint32_value,omitempty"`
	Sint64Value         int64                      `protobuf:"zigzag64,18,opt,name=sint64_value,json=sint64Value,proto3" json:"sint64_value,omitempty"`
	RepeatedStringValue []string                   `protobuf:"bytes,19,rep,name=repeated_string_value,json=repeatedStringValue,proto3" json:"repeated_string_value,omitempty"`
	// Types that are assignable to OneofValue:
	//	*ABitOfEverything_OneofEmpty
	//	*ABitOfEverything_OneofString
	OneofValue               isABitOfEverything_OneofValue       `protobuf_oneof:"oneof_value"`
	MapValue                 map[string]NumericEnum              `` /* 232-byte string literal not displayed */
	MappedStringValue        map[string]string                   `` /* 203-byte string literal not displayed */
	MappedNestedValue        map[string]*ABitOfEverything_Nested `` /* 203-byte string literal not displayed */
	NonConventionalNameValue string                              `protobuf:"bytes,26,opt,name=nonConventionalNameValue,proto3" json:"nonConventionalNameValue,omitempty"`
	TimestampValue           *timestamp.Timestamp                `protobuf:"bytes,27,opt,name=timestamp_value,json=timestampValue,proto3" json:"timestamp_value,omitempty"`
	// repeated enum value. it is comma-separated in query
	RepeatedEnumValue []NumericEnum `` /* 180-byte string literal not displayed */
	// repeated numeric enum comment (This comment is overridden by the field
	// annotation)
	RepeatedEnumAnnotation []NumericEnum `` /* 195-byte string literal not displayed */
	// numeric enum comment (This comment is overridden by the field annotation)
	EnumValueAnnotation NumericEnum `` /* 179-byte string literal not displayed */
	// repeated string comment (This comment is overridden by the field
	// annotation)
	RepeatedStringAnnotation []string `` /* 136-byte string literal not displayed */
	// repeated nested object comment (This comment is overridden by the field
	// annotation)
	RepeatedNestedAnnotation []*ABitOfEverything_Nested `` /* 136-byte string literal not displayed */
	// nested object comments (This comment is overridden by the field annotation)
	NestedAnnotation  *ABitOfEverything_Nested `protobuf:"bytes,36,opt,name=nested_annotation,json=nestedAnnotation,proto3" json:"nested_annotation,omitempty"`
	Int64OverrideType int64                    `protobuf:"varint,37,opt,name=int64_override_type,json=int64OverrideType,proto3" json:"int64_override_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ABitOfEverything) Descriptor deprecated

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

Deprecated: Use ABitOfEverything.ProtoReflect.Descriptor instead.

func (*ABitOfEverything) GetBoolValue

func (x *ABitOfEverything) GetBoolValue() bool

func (*ABitOfEverything) GetBytesValue

func (x *ABitOfEverything) GetBytesValue() []byte

func (*ABitOfEverything) GetDoubleValue

func (x *ABitOfEverything) GetDoubleValue() float64

func (*ABitOfEverything) GetEnumValue

func (x *ABitOfEverything) GetEnumValue() NumericEnum

func (*ABitOfEverything) GetEnumValueAnnotation

func (x *ABitOfEverything) GetEnumValueAnnotation() NumericEnum

func (*ABitOfEverything) GetFixed32Value

func (x *ABitOfEverything) GetFixed32Value() uint32

func (*ABitOfEverything) GetFixed64Value

func (x *ABitOfEverything) GetFixed64Value() uint64

func (*ABitOfEverything) GetFloatValue

func (x *ABitOfEverything) GetFloatValue() float32

func (*ABitOfEverything) GetInt32Value

func (x *ABitOfEverything) GetInt32Value() int32

func (*ABitOfEverything) GetInt64OverrideType

func (x *ABitOfEverything) GetInt64OverrideType() int64

func (*ABitOfEverything) GetInt64Value

func (x *ABitOfEverything) GetInt64Value() int64

func (*ABitOfEverything) GetMapValue

func (x *ABitOfEverything) GetMapValue() map[string]NumericEnum

func (*ABitOfEverything) GetMappedNestedValue

func (x *ABitOfEverything) GetMappedNestedValue() map[string]*ABitOfEverything_Nested

func (*ABitOfEverything) GetMappedStringValue

func (x *ABitOfEverything) GetMappedStringValue() map[string]string

func (*ABitOfEverything) GetNested

func (x *ABitOfEverything) GetNested() []*ABitOfEverything_Nested

func (*ABitOfEverything) GetNestedAnnotation

func (x *ABitOfEverything) GetNestedAnnotation() *ABitOfEverything_Nested

func (*ABitOfEverything) GetNonConventionalNameValue

func (x *ABitOfEverything) GetNonConventionalNameValue() string

func (*ABitOfEverything) GetOneofEmpty

func (x *ABitOfEverything) GetOneofEmpty() *empty.Empty

func (*ABitOfEverything) GetOneofString

func (x *ABitOfEverything) GetOneofString() string

func (*ABitOfEverything) GetOneofValue

func (m *ABitOfEverything) GetOneofValue() isABitOfEverything_OneofValue

func (*ABitOfEverything) GetRepeatedEnumAnnotation

func (x *ABitOfEverything) GetRepeatedEnumAnnotation() []NumericEnum

func (*ABitOfEverything) GetRepeatedEnumValue

func (x *ABitOfEverything) GetRepeatedEnumValue() []NumericEnum

func (*ABitOfEverything) GetRepeatedNestedAnnotation

func (x *ABitOfEverything) GetRepeatedNestedAnnotation() []*ABitOfEverything_Nested

func (*ABitOfEverything) GetRepeatedStringAnnotation

func (x *ABitOfEverything) GetRepeatedStringAnnotation() []string

func (*ABitOfEverything) GetRepeatedStringValue

func (x *ABitOfEverything) GetRepeatedStringValue() []string

func (*ABitOfEverything) GetSfixed32Value

func (x *ABitOfEverything) GetSfixed32Value() int32

func (*ABitOfEverything) GetSfixed64Value

func (x *ABitOfEverything) GetSfixed64Value() int64

func (*ABitOfEverything) GetSingleNested

func (x *ABitOfEverything) GetSingleNested() *ABitOfEverything_Nested

func (*ABitOfEverything) GetSint32Value

func (x *ABitOfEverything) GetSint32Value() int32

func (*ABitOfEverything) GetSint64Value

func (x *ABitOfEverything) GetSint64Value() int64

func (*ABitOfEverything) GetStringValue

func (x *ABitOfEverything) GetStringValue() string

func (*ABitOfEverything) GetTimestampValue

func (x *ABitOfEverything) GetTimestampValue() *timestamp.Timestamp

func (*ABitOfEverything) GetUint32Value

func (x *ABitOfEverything) GetUint32Value() uint32

func (*ABitOfEverything) GetUint64Value

func (x *ABitOfEverything) GetUint64Value() uint64

func (*ABitOfEverything) GetUuid

func (x *ABitOfEverything) GetUuid() string

func (*ABitOfEverything) ProtoMessage

func (*ABitOfEverything) ProtoMessage()

func (*ABitOfEverything) ProtoReflect

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

func (*ABitOfEverything) Reset

func (x *ABitOfEverything) Reset()

func (*ABitOfEverything) String

func (x *ABitOfEverything) String() string

type ABitOfEverything_Nested

type ABitOfEverything_Nested struct {

	// name is nested field.
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Amount uint32 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// DeepEnum comment.
	Ok ABitOfEverything_Nested_DeepEnum `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

Nested is nested type.

func (*ABitOfEverything_Nested) Descriptor deprecated

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

Deprecated: Use ABitOfEverything_Nested.ProtoReflect.Descriptor instead.

func (*ABitOfEverything_Nested) GetAmount

func (x *ABitOfEverything_Nested) GetAmount() uint32

func (*ABitOfEverything_Nested) GetName

func (x *ABitOfEverything_Nested) GetName() string

func (*ABitOfEverything_Nested) GetOk

func (*ABitOfEverything_Nested) ProtoMessage

func (*ABitOfEverything_Nested) ProtoMessage()

func (*ABitOfEverything_Nested) ProtoReflect

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

func (*ABitOfEverything_Nested) Reset

func (x *ABitOfEverything_Nested) Reset()

func (*ABitOfEverything_Nested) String

func (x *ABitOfEverything_Nested) String() string

type ABitOfEverything_Nested_DeepEnum

type ABitOfEverything_Nested_DeepEnum int32

DeepEnum is one or zero.

const (
	// FALSE is false.
	ABitOfEverything_Nested_FALSE ABitOfEverything_Nested_DeepEnum = 0
	// TRUE is true.
	ABitOfEverything_Nested_TRUE ABitOfEverything_Nested_DeepEnum = 1
)

func (ABitOfEverything_Nested_DeepEnum) Descriptor

func (ABitOfEverything_Nested_DeepEnum) Enum

func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor deprecated

func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ABitOfEverything_Nested_DeepEnum.Descriptor instead.

func (ABitOfEverything_Nested_DeepEnum) Number

func (ABitOfEverything_Nested_DeepEnum) String

func (ABitOfEverything_Nested_DeepEnum) Type

type ABitOfEverything_OneofEmpty

type ABitOfEverything_OneofEmpty struct {
	OneofEmpty *empty.Empty `protobuf:"bytes,20,opt,name=oneof_empty,json=oneofEmpty,proto3,oneof"`
}

type ABitOfEverything_OneofString

type ABitOfEverything_OneofString struct {
	OneofString string `protobuf:"bytes,21,opt,name=oneof_string,json=oneofString,proto3,oneof"`
}

type EnumValue

type EnumValue int32
const (
	EnumValue_X EnumValue = 0
	EnumValue_Y EnumValue = 1
	EnumValue_Z EnumValue = 2
)

func (EnumValue) Descriptor

func (EnumValue) Descriptor() protoreflect.EnumDescriptor

func (EnumValue) Enum

func (x EnumValue) Enum() *EnumValue

func (EnumValue) EnumDescriptor deprecated

func (EnumValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnumValue.Descriptor instead.

func (EnumValue) Number

func (x EnumValue) Number() protoreflect.EnumNumber

func (EnumValue) String

func (x EnumValue) String() string

func (EnumValue) Type

type NestedOne

type NestedOne struct {
	Two *NestedTwo `protobuf:"bytes,1,opt,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedOne) Descriptor deprecated

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

Deprecated: Use NestedOne.ProtoReflect.Descriptor instead.

func (*NestedOne) GetTwo

func (x *NestedOne) GetTwo() *NestedTwo

func (*NestedOne) ProtoMessage

func (*NestedOne) ProtoMessage()

func (*NestedOne) ProtoReflect

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

func (*NestedOne) Reset

func (x *NestedOne) Reset()

func (*NestedOne) String

func (x *NestedOne) String() string

type NestedOuter

type NestedOuter struct {
	One *NestedOne `protobuf:"bytes,1,opt,name=one,proto3" json:"one,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedOuter) Descriptor deprecated

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

Deprecated: Use NestedOuter.ProtoReflect.Descriptor instead.

func (*NestedOuter) GetOne

func (x *NestedOuter) GetOne() *NestedOne

func (*NestedOuter) ProtoMessage

func (*NestedOuter) ProtoMessage()

func (*NestedOuter) ProtoReflect

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

func (*NestedOuter) Reset

func (x *NestedOuter) Reset()

func (*NestedOuter) String

func (x *NestedOuter) String() string

type NestedServiceClient

type NestedServiceClient interface {
	Update(ctx context.Context, in *UpdateNestedRequest, opts ...grpc.CallOption) (*NestedOuter, error)
}

NestedServiceClient is the client API for NestedService 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.

type NestedServiceServer

type NestedServiceServer interface {
	Update(context.Context, *UpdateNestedRequest) (*NestedOuter, error)
}

NestedServiceServer is the server API for NestedService service.

type NestedThree

type NestedThree struct {
	A bool `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"`
	B bool `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedThree) Descriptor deprecated

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

Deprecated: Use NestedThree.ProtoReflect.Descriptor instead.

func (*NestedThree) GetA

func (x *NestedThree) GetA() bool

func (*NestedThree) GetB

func (x *NestedThree) GetB() bool

func (*NestedThree) ProtoMessage

func (*NestedThree) ProtoMessage()

func (*NestedThree) ProtoReflect

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

func (*NestedThree) Reset

func (x *NestedThree) Reset()

func (*NestedThree) String

func (x *NestedThree) String() string

type NestedTwo

type NestedTwo struct {
	Three *NestedThree `protobuf:"bytes,1,opt,name=three,proto3" json:"three,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedTwo) Descriptor deprecated

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

Deprecated: Use NestedTwo.ProtoReflect.Descriptor instead.

func (*NestedTwo) GetThree

func (x *NestedTwo) GetThree() *NestedThree

func (*NestedTwo) ProtoMessage

func (*NestedTwo) ProtoMessage()

func (*NestedTwo) ProtoReflect

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

func (*NestedTwo) Reset

func (x *NestedTwo) Reset()

func (*NestedTwo) String

func (x *NestedTwo) String() string

type NonStandardMessage

type NonStandardMessage struct {

	// Id represents the message identifier.
	Id          string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Num         int64                     `protobuf:"varint,2,opt,name=Num,proto3" json:"Num,omitempty"`
	LineNum     int64                     `protobuf:"varint,3,opt,name=line_num,json=lineNum,proto3" json:"line_num,omitempty"`
	LangIdent   string                    `protobuf:"bytes,4,opt,name=langIdent,proto3" json:"langIdent,omitempty"`
	STATUS      string                    `protobuf:"bytes,5,opt,name=STATUS,proto3" json:"STATUS,omitempty"`
	En_GB       int64                     `protobuf:"varint,6,opt,name=en_GB,json=enGB,proto3" json:"en_GB,omitempty"`
	No          string                    `protobuf:"bytes,7,opt,name=no,proto3" json:"no,omitempty"`
	Thing       *NonStandardMessage_Thing `protobuf:"bytes,8,opt,name=thing,proto3" json:"thing,omitempty"`
	StructField *_struct.Struct           `protobuf:"bytes,9,opt,name=struct_field,json=structField,proto3" json:"struct_field,omitempty"`
	ValueField  *_struct.Value            `protobuf:"bytes,10,opt,name=value_field,json=valueField,proto3" json:"value_field,omitempty"`
	// contains filtered or unexported fields
}

NonStandardMessage has oddly named fields.

func (*NonStandardMessage) Descriptor deprecated

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

Deprecated: Use NonStandardMessage.ProtoReflect.Descriptor instead.

func (*NonStandardMessage) GetEn_GB

func (x *NonStandardMessage) GetEn_GB() int64

func (*NonStandardMessage) GetId

func (x *NonStandardMessage) GetId() string

func (*NonStandardMessage) GetLangIdent

func (x *NonStandardMessage) GetLangIdent() string

func (*NonStandardMessage) GetLineNum

func (x *NonStandardMessage) GetLineNum() int64

func (*NonStandardMessage) GetNo

func (x *NonStandardMessage) GetNo() string

func (*NonStandardMessage) GetNum

func (x *NonStandardMessage) GetNum() int64

func (*NonStandardMessage) GetSTATUS

func (x *NonStandardMessage) GetSTATUS() string

func (*NonStandardMessage) GetStructField

func (x *NonStandardMessage) GetStructField() *_struct.Struct

func (*NonStandardMessage) GetThing

func (*NonStandardMessage) GetValueField

func (x *NonStandardMessage) GetValueField() *_struct.Value

func (*NonStandardMessage) ProtoMessage

func (*NonStandardMessage) ProtoMessage()

func (*NonStandardMessage) ProtoReflect

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

func (*NonStandardMessage) Reset

func (x *NonStandardMessage) Reset()

func (*NonStandardMessage) String

func (x *NonStandardMessage) String() string

type NonStandardMessageWithJSONNames

type NonStandardMessageWithJSONNames struct {

	// Id represents the message identifier.
	Id          string                                 `protobuf:"bytes,1,opt,name=id,json=ID,proto3" json:"id,omitempty"`
	Num         int64                                  `protobuf:"varint,2,opt,name=Num,proto3" json:"Num,omitempty"`
	LineNum     int64                                  `protobuf:"varint,3,opt,name=line_num,json=LineNum,proto3" json:"line_num,omitempty"`
	LangIdent   string                                 `protobuf:"bytes,4,opt,name=langIdent,proto3" json:"langIdent,omitempty"`
	STATUS      string                                 `protobuf:"bytes,5,opt,name=STATUS,json=status,proto3" json:"STATUS,omitempty"`
	En_GB       int64                                  `protobuf:"varint,6,opt,name=en_GB,json=En_GB,proto3" json:"en_GB,omitempty"`
	No          string                                 `protobuf:"bytes,7,opt,name=no,json=yes,proto3" json:"no,omitempty"`
	Thing       *NonStandardMessageWithJSONNames_Thing `protobuf:"bytes,8,opt,name=thing,json=Thingy,proto3" json:"thing,omitempty"`
	StructField *_struct.Struct                        `protobuf:"bytes,9,opt,name=struct_field,json=StructField,proto3" json:"struct_field,omitempty"`
	ValueField  *_struct.Value                         `protobuf:"bytes,10,opt,name=value_field,json=ValueField,proto3" json:"value_field,omitempty"`
	// contains filtered or unexported fields
}

NonStandardMessageWithJSONNames maps odd field names to odd JSON names for maximum confusion.

func (*NonStandardMessageWithJSONNames) Descriptor deprecated

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

Deprecated: Use NonStandardMessageWithJSONNames.ProtoReflect.Descriptor instead.

func (*NonStandardMessageWithJSONNames) GetEn_GB

func (x *NonStandardMessageWithJSONNames) GetEn_GB() int64

func (*NonStandardMessageWithJSONNames) GetId

func (*NonStandardMessageWithJSONNames) GetLangIdent

func (x *NonStandardMessageWithJSONNames) GetLangIdent() string

func (*NonStandardMessageWithJSONNames) GetLineNum

func (x *NonStandardMessageWithJSONNames) GetLineNum() int64

func (*NonStandardMessageWithJSONNames) GetNo

func (*NonStandardMessageWithJSONNames) GetNum

func (*NonStandardMessageWithJSONNames) GetSTATUS

func (x *NonStandardMessageWithJSONNames) GetSTATUS() string

func (*NonStandardMessageWithJSONNames) GetStructField

func (x *NonStandardMessageWithJSONNames) GetStructField() *_struct.Struct

func (*NonStandardMessageWithJSONNames) GetThing

func (*NonStandardMessageWithJSONNames) GetValueField

func (x *NonStandardMessageWithJSONNames) GetValueField() *_struct.Value

func (*NonStandardMessageWithJSONNames) ProtoMessage

func (*NonStandardMessageWithJSONNames) ProtoMessage()

func (*NonStandardMessageWithJSONNames) ProtoReflect

func (*NonStandardMessageWithJSONNames) Reset

func (*NonStandardMessageWithJSONNames) String

type NonStandardMessageWithJSONNames_Thing

type NonStandardMessageWithJSONNames_Thing struct {
	SubThing *NonStandardMessageWithJSONNames_Thing_SubThing `protobuf:"bytes,1,opt,name=subThing,json=SubThing,proto3" json:"subThing,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardMessageWithJSONNames_Thing) Descriptor deprecated

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

Deprecated: Use NonStandardMessageWithJSONNames_Thing.ProtoReflect.Descriptor instead.

func (*NonStandardMessageWithJSONNames_Thing) GetSubThing

func (*NonStandardMessageWithJSONNames_Thing) ProtoMessage

func (*NonStandardMessageWithJSONNames_Thing) ProtoMessage()

func (*NonStandardMessageWithJSONNames_Thing) ProtoReflect

func (*NonStandardMessageWithJSONNames_Thing) Reset

func (*NonStandardMessageWithJSONNames_Thing) String

type NonStandardMessageWithJSONNames_Thing_SubThing

type NonStandardMessageWithJSONNames_Thing_SubThing struct {
	SubValue string `protobuf:"bytes,1,opt,name=sub_value,json=sub_Value,proto3" json:"sub_value,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardMessageWithJSONNames_Thing_SubThing) Descriptor deprecated

Deprecated: Use NonStandardMessageWithJSONNames_Thing_SubThing.ProtoReflect.Descriptor instead.

func (*NonStandardMessageWithJSONNames_Thing_SubThing) GetSubValue

func (*NonStandardMessageWithJSONNames_Thing_SubThing) ProtoMessage

func (*NonStandardMessageWithJSONNames_Thing_SubThing) ProtoReflect

func (*NonStandardMessageWithJSONNames_Thing_SubThing) Reset

func (*NonStandardMessageWithJSONNames_Thing_SubThing) String

type NonStandardMessage_Thing

type NonStandardMessage_Thing struct {
	SubThing *NonStandardMessage_Thing_SubThing `protobuf:"bytes,1,opt,name=subThing,proto3" json:"subThing,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardMessage_Thing) Descriptor deprecated

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

Deprecated: Use NonStandardMessage_Thing.ProtoReflect.Descriptor instead.

func (*NonStandardMessage_Thing) GetSubThing

func (*NonStandardMessage_Thing) ProtoMessage

func (*NonStandardMessage_Thing) ProtoMessage()

func (*NonStandardMessage_Thing) ProtoReflect

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

func (*NonStandardMessage_Thing) Reset

func (x *NonStandardMessage_Thing) Reset()

func (*NonStandardMessage_Thing) String

func (x *NonStandardMessage_Thing) String() string

type NonStandardMessage_Thing_SubThing

type NonStandardMessage_Thing_SubThing struct {
	SubValue string `protobuf:"bytes,1,opt,name=sub_value,json=subValue,proto3" json:"sub_value,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardMessage_Thing_SubThing) Descriptor deprecated

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

Deprecated: Use NonStandardMessage_Thing_SubThing.ProtoReflect.Descriptor instead.

func (*NonStandardMessage_Thing_SubThing) GetSubValue

func (x *NonStandardMessage_Thing_SubThing) GetSubValue() string

func (*NonStandardMessage_Thing_SubThing) ProtoMessage

func (*NonStandardMessage_Thing_SubThing) ProtoMessage()

func (*NonStandardMessage_Thing_SubThing) ProtoReflect

func (*NonStandardMessage_Thing_SubThing) Reset

func (*NonStandardMessage_Thing_SubThing) String

type NonStandardServiceClient

type NonStandardServiceClient interface {
	// Apply field mask to empty NonStandardMessage and return result.
	Update(ctx context.Context, in *NonStandardUpdateRequest, opts ...grpc.CallOption) (*NonStandardMessage, error)
	// Apply field mask to empty NonStandardMessageWithJSONNames and return result.
	UpdateWithJSONNames(ctx context.Context, in *NonStandardWithJSONNamesUpdateRequest, opts ...grpc.CallOption) (*NonStandardMessageWithJSONNames, error)
}

NonStandardServiceClient is the client API for NonStandardService 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.

type NonStandardServiceService

type NonStandardServiceService struct {
	// Apply field mask to empty NonStandardMessage and return result.
	Update func(context.Context, *NonStandardUpdateRequest) (*NonStandardMessage, error)
	// Apply field mask to empty NonStandardMessageWithJSONNames and return result.
	UpdateWithJSONNames func(context.Context, *NonStandardWithJSONNamesUpdateRequest) (*NonStandardMessageWithJSONNames, error)
}

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

func NewNonStandardServiceService

func NewNonStandardServiceService(s interface{}) *NonStandardServiceService

NewNonStandardServiceService creates a new NonStandardServiceService containing the implemented methods of the NonStandardService 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 NonStandardUpdateRequest

type NonStandardUpdateRequest struct {
	Body       *NonStandardMessage   `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardUpdateRequest) Descriptor deprecated

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

Deprecated: Use NonStandardUpdateRequest.ProtoReflect.Descriptor instead.

func (*NonStandardUpdateRequest) GetBody

func (*NonStandardUpdateRequest) GetUpdateMask

func (x *NonStandardUpdateRequest) GetUpdateMask() *field_mask.FieldMask

func (*NonStandardUpdateRequest) ProtoMessage

func (*NonStandardUpdateRequest) ProtoMessage()

func (*NonStandardUpdateRequest) ProtoReflect

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

func (*NonStandardUpdateRequest) Reset

func (x *NonStandardUpdateRequest) Reset()

func (*NonStandardUpdateRequest) String

func (x *NonStandardUpdateRequest) String() string

type NonStandardWithJSONNamesUpdateRequest

type NonStandardWithJSONNamesUpdateRequest struct {
	Body       *NonStandardMessageWithJSONNames `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	UpdateMask *field_mask.FieldMask            `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*NonStandardWithJSONNamesUpdateRequest) Descriptor deprecated

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

Deprecated: Use NonStandardWithJSONNamesUpdateRequest.ProtoReflect.Descriptor instead.

func (*NonStandardWithJSONNamesUpdateRequest) GetBody

func (*NonStandardWithJSONNamesUpdateRequest) GetUpdateMask

func (*NonStandardWithJSONNamesUpdateRequest) ProtoMessage

func (*NonStandardWithJSONNamesUpdateRequest) ProtoMessage()

func (*NonStandardWithJSONNamesUpdateRequest) ProtoReflect

func (*NonStandardWithJSONNamesUpdateRequest) Reset

func (*NonStandardWithJSONNamesUpdateRequest) String

type NumericEnum

type NumericEnum int32

NumericEnum is one or zero.

const (
	// ZERO means 0
	NumericEnum_ZERO NumericEnum = 0
	// ONE means 1
	NumericEnum_ONE NumericEnum = 1
)

func (NumericEnum) Descriptor

func (NumericEnum) Enum

func (x NumericEnum) Enum() *NumericEnum

func (NumericEnum) EnumDescriptor deprecated

func (NumericEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use NumericEnum.Descriptor instead.

func (NumericEnum) Number

func (x NumericEnum) Number() protoreflect.EnumNumber

func (NumericEnum) String

func (x NumericEnum) String() string

func (NumericEnum) Type

type Proto2Message

type Proto2Message struct {
	FloatValue    *float32 `protobuf:"fixed32,42,opt,name=float_value,json=floatValue" json:"float_value,omitempty"`
	DoubleValue   *float64 `protobuf:"fixed64,43,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"`
	Int64Value    *int64   `protobuf:"varint,3,opt,name=int64_value,json=int64Value" json:"int64_value,omitempty"`
	Int32Value    *int32   `protobuf:"varint,4,opt,name=int32_value,json=int32Value" json:"int32_value,omitempty"`
	Uint64Value   *uint64  `protobuf:"varint,5,opt,name=uint64_value,json=uint64Value" json:"uint64_value,omitempty"`
	Uint32Value   *uint32  `protobuf:"varint,6,opt,name=uint32_value,json=uint32Value" json:"uint32_value,omitempty"`
	BoolValue     *bool    `protobuf:"varint,7,opt,name=bool_value,json=boolValue" json:"bool_value,omitempty"`
	StringValue   *string  `protobuf:"bytes,8,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
	BytesValue    []byte   `protobuf:"bytes,9,opt,name=bytes_value,json=bytesValue" json:"bytes_value,omitempty"`
	RepeatedValue []string `protobuf:"bytes,10,rep,name=repeated_value,json=repeatedValue" json:"repeated_value,omitempty"`
	// contains filtered or unexported fields
}

func (*Proto2Message) Descriptor deprecated

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

Deprecated: Use Proto2Message.ProtoReflect.Descriptor instead.

func (*Proto2Message) GetBoolValue

func (x *Proto2Message) GetBoolValue() bool

func (*Proto2Message) GetBytesValue

func (x *Proto2Message) GetBytesValue() []byte

func (*Proto2Message) GetDoubleValue

func (x *Proto2Message) GetDoubleValue() float64

func (*Proto2Message) GetFloatValue

func (x *Proto2Message) GetFloatValue() float32

func (*Proto2Message) GetInt32Value

func (x *Proto2Message) GetInt32Value() int32

func (*Proto2Message) GetInt64Value

func (x *Proto2Message) GetInt64Value() int64

func (*Proto2Message) GetRepeatedValue

func (x *Proto2Message) GetRepeatedValue() []string

func (*Proto2Message) GetStringValue

func (x *Proto2Message) GetStringValue() string

func (*Proto2Message) GetUint32Value

func (x *Proto2Message) GetUint32Value() uint32

func (*Proto2Message) GetUint64Value

func (x *Proto2Message) GetUint64Value() uint64

func (*Proto2Message) ProtoMessage

func (*Proto2Message) ProtoMessage()

func (*Proto2Message) ProtoReflect

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

func (*Proto2Message) Reset

func (x *Proto2Message) Reset()

func (*Proto2Message) String

func (x *Proto2Message) String() string

type Proto3Message

type Proto3Message struct {

	// Next number: 46
	Nested          *Proto3Message          `protobuf:"bytes,41,opt,name=nested,proto3" json:"nested,omitempty"`
	FloatValue      float32                 `protobuf:"fixed32,42,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	DoubleValue     float64                 `protobuf:"fixed64,43,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	Int64Value      int64                   `protobuf:"varint,3,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Int32Value      int32                   `protobuf:"varint,4,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Uint64Value     uint64                  `protobuf:"varint,5,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Uint32Value     uint32                  `protobuf:"varint,6,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	BoolValue       bool                    `protobuf:"varint,7,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	StringValue     string                  `protobuf:"bytes,8,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	BytesValue      []byte                  `protobuf:"bytes,9,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	RepeatedValue   []string                `protobuf:"bytes,10,rep,name=repeated_value,json=repeatedValue,proto3" json:"repeated_value,omitempty"`
	RepeatedMessage []*wrappers.UInt64Value `protobuf:"bytes,44,rep,name=repeated_message,json=repeatedMessage,proto3" json:"repeated_message,omitempty"`
	EnumValue       EnumValue               `` /* 145-byte string literal not displayed */
	RepeatedEnum    []EnumValue             `` /* 161-byte string literal not displayed */
	TimestampValue  *timestamp.Timestamp    `protobuf:"bytes,13,opt,name=timestamp_value,json=timestampValue,proto3" json:"timestamp_value,omitempty"`
	DurationValue   *duration.Duration      `protobuf:"bytes,14,opt,name=duration_value,json=durationValue,proto3" json:"duration_value,omitempty"`
	FieldmaskValue  *field_mask.FieldMask   `protobuf:"bytes,15,opt,name=fieldmask_value,json=fieldmaskValue,proto3" json:"fieldmask_value,omitempty"`
	// Types that are assignable to OneofValue:
	//	*Proto3Message_OneofBoolValue
	//	*Proto3Message_OneofStringValue
	OneofValue         isProto3Message_OneofValue       `protobuf_oneof:"oneof_value"`
	WrapperDoubleValue *wrappers.DoubleValue            `protobuf:"bytes,17,opt,name=wrapper_double_value,json=wrapperDoubleValue,proto3" json:"wrapper_double_value,omitempty"`
	WrapperFloatValue  *wrappers.FloatValue             `protobuf:"bytes,18,opt,name=wrapper_float_value,json=wrapperFloatValue,proto3" json:"wrapper_float_value,omitempty"`
	WrapperInt64Value  *wrappers.Int64Value             `protobuf:"bytes,19,opt,name=wrapper_int64_value,json=wrapperInt64Value,proto3" json:"wrapper_int64_value,omitempty"`
	WrapperInt32Value  *wrappers.Int32Value             `protobuf:"bytes,20,opt,name=wrapper_int32_value,json=wrapperInt32Value,proto3" json:"wrapper_int32_value,omitempty"`
	WrapperUInt64Value *wrappers.UInt64Value            `protobuf:"bytes,21,opt,name=wrapper_u_int64_value,json=wrapperUInt64Value,proto3" json:"wrapper_u_int64_value,omitempty"`
	WrapperUInt32Value *wrappers.UInt32Value            `protobuf:"bytes,22,opt,name=wrapper_u_int32_value,json=wrapperUInt32Value,proto3" json:"wrapper_u_int32_value,omitempty"`
	WrapperBoolValue   *wrappers.BoolValue              `protobuf:"bytes,23,opt,name=wrapper_bool_value,json=wrapperBoolValue,proto3" json:"wrapper_bool_value,omitempty"`
	WrapperStringValue *wrappers.StringValue            `protobuf:"bytes,24,opt,name=wrapper_string_value,json=wrapperStringValue,proto3" json:"wrapper_string_value,omitempty"`
	WrapperBytesValue  *wrappers.BytesValue             `protobuf:"bytes,25,opt,name=wrapper_bytes_value,json=wrapperBytesValue,proto3" json:"wrapper_bytes_value,omitempty"`
	MapValue           map[string]string                `` /* 174-byte string literal not displayed */
	MapValue2          map[string]int32                 `` /* 178-byte string literal not displayed */
	MapValue3          map[int32]string                 `` /* 178-byte string literal not displayed */
	MapValue4          map[string]int64                 `` /* 178-byte string literal not displayed */
	MapValue5          map[int64]string                 `` /* 178-byte string literal not displayed */
	MapValue6          map[string]uint32                `` /* 178-byte string literal not displayed */
	MapValue7          map[uint32]string                `` /* 178-byte string literal not displayed */
	MapValue8          map[string]uint64                `` /* 178-byte string literal not displayed */
	MapValue9          map[uint64]string                `` /* 178-byte string literal not displayed */
	MapValue10         map[string]float32               `` /* 182-byte string literal not displayed */
	MapValue12         map[string]float64               `` /* 182-byte string literal not displayed */
	MapValue14         map[string]bool                  `` /* 181-byte string literal not displayed */
	MapValue15         map[bool]string                  `` /* 181-byte string literal not displayed */
	MapValue16         map[string]*wrappers.UInt64Value `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Proto3Message) Descriptor deprecated

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

Deprecated: Use Proto3Message.ProtoReflect.Descriptor instead.

func (*Proto3Message) GetBoolValue

func (x *Proto3Message) GetBoolValue() bool

func (*Proto3Message) GetBytesValue

func (x *Proto3Message) GetBytesValue() []byte

func (*Proto3Message) GetDoubleValue

func (x *Proto3Message) GetDoubleValue() float64

func (*Proto3Message) GetDurationValue

func (x *Proto3Message) GetDurationValue() *duration.Duration

func (*Proto3Message) GetEnumValue

func (x *Proto3Message) GetEnumValue() EnumValue

func (*Proto3Message) GetFieldmaskValue

func (x *Proto3Message) GetFieldmaskValue() *field_mask.FieldMask

func (*Proto3Message) GetFloatValue

func (x *Proto3Message) GetFloatValue() float32

func (*Proto3Message) GetInt32Value

func (x *Proto3Message) GetInt32Value() int32

func (*Proto3Message) GetInt64Value

func (x *Proto3Message) GetInt64Value() int64

func (*Proto3Message) GetMapValue

func (x *Proto3Message) GetMapValue() map[string]string

func (*Proto3Message) GetMapValue10

func (x *Proto3Message) GetMapValue10() map[string]float32

func (*Proto3Message) GetMapValue12

func (x *Proto3Message) GetMapValue12() map[string]float64

func (*Proto3Message) GetMapValue14

func (x *Proto3Message) GetMapValue14() map[string]bool

func (*Proto3Message) GetMapValue15

func (x *Proto3Message) GetMapValue15() map[bool]string

func (*Proto3Message) GetMapValue16

func (x *Proto3Message) GetMapValue16() map[string]*wrappers.UInt64Value

func (*Proto3Message) GetMapValue2

func (x *Proto3Message) GetMapValue2() map[string]int32

func (*Proto3Message) GetMapValue3

func (x *Proto3Message) GetMapValue3() map[int32]string

func (*Proto3Message) GetMapValue4

func (x *Proto3Message) GetMapValue4() map[string]int64

func (*Proto3Message) GetMapValue5

func (x *Proto3Message) GetMapValue5() map[int64]string

func (*Proto3Message) GetMapValue6

func (x *Proto3Message) GetMapValue6() map[string]uint32

func (*Proto3Message) GetMapValue7

func (x *Proto3Message) GetMapValue7() map[uint32]string

func (*Proto3Message) GetMapValue8

func (x *Proto3Message) GetMapValue8() map[string]uint64

func (*Proto3Message) GetMapValue9

func (x *Proto3Message) GetMapValue9() map[uint64]string

func (*Proto3Message) GetNested

func (x *Proto3Message) GetNested() *Proto3Message

func (*Proto3Message) GetOneofBoolValue

func (x *Proto3Message) GetOneofBoolValue() bool

func (*Proto3Message) GetOneofStringValue

func (x *Proto3Message) GetOneofStringValue() string

func (*Proto3Message) GetOneofValue

func (m *Proto3Message) GetOneofValue() isProto3Message_OneofValue

func (*Proto3Message) GetRepeatedEnum

func (x *Proto3Message) GetRepeatedEnum() []EnumValue

func (*Proto3Message) GetRepeatedMessage

func (x *Proto3Message) GetRepeatedMessage() []*wrappers.UInt64Value

func (*Proto3Message) GetRepeatedValue

func (x *Proto3Message) GetRepeatedValue() []string

func (*Proto3Message) GetStringValue

func (x *Proto3Message) GetStringValue() string

func (*Proto3Message) GetTimestampValue

func (x *Proto3Message) GetTimestampValue() *timestamp.Timestamp

func (*Proto3Message) GetUint32Value

func (x *Proto3Message) GetUint32Value() uint32

func (*Proto3Message) GetUint64Value

func (x *Proto3Message) GetUint64Value() uint64

func (*Proto3Message) GetWrapperBoolValue

func (x *Proto3Message) GetWrapperBoolValue() *wrappers.BoolValue

func (*Proto3Message) GetWrapperBytesValue

func (x *Proto3Message) GetWrapperBytesValue() *wrappers.BytesValue

func (*Proto3Message) GetWrapperDoubleValue

func (x *Proto3Message) GetWrapperDoubleValue() *wrappers.DoubleValue

func (*Proto3Message) GetWrapperFloatValue

func (x *Proto3Message) GetWrapperFloatValue() *wrappers.FloatValue

func (*Proto3Message) GetWrapperInt32Value

func (x *Proto3Message) GetWrapperInt32Value() *wrappers.Int32Value

func (*Proto3Message) GetWrapperInt64Value

func (x *Proto3Message) GetWrapperInt64Value() *wrappers.Int64Value

func (*Proto3Message) GetWrapperStringValue

func (x *Proto3Message) GetWrapperStringValue() *wrappers.StringValue

func (*Proto3Message) GetWrapperUInt32Value

func (x *Proto3Message) GetWrapperUInt32Value() *wrappers.UInt32Value

func (*Proto3Message) GetWrapperUInt64Value

func (x *Proto3Message) GetWrapperUInt64Value() *wrappers.UInt64Value

func (*Proto3Message) ProtoMessage

func (*Proto3Message) ProtoMessage()

func (*Proto3Message) ProtoReflect

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

func (*Proto3Message) Reset

func (x *Proto3Message) Reset()

func (*Proto3Message) String

func (x *Proto3Message) String() string

type Proto3Message_OneofBoolValue

type Proto3Message_OneofBoolValue struct {
	OneofBoolValue bool `protobuf:"varint,1,opt,name=oneof_bool_value,json=oneofBoolValue,proto3,oneof"`
}

type Proto3Message_OneofStringValue

type Proto3Message_OneofStringValue struct {
	OneofStringValue string `protobuf:"bytes,2,opt,name=oneof_string_value,json=oneofStringValue,proto3,oneof"`
}

type RepeatedResponseBodyOut

type RepeatedResponseBodyOut struct {
	Response []*RepeatedResponseBodyOut_Response `protobuf:"bytes,2,rep,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedResponseBodyOut) Descriptor deprecated

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

Deprecated: Use RepeatedResponseBodyOut.ProtoReflect.Descriptor instead.

func (*RepeatedResponseBodyOut) GetResponse

func (*RepeatedResponseBodyOut) ProtoMessage

func (*RepeatedResponseBodyOut) ProtoMessage()

func (*RepeatedResponseBodyOut) ProtoReflect

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

func (*RepeatedResponseBodyOut) Reset

func (x *RepeatedResponseBodyOut) Reset()

func (*RepeatedResponseBodyOut) String

func (x *RepeatedResponseBodyOut) String() string

type RepeatedResponseBodyOut_Response

type RepeatedResponseBodyOut_Response struct {
	Data string                                        `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Type RepeatedResponseBodyOut_Response_ResponseType `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RepeatedResponseBodyOut_Response) Descriptor deprecated

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

Deprecated: Use RepeatedResponseBodyOut_Response.ProtoReflect.Descriptor instead.

func (*RepeatedResponseBodyOut_Response) GetData

func (*RepeatedResponseBodyOut_Response) GetType

func (*RepeatedResponseBodyOut_Response) ProtoMessage

func (*RepeatedResponseBodyOut_Response) ProtoMessage()

func (*RepeatedResponseBodyOut_Response) ProtoReflect

func (*RepeatedResponseBodyOut_Response) Reset

func (*RepeatedResponseBodyOut_Response) String

type RepeatedResponseBodyOut_Response_ResponseType

type RepeatedResponseBodyOut_Response_ResponseType int32
const (
	// UNKNOWN
	RepeatedResponseBodyOut_Response_UNKNOWN RepeatedResponseBodyOut_Response_ResponseType = 0
	// A is 1
	RepeatedResponseBodyOut_Response_A RepeatedResponseBodyOut_Response_ResponseType = 1
	// B is 2
	RepeatedResponseBodyOut_Response_B RepeatedResponseBodyOut_Response_ResponseType = 2
)

func (RepeatedResponseBodyOut_Response_ResponseType) Descriptor

func (RepeatedResponseBodyOut_Response_ResponseType) Enum

func (RepeatedResponseBodyOut_Response_ResponseType) EnumDescriptor deprecated

func (RepeatedResponseBodyOut_Response_ResponseType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepeatedResponseBodyOut_Response_ResponseType.Descriptor instead.

func (RepeatedResponseBodyOut_Response_ResponseType) Number

func (RepeatedResponseBodyOut_Response_ResponseType) String

func (RepeatedResponseBodyOut_Response_ResponseType) Type

type ResponseBodyOut

type ResponseBodyOut struct {
	Response *ResponseBodyOut_Response `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseBodyOut) Descriptor deprecated

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

Deprecated: Use ResponseBodyOut.ProtoReflect.Descriptor instead.

func (*ResponseBodyOut) GetResponse

func (x *ResponseBodyOut) GetResponse() *ResponseBodyOut_Response

func (*ResponseBodyOut) ProtoMessage

func (*ResponseBodyOut) ProtoMessage()

func (*ResponseBodyOut) ProtoReflect

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

func (*ResponseBodyOut) Reset

func (x *ResponseBodyOut) Reset()

func (*ResponseBodyOut) String

func (x *ResponseBodyOut) String() string

type ResponseBodyOut_Response

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

func (*ResponseBodyOut_Response) Descriptor deprecated

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

Deprecated: Use ResponseBodyOut_Response.ProtoReflect.Descriptor instead.

func (*ResponseBodyOut_Response) GetData

func (x *ResponseBodyOut_Response) GetData() string

func (*ResponseBodyOut_Response) ProtoMessage

func (*ResponseBodyOut_Response) ProtoMessage()

func (*ResponseBodyOut_Response) ProtoReflect

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

func (*ResponseBodyOut_Response) Reset

func (x *ResponseBodyOut_Response) Reset()

func (*ResponseBodyOut_Response) String

func (x *ResponseBodyOut_Response) String() string

type SimpleMessage

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

SimpleMessage represents a simple message sent to the Echo service.

func (*SimpleMessage) Descriptor deprecated

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

Deprecated: Use SimpleMessage.ProtoReflect.Descriptor instead.

func (*SimpleMessage) GetId

func (x *SimpleMessage) GetId() string

func (*SimpleMessage) ProtoMessage

func (*SimpleMessage) ProtoMessage()

func (*SimpleMessage) ProtoReflect

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

func (*SimpleMessage) Reset

func (x *SimpleMessage) Reset()

func (*SimpleMessage) String

func (x *SimpleMessage) String() string

type UnimplementedNestedServiceServer

type UnimplementedNestedServiceServer struct {
}

UnimplementedNestedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNestedServiceServer) Update

type UnstableNonStandardServiceService

type UnstableNonStandardServiceService interface {
	// Apply field mask to empty NonStandardMessage and return result.
	Update(context.Context, *NonStandardUpdateRequest) (*NonStandardMessage, error)
	// Apply field mask to empty NonStandardMessageWithJSONNames and return result.
	UpdateWithJSONNames(context.Context, *NonStandardWithJSONNamesUpdateRequest) (*NonStandardMessageWithJSONNames, error)
}

UnstableNonStandardServiceService is the service API for NonStandardService 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.

type UpdateMessage

type UpdateMessage struct {
	UpdateMask       *field_mask.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	ABitOfEverything *ABitOfEverything     `protobuf:"bytes,2,opt,name=a_bit_of_everything,json=aBitOfEverything,proto3" json:"a_bit_of_everything,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMessage) Descriptor deprecated

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

Deprecated: Use UpdateMessage.ProtoReflect.Descriptor instead.

func (*UpdateMessage) GetABitOfEverything

func (x *UpdateMessage) GetABitOfEverything() *ABitOfEverything

func (*UpdateMessage) GetUpdateMask

func (x *UpdateMessage) GetUpdateMask() *field_mask.FieldMask

func (*UpdateMessage) ProtoMessage

func (*UpdateMessage) ProtoMessage()

func (*UpdateMessage) ProtoReflect

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

func (*UpdateMessage) Reset

func (x *UpdateMessage) Reset()

func (*UpdateMessage) String

func (x *UpdateMessage) String() string

type UpdateNestedRequest

type UpdateNestedRequest struct {
	Nested     *NestedOuter          `protobuf:"bytes,1,opt,name=nested,proto3" json:"nested,omitempty"`
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNestedRequest) Descriptor deprecated

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

Deprecated: Use UpdateNestedRequest.ProtoReflect.Descriptor instead.

func (*UpdateNestedRequest) GetNested

func (x *UpdateNestedRequest) GetNested() *NestedOuter

func (*UpdateNestedRequest) GetUpdateMask

func (x *UpdateNestedRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateNestedRequest) ProtoMessage

func (*UpdateNestedRequest) ProtoMessage()

func (*UpdateNestedRequest) ProtoReflect

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

func (*UpdateNestedRequest) Reset

func (x *UpdateNestedRequest) Reset()

func (*UpdateNestedRequest) String

func (x *UpdateNestedRequest) String() string

Jump to

Keyboard shortcuts

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