Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_server_internal_gae_base_api_base_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BoolProto ¶
type BoolProto struct { Value *bool `protobuf:"varint,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BoolProto) Descriptor
deprecated
func (*BoolProto) ProtoMessage ¶
func (*BoolProto) ProtoMessage()
func (*BoolProto) ProtoReflect ¶
func (x *BoolProto) ProtoReflect() protoreflect.Message
type BytesProto ¶
type BytesProto struct { Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BytesProto) Descriptor
deprecated
func (*BytesProto) Descriptor() ([]byte, []int)
Deprecated: Use BytesProto.ProtoReflect.Descriptor instead.
func (*BytesProto) GetValue ¶
func (x *BytesProto) GetValue() []byte
func (*BytesProto) ProtoMessage ¶
func (*BytesProto) ProtoMessage()
func (*BytesProto) ProtoReflect ¶
func (x *BytesProto) ProtoReflect() protoreflect.Message
func (*BytesProto) Reset ¶
func (x *BytesProto) Reset()
func (*BytesProto) String ¶
func (x *BytesProto) String() string
type DoubleProto ¶
type DoubleProto struct { Value *float64 `protobuf:"fixed64,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*DoubleProto) Descriptor
deprecated
func (*DoubleProto) Descriptor() ([]byte, []int)
Deprecated: Use DoubleProto.ProtoReflect.Descriptor instead.
func (*DoubleProto) GetValue ¶
func (x *DoubleProto) GetValue() float64
func (*DoubleProto) ProtoMessage ¶
func (*DoubleProto) ProtoMessage()
func (*DoubleProto) ProtoReflect ¶
func (x *DoubleProto) ProtoReflect() protoreflect.Message
func (*DoubleProto) Reset ¶
func (x *DoubleProto) Reset()
func (*DoubleProto) String ¶
func (x *DoubleProto) String() string
type Integer32Proto ¶
type Integer32Proto struct { Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Integer32Proto) Descriptor
deprecated
func (*Integer32Proto) Descriptor() ([]byte, []int)
Deprecated: Use Integer32Proto.ProtoReflect.Descriptor instead.
func (*Integer32Proto) GetValue ¶
func (x *Integer32Proto) GetValue() int32
func (*Integer32Proto) ProtoMessage ¶
func (*Integer32Proto) ProtoMessage()
func (*Integer32Proto) ProtoReflect ¶
func (x *Integer32Proto) ProtoReflect() protoreflect.Message
func (*Integer32Proto) Reset ¶
func (x *Integer32Proto) Reset()
func (*Integer32Proto) String ¶
func (x *Integer32Proto) String() string
type Integer64Proto ¶
type Integer64Proto struct { Value *int64 `protobuf:"varint,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Integer64Proto) Descriptor
deprecated
func (*Integer64Proto) Descriptor() ([]byte, []int)
Deprecated: Use Integer64Proto.ProtoReflect.Descriptor instead.
func (*Integer64Proto) GetValue ¶
func (x *Integer64Proto) GetValue() int64
func (*Integer64Proto) ProtoMessage ¶
func (*Integer64Proto) ProtoMessage()
func (*Integer64Proto) ProtoReflect ¶
func (x *Integer64Proto) ProtoReflect() protoreflect.Message
func (*Integer64Proto) Reset ¶
func (x *Integer64Proto) Reset()
func (*Integer64Proto) String ¶
func (x *Integer64Proto) String() string
type StringProto ¶
type StringProto struct { Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StringProto) Descriptor
deprecated
func (*StringProto) Descriptor() ([]byte, []int)
Deprecated: Use StringProto.ProtoReflect.Descriptor instead.
func (*StringProto) GetValue ¶
func (x *StringProto) GetValue() string
func (*StringProto) ProtoMessage ¶
func (*StringProto) ProtoMessage()
func (*StringProto) ProtoReflect ¶
func (x *StringProto) ProtoReflect() protoreflect.Message
func (*StringProto) Reset ¶
func (x *StringProto) Reset()
func (*StringProto) String ¶
func (x *StringProto) String() string
type VoidProto ¶
type VoidProto struct {
// contains filtered or unexported fields
}
func (*VoidProto) Descriptor
deprecated
func (*VoidProto) ProtoMessage ¶
func (*VoidProto) ProtoMessage()
func (*VoidProto) ProtoReflect ¶
func (x *VoidProto) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.