type google.golang.org/genproto/googleapis/type/calendarperiod.CalendarPeriod
21 uses
google.golang.org/genproto/googleapis/type/calendarperiod (current package)
calendar_period.pb.go#L47: type CalendarPeriod int32
calendar_period.pb.go#L51: CalendarPeriod_CALENDAR_PERIOD_UNSPECIFIED CalendarPeriod = 0
calendar_period.pb.go#L53: CalendarPeriod_DAY CalendarPeriod = 1
calendar_period.pb.go#L56: CalendarPeriod_WEEK CalendarPeriod = 2
calendar_period.pb.go#L60: CalendarPeriod_FORTNIGHT CalendarPeriod = 3
calendar_period.pb.go#L62: CalendarPeriod_MONTH CalendarPeriod = 4
calendar_period.pb.go#L65: CalendarPeriod_QUARTER CalendarPeriod = 5
calendar_period.pb.go#L67: CalendarPeriod_HALF CalendarPeriod = 6
calendar_period.pb.go#L69: CalendarPeriod_YEAR CalendarPeriod = 7
calendar_period.pb.go#L96: func (x CalendarPeriod) Enum() *CalendarPeriod {
calendar_period.pb.go#L97: p := new(CalendarPeriod)
calendar_period.pb.go#L102: func (x CalendarPeriod) String() string {
calendar_period.pb.go#L106: func (CalendarPeriod) Descriptor() protoreflect.EnumDescriptor {
calendar_period.pb.go#L110: func (CalendarPeriod) Type() protoreflect.EnumType {
calendar_period.pb.go#L114: func (x CalendarPeriod) Number() protoreflect.EnumNumber {
calendar_period.pb.go#L119: func (CalendarPeriod) EnumDescriptor() ([]byte, []int) {
calendar_period.pb.go#L162: (CalendarPeriod)(0), // 0: google.type.CalendarPeriod
google.golang.org/genproto/googleapis/monitoring/v3
service.pb.go#L380: func (x *ServiceLevelObjective) GetCalendarPeriod() calendarperiod.CalendarPeriod {
service.pb.go#L401: CalendarPeriod calendarperiod.CalendarPeriod `protobuf:"varint,6,opt,name=calendar_period,json=calendarPeriod,proto3,enum=google.type.CalendarPeriod,oneof"`
service.pb.go#L1987: (calendarperiod.CalendarPeriod)(0), // 21: google.type.CalendarPeriod
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |