Documentation ¶
Index ¶
- Variables
- type ACLLink
- func (*ACLLink) Descriptor() ([]byte, []int)deprecated
- func (x *ACLLink) GetID() string
- func (x *ACLLink) GetName() string
- func (msg *ACLLink) MarshalBinary() ([]byte, error)
- func (*ACLLink) ProtoMessage()
- func (x *ACLLink) ProtoReflect() protoreflect.Message
- func (x *ACLLink) Reset()
- func (x *ACLLink) String() string
- func (a *ACLLink) ToAPI() api.ACLLink
- func (msg *ACLLink) UnmarshalBinary(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_pbacl_acl_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ACLLink ¶
type ACLLink struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` // @gotags: hash:ignore-" Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` // contains filtered or unexported fields }
func ACLLinkFromAPI ¶ added in v1.12.0
func (*ACLLink) Descriptor
deprecated
func (*ACLLink) MarshalBinary ¶
MarshalBinary implements encoding.BinaryMarshaler
func (*ACLLink) ProtoMessage ¶
func (*ACLLink) ProtoMessage()
func (*ACLLink) ProtoReflect ¶ added in v1.12.0
func (x *ACLLink) ProtoReflect() protoreflect.Message
func (*ACLLink) UnmarshalBinary ¶
UnmarshalBinary implements encoding.BinaryUnmarshaler
Click to show internal directories.
Click to hide internal directories.