type google.golang.org/genproto/googleapis/container/v1.TimeWindow
15 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L5894: MaintenanceExclusions map[string]*TimeWindow `protobuf:"bytes,4,rep,name=maintenance_exclusions,json=maintenanceExclusions,proto3" json:"maintenance_exclusions,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
cluster_service.pb.go#L5950: func (x *MaintenanceWindow) GetMaintenanceExclusions() map[string]*TimeWindow {
cluster_service.pb.go#L5978: type TimeWindow struct {
cluster_service.pb.go#L5990: func (x *TimeWindow) Reset() {
cluster_service.pb.go#L5991: *x = TimeWindow{}
cluster_service.pb.go#L5999: func (x *TimeWindow) String() string {
cluster_service.pb.go#L6003: func (*TimeWindow) ProtoMessage() {}
cluster_service.pb.go#L6005: func (x *TimeWindow) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L6018: func (*TimeWindow) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L6022: func (x *TimeWindow) GetStartTime() *timestamppb.Timestamp {
cluster_service.pb.go#L6029: func (x *TimeWindow) GetEndTime() *timestamppb.Timestamp {
cluster_service.pb.go#L6043: Window *TimeWindow `protobuf:"bytes,1,opt,name=window,proto3" json:"window,omitempty"`
cluster_service.pb.go#L6106: func (x *RecurringTimeWindow) GetWindow() *TimeWindow {
cluster_service.pb.go#L10344: (*TimeWindow)(nil), // 60: google.container.v1.TimeWindow
cluster_service.pb.go#L11147: switch v := v.(*TimeWindow); i {
 |
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. |