Documentation ¶
Overview ¶
Package schedulerdata provides Cloud Scheduler type definitions for CloudEvent data payloads.
Supported CloudEvent Types ¶
- google.cloud.scheduler.job.v1.executed
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cloud_scheduler_v1_data_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SchedulerJobData ¶
type SchedulerJobData struct { // The custom data the user specified when creating the scheduler source. CustomData []byte `protobuf:"bytes,1,opt,name=custom_data,json=customData,proto3" json:"custom_data,omitempty"` // contains filtered or unexported fields }
Scheduler job data.
func (*SchedulerJobData) Descriptor
deprecated
func (*SchedulerJobData) Descriptor() ([]byte, []int)
Deprecated: Use SchedulerJobData.ProtoReflect.Descriptor instead.
func (*SchedulerJobData) GetCustomData ¶
func (x *SchedulerJobData) GetCustomData() []byte
func (*SchedulerJobData) ProtoMessage ¶
func (*SchedulerJobData) ProtoMessage()
func (*SchedulerJobData) ProtoReflect ¶
func (x *SchedulerJobData) ProtoReflect() protoreflect.Message
func (*SchedulerJobData) Reset ¶
func (x *SchedulerJobData) Reset()
func (*SchedulerJobData) String ¶
func (x *SchedulerJobData) String() string
Click to show internal directories.
Click to hide internal directories.