Versions in this module Expand all Collapse all v0 v0.0.11 Jul 31, 2024 Changes in this version + type Embedded struct + Mark isEmbedded_Mark + func (*Embedded) Descriptor() ([]byte, []int) + func (*Embedded) ProtoMessage() + func (m *Embedded) GetMark() isEmbedded_Mark + func (x *Embedded) GetNote() string + func (x *Embedded) GetProgress() int64 + func (x *Embedded) ProtoReflect() protoreflect.Message + func (x *Embedded) Reset() + func (x *Embedded) String() string + type Embedded_Note struct + Note string + type Embedded_Progress struct + Progress int64 + type SimpleMessage struct + Code isSimpleMessage_Code + Ext isSimpleMessage_Ext + Id string + Num int64 + ResourceId string + Status *Embedded + func (*SimpleMessage) Descriptor() ([]byte, []int) + func (*SimpleMessage) ProtoMessage() + func (m *SimpleMessage) GetCode() isSimpleMessage_Code + func (m *SimpleMessage) GetExt() isSimpleMessage_Ext + func (x *SimpleMessage) GetEn() int64 + func (x *SimpleMessage) GetId() string + func (x *SimpleMessage) GetLang() string + func (x *SimpleMessage) GetLineNum() int64 + func (x *SimpleMessage) GetNo() *Embedded + func (x *SimpleMessage) GetNum() int64 + func (x *SimpleMessage) GetResourceId() string + func (x *SimpleMessage) GetStatus() *Embedded + func (x *SimpleMessage) ProtoReflect() protoreflect.Message + func (x *SimpleMessage) Reset() + func (x *SimpleMessage) String() string + type SimpleMessage_En struct + En int64 + type SimpleMessage_Lang struct + Lang string + type SimpleMessage_LineNum struct + LineNum int64 + type SimpleMessage_No struct + No *Embedded v0.0.10 May 31, 2024 v0.0.9 May 31, 2024 v0.0.8 May 18, 2024 v0.0.8-alpha1 May 18, 2024 v0.0.7 May 18, 2024 v0.0.6 May 18, 2024 v0.0.5 May 18, 2024 v0.0.4 May 18, 2024 v0.0.3 May 18, 2024 v0.0.2 May 18, 2024 v0.0.1 May 18, 2024 Changes in this version + var ABitOfEverything_Nested_DeepEnum_name = map[int32]string + var ABitOfEverything_Nested_DeepEnum_value = map[string]int32 + var EnumValue_name = map[int32]string + var EnumValue_value = map[string]int32 + var File_example_proto protoreflect.FileDescriptor + var File_non_standard_names_proto protoreflect.FileDescriptor + var File_proto2_proto protoreflect.FileDescriptor + var File_proto3_proto protoreflect.FileDescriptor + var NumericEnum_name = map[int32]string + var NumericEnum_value = map[string]int32 + var RepeatedResponseBodyOut_Response_ResponseType_name = map[int32]string + var RepeatedResponseBodyOut_Response_ResponseType_value = map[string]int32 + type ABitOfEverything struct + Anytype *anypb.Any + BoolValue bool + BytesValue []byte + DoubleValue float64 + EnumValue NumericEnum + EnumValueAnnotation NumericEnum + Fixed32Value uint32 + Fixed64Value uint64 + FloatValue float32 + Int32Value int32 + Int64OverrideType int64 + Int64Value int64 + MapValue map[string]NumericEnum + MappedNestedValue map[string]*ABitOfEverything_Nested + MappedStringValue map[string]string + Nested []*ABitOfEverything_Nested + NestedAnnotation *ABitOfEverything_Nested + NonConventionalNameValue string + OneofValue isABitOfEverything_OneofValue + RepeatedAnytype []*anypb.Any + RepeatedEnumAnnotation []NumericEnum + RepeatedEnumValue []NumericEnum + RepeatedNestedAnnotation []*ABitOfEverything_Nested + RepeatedStringAnnotation []string + RepeatedStringValue []string + Sfixed32Value int32 + Sfixed64Value int64 + SingleNested *ABitOfEverything_Nested + Sint32Value int32 + Sint64Value int64 + StringValue string + TimestampValue *timestamppb.Timestamp + Uint32Value uint32 + Uint64Value uint64 + Uuid string + func (*ABitOfEverything) Descriptor() ([]byte, []int) + func (*ABitOfEverything) ProtoMessage() + func (m *ABitOfEverything) GetOneofValue() isABitOfEverything_OneofValue + func (x *ABitOfEverything) GetAnytype() *anypb.Any + func (x *ABitOfEverything) GetBoolValue() bool + func (x *ABitOfEverything) GetBytesValue() []byte + func (x *ABitOfEverything) GetDoubleValue() float64 + func (x *ABitOfEverything) GetEnumValue() NumericEnum + func (x *ABitOfEverything) GetEnumValueAnnotation() NumericEnum + func (x *ABitOfEverything) GetFixed32Value() uint32 + func (x *ABitOfEverything) GetFixed64Value() uint64 + func (x *ABitOfEverything) GetFloatValue() float32 + func (x *ABitOfEverything) GetInt32Value() int32 + func (x *ABitOfEverything) GetInt64OverrideType() int64 + func (x *ABitOfEverything) GetInt64Value() int64 + func (x *ABitOfEverything) GetMapValue() map[string]NumericEnum + func (x *ABitOfEverything) GetMappedNestedValue() map[string]*ABitOfEverything_Nested + func (x *ABitOfEverything) GetMappedStringValue() map[string]string + func (x *ABitOfEverything) GetNested() []*ABitOfEverything_Nested + func (x *ABitOfEverything) GetNestedAnnotation() *ABitOfEverything_Nested + func (x *ABitOfEverything) GetNonConventionalNameValue() string + func (x *ABitOfEverything) GetOneofEmpty() *emptypb.Empty + func (x *ABitOfEverything) GetOneofString() string + func (x *ABitOfEverything) GetRepeatedAnytype() []*anypb.Any + func (x *ABitOfEverything) GetRepeatedEnumAnnotation() []NumericEnum + func (x *ABitOfEverything) GetRepeatedEnumValue() []NumericEnum + func (x *ABitOfEverything) GetRepeatedNestedAnnotation() []*ABitOfEverything_Nested + func (x *ABitOfEverything) GetRepeatedStringAnnotation() []string + func (x *ABitOfEverything) GetRepeatedStringValue() []string + func (x *ABitOfEverything) GetSfixed32Value() int32 + func (x *ABitOfEverything) GetSfixed64Value() int64 + func (x *ABitOfEverything) GetSingleNested() *ABitOfEverything_Nested + func (x *ABitOfEverything) GetSint32Value() int32 + func (x *ABitOfEverything) GetSint64Value() int64 + func (x *ABitOfEverything) GetStringValue() string + func (x *ABitOfEverything) GetTimestampValue() *timestamppb.Timestamp + func (x *ABitOfEverything) GetUint32Value() uint32 + func (x *ABitOfEverything) GetUint64Value() uint64 + func (x *ABitOfEverything) GetUuid() string + func (x *ABitOfEverything) ProtoReflect() protoreflect.Message + func (x *ABitOfEverything) Reset() + func (x *ABitOfEverything) String() string + type ABitOfEverything_Nested struct + Amount uint32 + Name string + Ok ABitOfEverything_Nested_DeepEnum + func (*ABitOfEverything_Nested) Descriptor() ([]byte, []int) + func (*ABitOfEverything_Nested) ProtoMessage() + func (x *ABitOfEverything_Nested) GetAmount() uint32 + func (x *ABitOfEverything_Nested) GetName() string + func (x *ABitOfEverything_Nested) GetOk() ABitOfEverything_Nested_DeepEnum + func (x *ABitOfEverything_Nested) ProtoReflect() protoreflect.Message + func (x *ABitOfEverything_Nested) Reset() + func (x *ABitOfEverything_Nested) String() string + type ABitOfEverything_Nested_DeepEnum int32 + const ABitOfEverything_Nested_FALSE + const ABitOfEverything_Nested_TRUE + func (ABitOfEverything_Nested_DeepEnum) Descriptor() protoreflect.EnumDescriptor + func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor() ([]byte, []int) + func (ABitOfEverything_Nested_DeepEnum) Type() protoreflect.EnumType + func (x ABitOfEverything_Nested_DeepEnum) Enum() *ABitOfEverything_Nested_DeepEnum + func (x ABitOfEverything_Nested_DeepEnum) Number() protoreflect.EnumNumber + func (x ABitOfEverything_Nested_DeepEnum) String() string + type ABitOfEverything_OneofEmpty struct + OneofEmpty *emptypb.Empty + type ABitOfEverything_OneofString struct + OneofString string + type EnumValue int32 + const EnumValue_X + const EnumValue_Y + const EnumValue_Z + func (EnumValue) Descriptor() protoreflect.EnumDescriptor + func (EnumValue) EnumDescriptor() ([]byte, []int) + func (EnumValue) Type() protoreflect.EnumType + func (x EnumValue) Enum() *EnumValue + func (x EnumValue) Number() protoreflect.EnumNumber + func (x EnumValue) String() string + type NestedOne struct + Two *NestedTwo + func (*NestedOne) Descriptor() ([]byte, []int) + func (*NestedOne) ProtoMessage() + func (x *NestedOne) GetTwo() *NestedTwo + func (x *NestedOne) ProtoReflect() protoreflect.Message + func (x *NestedOne) Reset() + func (x *NestedOne) String() string + type NestedOuter struct + One *NestedOne + func (*NestedOuter) Descriptor() ([]byte, []int) + func (*NestedOuter) ProtoMessage() + func (x *NestedOuter) GetOne() *NestedOne + func (x *NestedOuter) ProtoReflect() protoreflect.Message + func (x *NestedOuter) Reset() + func (x *NestedOuter) String() string + type NestedThree struct + A bool + B bool + func (*NestedThree) Descriptor() ([]byte, []int) + func (*NestedThree) ProtoMessage() + func (x *NestedThree) GetA() bool + func (x *NestedThree) GetB() bool + func (x *NestedThree) ProtoReflect() protoreflect.Message + func (x *NestedThree) Reset() + func (x *NestedThree) String() string + type NestedTwo struct + Three *NestedThree + func (*NestedTwo) Descriptor() ([]byte, []int) + func (*NestedTwo) ProtoMessage() + func (x *NestedTwo) GetThree() *NestedThree + func (x *NestedTwo) ProtoReflect() protoreflect.Message + func (x *NestedTwo) Reset() + func (x *NestedTwo) String() string + type NonStandardMessage struct + En_GB int64 + Id string + LangIdent string + LineNum int64 + No string + Num int64 + STATUS string + StructField *structpb.Struct + Thing *NonStandardMessage_Thing + ValueField *structpb.Value + func (*NonStandardMessage) Descriptor() ([]byte, []int) + func (*NonStandardMessage) ProtoMessage() + func (x *NonStandardMessage) GetEn_GB() int64 + func (x *NonStandardMessage) GetId() string + func (x *NonStandardMessage) GetLangIdent() string + func (x *NonStandardMessage) GetLineNum() int64 + func (x *NonStandardMessage) GetNo() string + func (x *NonStandardMessage) GetNum() int64 + func (x *NonStandardMessage) GetSTATUS() string + func (x *NonStandardMessage) GetStructField() *structpb.Struct + func (x *NonStandardMessage) GetThing() *NonStandardMessage_Thing + func (x *NonStandardMessage) GetValueField() *structpb.Value + func (x *NonStandardMessage) ProtoReflect() protoreflect.Message + func (x *NonStandardMessage) Reset() + func (x *NonStandardMessage) String() string + type NonStandardMessageWithJSONNames struct + En_GB int64 + Id string + LangIdent string + LineNum int64 + No string + Num int64 + STATUS string + StructField *structpb.Struct + Thing *NonStandardMessageWithJSONNames_Thing + ValueField *structpb.Value + func (*NonStandardMessageWithJSONNames) Descriptor() ([]byte, []int) + func (*NonStandardMessageWithJSONNames) ProtoMessage() + func (x *NonStandardMessageWithJSONNames) GetEn_GB() int64 + func (x *NonStandardMessageWithJSONNames) GetId() string + func (x *NonStandardMessageWithJSONNames) GetLangIdent() string + func (x *NonStandardMessageWithJSONNames) GetLineNum() int64 + func (x *NonStandardMessageWithJSONNames) GetNo() string + func (x *NonStandardMessageWithJSONNames) GetNum() int64 + func (x *NonStandardMessageWithJSONNames) GetSTATUS() string + func (x *NonStandardMessageWithJSONNames) GetStructField() *structpb.Struct + func (x *NonStandardMessageWithJSONNames) GetThing() *NonStandardMessageWithJSONNames_Thing + func (x *NonStandardMessageWithJSONNames) GetValueField() *structpb.Value + func (x *NonStandardMessageWithJSONNames) ProtoReflect() protoreflect.Message + func (x *NonStandardMessageWithJSONNames) Reset() + func (x *NonStandardMessageWithJSONNames) String() string + type NonStandardMessageWithJSONNames_Thing struct + SubThing *NonStandardMessageWithJSONNames_Thing_SubThing + func (*NonStandardMessageWithJSONNames_Thing) Descriptor() ([]byte, []int) + func (*NonStandardMessageWithJSONNames_Thing) ProtoMessage() + func (x *NonStandardMessageWithJSONNames_Thing) GetSubThing() *NonStandardMessageWithJSONNames_Thing_SubThing + func (x *NonStandardMessageWithJSONNames_Thing) ProtoReflect() protoreflect.Message + func (x *NonStandardMessageWithJSONNames_Thing) Reset() + func (x *NonStandardMessageWithJSONNames_Thing) String() string + type NonStandardMessageWithJSONNames_Thing_SubThing struct + SubValue string + func (*NonStandardMessageWithJSONNames_Thing_SubThing) Descriptor() ([]byte, []int) + func (*NonStandardMessageWithJSONNames_Thing_SubThing) ProtoMessage() + func (x *NonStandardMessageWithJSONNames_Thing_SubThing) GetSubValue() string + func (x *NonStandardMessageWithJSONNames_Thing_SubThing) ProtoReflect() protoreflect.Message + func (x *NonStandardMessageWithJSONNames_Thing_SubThing) Reset() + func (x *NonStandardMessageWithJSONNames_Thing_SubThing) String() string + type NonStandardMessage_Thing struct + SubThing *NonStandardMessage_Thing_SubThing + func (*NonStandardMessage_Thing) Descriptor() ([]byte, []int) + func (*NonStandardMessage_Thing) ProtoMessage() + func (x *NonStandardMessage_Thing) GetSubThing() *NonStandardMessage_Thing_SubThing + func (x *NonStandardMessage_Thing) ProtoReflect() protoreflect.Message + func (x *NonStandardMessage_Thing) Reset() + func (x *NonStandardMessage_Thing) String() string + type NonStandardMessage_Thing_SubThing struct + SubValue string + func (*NonStandardMessage_Thing_SubThing) Descriptor() ([]byte, []int) + func (*NonStandardMessage_Thing_SubThing) ProtoMessage() + func (x *NonStandardMessage_Thing_SubThing) GetSubValue() string + func (x *NonStandardMessage_Thing_SubThing) ProtoReflect() protoreflect.Message + func (x *NonStandardMessage_Thing_SubThing) Reset() + func (x *NonStandardMessage_Thing_SubThing) String() string + type NonStandardUpdateRequest struct + Body *NonStandardMessage + UpdateMask *fieldmaskpb.FieldMask + func (*NonStandardUpdateRequest) Descriptor() ([]byte, []int) + func (*NonStandardUpdateRequest) ProtoMessage() + func (x *NonStandardUpdateRequest) GetBody() *NonStandardMessage + func (x *NonStandardUpdateRequest) GetUpdateMask() *fieldmaskpb.FieldMask + func (x *NonStandardUpdateRequest) ProtoReflect() protoreflect.Message + func (x *NonStandardUpdateRequest) Reset() + func (x *NonStandardUpdateRequest) String() string + type NonStandardWithJSONNamesUpdateRequest struct + Body *NonStandardMessageWithJSONNames + UpdateMask *fieldmaskpb.FieldMask + func (*NonStandardWithJSONNamesUpdateRequest) Descriptor() ([]byte, []int) + func (*NonStandardWithJSONNamesUpdateRequest) ProtoMessage() + func (x *NonStandardWithJSONNamesUpdateRequest) GetBody() *NonStandardMessageWithJSONNames + func (x *NonStandardWithJSONNamesUpdateRequest) GetUpdateMask() *fieldmaskpb.FieldMask + func (x *NonStandardWithJSONNamesUpdateRequest) ProtoReflect() protoreflect.Message + func (x *NonStandardWithJSONNamesUpdateRequest) Reset() + func (x *NonStandardWithJSONNamesUpdateRequest) String() string + type NumericEnum int32 + const NumericEnum_ONE + const NumericEnum_ZERO + func (NumericEnum) Descriptor() protoreflect.EnumDescriptor + func (NumericEnum) EnumDescriptor() ([]byte, []int) + func (NumericEnum) Type() protoreflect.EnumType + func (x NumericEnum) Enum() *NumericEnum + func (x NumericEnum) Number() protoreflect.EnumNumber + func (x NumericEnum) String() string + type Proto2Message struct + BoolValue *bool + BytesValue []byte + DoubleValue *float64 + FloatValue *float32 + Int32Value *int32 + Int64Value *int64 + RepeatedValue []string + StringValue *string + Uint32Value *uint32 + Uint64Value *uint64 + func (*Proto2Message) Descriptor() ([]byte, []int) + func (*Proto2Message) ProtoMessage() + func (x *Proto2Message) GetBoolValue() bool + func (x *Proto2Message) GetBytesValue() []byte + func (x *Proto2Message) GetDoubleValue() float64 + func (x *Proto2Message) GetFloatValue() float32 + func (x *Proto2Message) GetInt32Value() int32 + func (x *Proto2Message) GetInt64Value() int64 + func (x *Proto2Message) GetRepeatedValue() []string + func (x *Proto2Message) GetStringValue() string + func (x *Proto2Message) GetUint32Value() uint32 + func (x *Proto2Message) GetUint64Value() uint64 + func (x *Proto2Message) ProtoReflect() protoreflect.Message + func (x *Proto2Message) Reset() + func (x *Proto2Message) String() string + type Proto3Message struct + BoolValue bool + BytesValue []byte + DoubleValue float64 + DurationValue *durationpb.Duration + EnumValue EnumValue + FieldmaskValue *fieldmaskpb.FieldMask + FloatValue float32 + Int32Value int32 + Int64Value int64 + MapValue map[string]string + MapValue10 map[string]float32 + MapValue12 map[string]float64 + MapValue14 map[string]bool + MapValue15 map[bool]string + MapValue16 map[string]*wrapperspb.UInt64Value + MapValue2 map[string]int32 + MapValue3 map[int32]string + MapValue4 map[string]int64 + MapValue5 map[int64]string + MapValue6 map[string]uint32 + MapValue7 map[uint32]string + MapValue8 map[string]uint64 + MapValue9 map[uint64]string + Nested *Proto3Message + NestedOneofValue isProto3Message_NestedOneofValue + OneofValue isProto3Message_OneofValue + RepeatedEnum []EnumValue + RepeatedMessage []*wrapperspb.UInt64Value + RepeatedValue []string + StringValue string + StructValue *structpb.Struct + StructValueValue *structpb.Value + TimestampValue *timestamppb.Timestamp + Uint32Value uint32 + Uint64Value uint64 + WrapperBoolValue *wrapperspb.BoolValue + WrapperBytesValue *wrapperspb.BytesValue + WrapperDoubleValue *wrapperspb.DoubleValue + WrapperFloatValue *wrapperspb.FloatValue + WrapperInt32Value *wrapperspb.Int32Value + WrapperInt64Value *wrapperspb.Int64Value + WrapperStringValue *wrapperspb.StringValue + WrapperUInt32Value *wrapperspb.UInt32Value + WrapperUInt64Value *wrapperspb.UInt64Value + func (*Proto3Message) Descriptor() ([]byte, []int) + func (*Proto3Message) ProtoMessage() + func (m *Proto3Message) GetNestedOneofValue() isProto3Message_NestedOneofValue + func (m *Proto3Message) GetOneofValue() isProto3Message_OneofValue + func (x *Proto3Message) GetBoolValue() bool + func (x *Proto3Message) GetBytesValue() []byte + func (x *Proto3Message) GetDoubleValue() float64 + func (x *Proto3Message) GetDurationValue() *durationpb.Duration + func (x *Proto3Message) GetEnumValue() EnumValue + func (x *Proto3Message) GetFieldmaskValue() *fieldmaskpb.FieldMask + func (x *Proto3Message) GetFloatValue() float32 + func (x *Proto3Message) GetInt32Value() int32 + func (x *Proto3Message) GetInt64Value() int64 + func (x *Proto3Message) GetMapValue() map[string]string + func (x *Proto3Message) GetMapValue10() map[string]float32 + func (x *Proto3Message) GetMapValue12() map[string]float64 + func (x *Proto3Message) GetMapValue14() map[string]bool + func (x *Proto3Message) GetMapValue15() map[bool]string + func (x *Proto3Message) GetMapValue16() map[string]*wrapperspb.UInt64Value + func (x *Proto3Message) GetMapValue2() map[string]int32 + func (x *Proto3Message) GetMapValue3() map[int32]string + func (x *Proto3Message) GetMapValue4() map[string]int64 + func (x *Proto3Message) GetMapValue5() map[int64]string + func (x *Proto3Message) GetMapValue6() map[string]uint32 + func (x *Proto3Message) GetMapValue7() map[uint32]string + func (x *Proto3Message) GetMapValue8() map[string]uint64 + func (x *Proto3Message) GetMapValue9() map[uint64]string + func (x *Proto3Message) GetNested() *Proto3Message + func (x *Proto3Message) GetNestedOneofValueOne() *Proto3Message + func (x *Proto3Message) GetOneofBoolValue() bool + func (x *Proto3Message) GetOneofStringValue() string + func (x *Proto3Message) GetRepeatedEnum() []EnumValue + func (x *Proto3Message) GetRepeatedMessage() []*wrapperspb.UInt64Value + func (x *Proto3Message) GetRepeatedValue() []string + func (x *Proto3Message) GetStringValue() string + func (x *Proto3Message) GetStructValue() *structpb.Struct + func (x *Proto3Message) GetStructValueValue() *structpb.Value + func (x *Proto3Message) GetTimestampValue() *timestamppb.Timestamp + func (x *Proto3Message) GetUint32Value() uint32 + func (x *Proto3Message) GetUint64Value() uint64 + func (x *Proto3Message) GetWrapperBoolValue() *wrapperspb.BoolValue + func (x *Proto3Message) GetWrapperBytesValue() *wrapperspb.BytesValue + func (x *Proto3Message) GetWrapperDoubleValue() *wrapperspb.DoubleValue + func (x *Proto3Message) GetWrapperFloatValue() *wrapperspb.FloatValue + func (x *Proto3Message) GetWrapperInt32Value() *wrapperspb.Int32Value + func (x *Proto3Message) GetWrapperInt64Value() *wrapperspb.Int64Value + func (x *Proto3Message) GetWrapperStringValue() *wrapperspb.StringValue + func (x *Proto3Message) GetWrapperUInt32Value() *wrapperspb.UInt32Value + func (x *Proto3Message) GetWrapperUInt64Value() *wrapperspb.UInt64Value + func (x *Proto3Message) ProtoReflect() protoreflect.Message + func (x *Proto3Message) Reset() + func (x *Proto3Message) String() string + type Proto3Message_NestedOneofValueOne struct + NestedOneofValueOne *Proto3Message + type Proto3Message_OneofBoolValue struct + OneofBoolValue bool + type Proto3Message_OneofStringValue struct + OneofStringValue string + type RepeatedResponseBodyOut struct + Response []*RepeatedResponseBodyOut_Response + func (*RepeatedResponseBodyOut) Descriptor() ([]byte, []int) + func (*RepeatedResponseBodyOut) ProtoMessage() + func (x *RepeatedResponseBodyOut) GetResponse() []*RepeatedResponseBodyOut_Response + func (x *RepeatedResponseBodyOut) ProtoReflect() protoreflect.Message + func (x *RepeatedResponseBodyOut) Reset() + func (x *RepeatedResponseBodyOut) String() string + type RepeatedResponseBodyOut_Response struct + Data string + Type RepeatedResponseBodyOut_Response_ResponseType + func (*RepeatedResponseBodyOut_Response) Descriptor() ([]byte, []int) + func (*RepeatedResponseBodyOut_Response) ProtoMessage() + func (x *RepeatedResponseBodyOut_Response) GetData() string + func (x *RepeatedResponseBodyOut_Response) GetType() RepeatedResponseBodyOut_Response_ResponseType + func (x *RepeatedResponseBodyOut_Response) ProtoReflect() protoreflect.Message + func (x *RepeatedResponseBodyOut_Response) Reset() + func (x *RepeatedResponseBodyOut_Response) String() string + type RepeatedResponseBodyOut_Response_ResponseType int32 + const RepeatedResponseBodyOut_Response_A + const RepeatedResponseBodyOut_Response_B + const RepeatedResponseBodyOut_Response_UNKNOWN + func (RepeatedResponseBodyOut_Response_ResponseType) Descriptor() protoreflect.EnumDescriptor + func (RepeatedResponseBodyOut_Response_ResponseType) EnumDescriptor() ([]byte, []int) + func (RepeatedResponseBodyOut_Response_ResponseType) Type() protoreflect.EnumType + func (x RepeatedResponseBodyOut_Response_ResponseType) Enum() *RepeatedResponseBodyOut_Response_ResponseType + func (x RepeatedResponseBodyOut_Response_ResponseType) Number() protoreflect.EnumNumber + func (x RepeatedResponseBodyOut_Response_ResponseType) String() string + type ResponseBodyOut struct + Response *ResponseBodyOut_Response + func (*ResponseBodyOut) Descriptor() ([]byte, []int) + func (*ResponseBodyOut) ProtoMessage() + func (x *ResponseBodyOut) GetResponse() *ResponseBodyOut_Response + func (x *ResponseBodyOut) ProtoReflect() protoreflect.Message + func (x *ResponseBodyOut) Reset() + func (x *ResponseBodyOut) String() string + type ResponseBodyOut_Response struct + Data string + func (*ResponseBodyOut_Response) Descriptor() ([]byte, []int) + func (*ResponseBodyOut_Response) ProtoMessage() + func (x *ResponseBodyOut_Response) GetData() string + func (x *ResponseBodyOut_Response) ProtoReflect() protoreflect.Message + func (x *ResponseBodyOut_Response) Reset() + func (x *ResponseBodyOut_Response) String() string + type UpdateMessage struct + ABitOfEverything *ABitOfEverything + UpdateMask *fieldmaskpb.FieldMask + func (*UpdateMessage) Descriptor() ([]byte, []int) + func (*UpdateMessage) ProtoMessage() + func (x *UpdateMessage) GetABitOfEverything() *ABitOfEverything + func (x *UpdateMessage) GetUpdateMask() *fieldmaskpb.FieldMask + func (x *UpdateMessage) ProtoReflect() protoreflect.Message + func (x *UpdateMessage) Reset() + func (x *UpdateMessage) String() string + type UpdateNestedRequest struct + Nested *NestedOuter + UpdateMask *fieldmaskpb.FieldMask + func (*UpdateNestedRequest) Descriptor() ([]byte, []int) + func (*UpdateNestedRequest) ProtoMessage() + func (x *UpdateNestedRequest) GetNested() *NestedOuter + func (x *UpdateNestedRequest) GetUpdateMask() *fieldmaskpb.FieldMask + func (x *UpdateNestedRequest) ProtoReflect() protoreflect.Message + func (x *UpdateNestedRequest) Reset() + func (x *UpdateNestedRequest) String() string v0.0.1-alpha May 18, 2024