Documentation ¶
Overview ¶
Package taskspb defines tasks used by auth service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_auth_service_api_taskspb_tasks_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProcessChangeTask ¶
type ProcessChangeTask struct { AuthDbRev int64 `protobuf:"varint,1,opt,name=auth_db_rev,json=authDbRev,proto3" json:"auth_db_rev,omitempty"` // contains filtered or unexported fields }
func (*ProcessChangeTask) Descriptor
deprecated
func (*ProcessChangeTask) Descriptor() ([]byte, []int)
Deprecated: Use ProcessChangeTask.ProtoReflect.Descriptor instead.
func (*ProcessChangeTask) GetAuthDbRev ¶
func (x *ProcessChangeTask) GetAuthDbRev() int64
func (*ProcessChangeTask) ProtoMessage ¶
func (*ProcessChangeTask) ProtoMessage()
func (*ProcessChangeTask) ProtoReflect ¶
func (x *ProcessChangeTask) ProtoReflect() protoreflect.Message
func (*ProcessChangeTask) Reset ¶
func (x *ProcessChangeTask) Reset()
func (*ProcessChangeTask) String ¶
func (x *ProcessChangeTask) String() string
type ReplicationTask ¶
type ReplicationTask struct { AuthDbRev int64 `protobuf:"varint,1,opt,name=auth_db_rev,json=authDbRev,proto3" json:"auth_db_rev,omitempty"` // contains filtered or unexported fields }
func (*ReplicationTask) Descriptor
deprecated
func (*ReplicationTask) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationTask.ProtoReflect.Descriptor instead.
func (*ReplicationTask) GetAuthDbRev ¶
func (x *ReplicationTask) GetAuthDbRev() int64
func (*ReplicationTask) ProtoMessage ¶
func (*ReplicationTask) ProtoMessage()
func (*ReplicationTask) ProtoReflect ¶
func (x *ReplicationTask) ProtoReflect() protoreflect.Message
func (*ReplicationTask) Reset ¶
func (x *ReplicationTask) Reset()
func (*ReplicationTask) String ¶
func (x *ReplicationTask) String() string
Click to show internal directories.
Click to hide internal directories.