annotations

package
v0.0.0-...-fab7b90 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional thethings.fieldmask.EnumOptions enum = 51887;
	E_Enum = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[4]
)

Extension fields to descriptorpb.EnumOptions.

View Source
var (
	// optional thethings.fieldmask.EnumValueOptions enum_value = 51887;
	E_EnumValue = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[5]
)

Extension fields to descriptorpb.EnumValueOptions.

View Source
var (
	// optional thethings.fieldmask.FieldOptions field = 51887;
	E_Field = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[2]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional thethings.fieldmask.FileOptions file = 51887;
	E_File = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[0]
)

Extension fields to descriptorpb.FileOptions.

View Source
var (
	// optional thethings.fieldmask.MessageOptions message = 51887;
	E_Message = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[1]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var (
	// optional thethings.fieldmask.MethodOptions method = 51887;
	E_Method = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[7]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	// optional thethings.fieldmask.OneofOptions oneof = 51887;
	E_Oneof = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[3]
)

Extension fields to descriptorpb.OneofOptions.

View Source
var (
	// optional thethings.fieldmask.ServiceOptions service = 51887;
	E_Service = &file_protoc_gen_go_fieldmask_annotations_proto_extTypes[6]
)

Extension fields to descriptorpb.ServiceOptions.

View Source
var File_protoc_gen_go_fieldmask_annotations_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EnumOptions

type EnumOptions struct {
	// contains filtered or unexported fields
}

func (*EnumOptions) Descriptor deprecated

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

Deprecated: Use EnumOptions.ProtoReflect.Descriptor instead.

func (*EnumOptions) ProtoMessage

func (*EnumOptions) ProtoMessage()

func (*EnumOptions) ProtoReflect

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

func (*EnumOptions) Reset

func (x *EnumOptions) Reset()

func (*EnumOptions) String

func (x *EnumOptions) String() string

type EnumValueOptions

type EnumValueOptions struct {
	// contains filtered or unexported fields
}

func (*EnumValueOptions) Descriptor deprecated

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

Deprecated: Use EnumValueOptions.ProtoReflect.Descriptor instead.

func (*EnumValueOptions) ProtoMessage

func (*EnumValueOptions) ProtoMessage()

func (*EnumValueOptions) ProtoReflect

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

func (*EnumValueOptions) Reset

func (x *EnumValueOptions) Reset()

func (*EnumValueOptions) String

func (x *EnumValueOptions) String() string

type FieldOptions

type FieldOptions struct {
	// contains filtered or unexported fields
}

func (*FieldOptions) Descriptor deprecated

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

Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) ProtoReflect

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

func (*FieldOptions) Reset

func (x *FieldOptions) Reset()

func (*FieldOptions) String

func (x *FieldOptions) String() string

type FileOptions

type FileOptions struct {

	// Generate FieldPaths methods for all messages in this file.
	// Message options can be used to override this.
	FieldPathsAll *bool `protobuf:"varint,1,opt,name=field_paths_all,json=fieldPathsAll" json:"field_paths_all,omitempty"`
	// Generate NormalizeFieldPaths methods for all messages in this file.
	// Message options can be used to override this.
	FieldPathNormalizerAll *bool `protobuf:"varint,2,opt,name=field_path_normalizer_all,json=fieldPathNormalizerAll" json:"field_path_normalizer_all,omitempty"`
	// Generate field setters for all messages and enums in this file.
	// Message options can be used to override this.
	FieldSetterAll *bool `protobuf:"varint,3,opt,name=field_setter_all,json=fieldSetterAll" json:"field_setter_all,omitempty"`
	// contains filtered or unexported fields
}

func (*FileOptions) Descriptor deprecated

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

Deprecated: Use FileOptions.ProtoReflect.Descriptor instead.

func (*FileOptions) GetFieldPathNormalizerAll

func (x *FileOptions) GetFieldPathNormalizerAll() bool

func (*FileOptions) GetFieldPathsAll

func (x *FileOptions) GetFieldPathsAll() bool

func (*FileOptions) GetFieldSetterAll

func (x *FileOptions) GetFieldSetterAll() bool

func (*FileOptions) ProtoMessage

func (*FileOptions) ProtoMessage()

func (*FileOptions) ProtoReflect

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

func (*FileOptions) Reset

func (x *FileOptions) Reset()

func (*FileOptions) String

func (x *FileOptions) String() string

type MessageOptions

type MessageOptions struct {

	// Generate FieldPaths method for this message.
	FieldPaths *bool `protobuf:"varint,1,opt,name=field_paths,json=fieldPaths" json:"field_paths,omitempty"`
	// Generate a NormalizeFieldPaths for this message.
	FieldPathNormalizer *bool `protobuf:"varint,2,opt,name=field_path_normalizer,json=fieldPathNormalizer" json:"field_path_normalizer,omitempty"`
	// Generate a field setter for this message.
	FieldSetter *bool `protobuf:"varint,3,opt,name=field_setter,json=fieldSetter" json:"field_setter,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageOptions) Descriptor deprecated

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

Deprecated: Use MessageOptions.ProtoReflect.Descriptor instead.

func (*MessageOptions) GetFieldPathNormalizer

func (x *MessageOptions) GetFieldPathNormalizer() bool

func (*MessageOptions) GetFieldPaths

func (x *MessageOptions) GetFieldPaths() bool

func (*MessageOptions) GetFieldSetter

func (x *MessageOptions) GetFieldSetter() bool

func (*MessageOptions) ProtoMessage

func (*MessageOptions) ProtoMessage()

func (*MessageOptions) ProtoReflect

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

func (*MessageOptions) Reset

func (x *MessageOptions) Reset()

func (*MessageOptions) String

func (x *MessageOptions) String() string

type MethodOptions

type MethodOptions struct {
	// contains filtered or unexported fields
}

func (*MethodOptions) Descriptor deprecated

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

Deprecated: Use MethodOptions.ProtoReflect.Descriptor instead.

func (*MethodOptions) ProtoMessage

func (*MethodOptions) ProtoMessage()

func (*MethodOptions) ProtoReflect

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

func (*MethodOptions) Reset

func (x *MethodOptions) Reset()

func (*MethodOptions) String

func (x *MethodOptions) String() string

type OneofOptions

type OneofOptions struct {
	// contains filtered or unexported fields
}

func (*OneofOptions) Descriptor deprecated

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

Deprecated: Use OneofOptions.ProtoReflect.Descriptor instead.

func (*OneofOptions) ProtoMessage

func (*OneofOptions) ProtoMessage()

func (*OneofOptions) ProtoReflect

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

func (*OneofOptions) Reset

func (x *OneofOptions) Reset()

func (*OneofOptions) String

func (x *OneofOptions) String() string

type ServiceOptions

type ServiceOptions struct {
	// contains filtered or unexported fields
}

func (*ServiceOptions) Descriptor deprecated

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

Deprecated: Use ServiceOptions.ProtoReflect.Descriptor instead.

func (*ServiceOptions) ProtoMessage

func (*ServiceOptions) ProtoMessage()

func (*ServiceOptions) ProtoReflect

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

func (*ServiceOptions) Reset

func (x *ServiceOptions) Reset()

func (*ServiceOptions) String

func (x *ServiceOptions) String() string

Jump to

Keyboard shortcuts

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