type google.golang.org/protobuf/types/descriptorpb.MessageOptions
19 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L681: Options *MessageOptions `protobuf:"bytes,7,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L769: func (x *DescriptorProto) GetOptions() *MessageOptions {
descriptor.pb.go#L1680: type MessageOptions struct {
descriptor.pb.go#L1747: func (x *MessageOptions) Reset() {
descriptor.pb.go#L1748: *x = MessageOptions{}
descriptor.pb.go#L1756: func (x *MessageOptions) String() string {
descriptor.pb.go#L1760: func (*MessageOptions) ProtoMessage() {}
descriptor.pb.go#L1762: func (x *MessageOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L1775: func (*MessageOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L1784: func (*MessageOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
descriptor.pb.go#L1788: func (x *MessageOptions) GetMessageSetWireFormat() bool {
descriptor.pb.go#L1795: func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool {
descriptor.pb.go#L1802: func (x *MessageOptions) GetDeprecated() bool {
descriptor.pb.go#L1809: func (x *MessageOptions) GetMapEntry() bool {
descriptor.pb.go#L1816: func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3604: (*MessageOptions)(nil), // 17: google.protobuf.MessageOptions
descriptor.pb.go#L3815: switch v := v.(*MessageOptions); i {
google.golang.org/genproto/googleapis/api/annotations
resource.pb.go#L526: ExtendedType: (*descriptorpb.MessageOptions)(nil),
resource.pb.go#L652: (*descriptorpb.MessageOptions)(nil), // 6: google.protobuf.MessageOptions
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |