Documentation ¶
Index ¶
- Variables
- type FieldInfo
- func (m *FieldInfo) AddField(target string, msg string)
- func (*FieldInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FieldInfo) GetFields() map[string]*StringListValue
- func (fi *FieldInfo) MarshalJSON() ([]byte, error)
- func (*FieldInfo) ProtoMessage()
- func (x *FieldInfo) ProtoReflect() protoreflect.Message
- func (x *FieldInfo) Reset()
- func (x *FieldInfo) String() string
- func (fi *FieldInfo) UnmarshalJSON(data []byte) error
- type StringListValue
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_infobloxopen_atlas_app_toolkit_rpc_errfields_error_fields_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldInfo ¶
type FieldInfo struct { Fields map[string]*StringListValue `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
FieldsInfo is a default representation of field details that conforms REST API Syntax Specification
func (*FieldInfo) Descriptor
deprecated
func (*FieldInfo) GetFields ¶
func (x *FieldInfo) GetFields() map[string]*StringListValue
func (*FieldInfo) MarshalJSON ¶
MarshalJSON implements json.Marshaler.
func (*FieldInfo) ProtoMessage ¶
func (*FieldInfo) ProtoMessage()
func (*FieldInfo) ProtoReflect ¶ added in v1.0.1
func (x *FieldInfo) ProtoReflect() protoreflect.Message
func (*FieldInfo) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
type StringListValue ¶
type StringListValue struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*StringListValue) Descriptor
deprecated
func (*StringListValue) Descriptor() ([]byte, []int)
Deprecated: Use StringListValue.ProtoReflect.Descriptor instead.
func (*StringListValue) GetValues ¶
func (x *StringListValue) GetValues() []string
func (*StringListValue) ProtoMessage ¶
func (*StringListValue) ProtoMessage()
func (*StringListValue) ProtoReflect ¶ added in v1.0.1
func (x *StringListValue) ProtoReflect() protoreflect.Message
func (*StringListValue) Reset ¶
func (x *StringListValue) Reset()
func (*StringListValue) String ¶
func (x *StringListValue) String() string
Click to show internal directories.
Click to hide internal directories.