Skip to content

Commit 68d92d4

Browse files
feat(all): auto-regenerate discovery clients (#2173)
1 parent fc96064 commit 68d92d4

30 files changed

+9603
-4484
lines changed

calendar/v3/calendar-api.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@
10881088
"type": "string"
10891089
},
10901090
"eventTypes": {
1091-
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] This value is the default.\n\nIf you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the \"workingLocation\" event type: \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] Additional combinations of these four event types will be made available in later releases. Developer Preview.",
1091+
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. Currently, these are the only allowed values for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] The default is [\"default\", \"focusTime\", \"outOfOffice\"].\nAdditional combinations of these four event types will be made available in later releases.",
10921092
"location": "query",
10931093
"repeated": true,
10941094
"type": "string"
@@ -1491,7 +1491,7 @@
14911491
"type": "string"
14921492
},
14931493
"eventTypes": {
1494-
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] This value is the default.\n\nIf you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the \"workingLocation\" event type: \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] Additional combinations of these four event types will be made available in later releases. Developer Preview.",
1494+
"description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. Currently, these are the only allowed values for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] The default is [\"default\", \"focusTime\", \"outOfOffice\"].\nAdditional combinations of these four event types will be made available in later releases.",
14951495
"location": "query",
14961496
"repeated": true,
14971497
"type": "string"
@@ -1735,7 +1735,7 @@
17351735
}
17361736
}
17371737
},
1738-
"revision": "20230714",
1738+
"revision": "20230907",
17391739
"rootUrl": "https://www.googleapis.com/",
17401740
"schemas": {
17411741
"Acl": {
@@ -2392,7 +2392,7 @@
23922392
},
23932393
"eventType": {
23942394
"default": "default",
2395-
"description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event. \n- \"workingLocation\" - A working location event. Developer Preview.",
2395+
"description": "Specific type of the event. This cannot be modified after the event is created. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event. \n- \"workingLocation\" - A working location event. Currently, only \"default \" and \"workingLocation\" events can be created using the API. Extended support for other event types will be made available in later releases.",
23962396
"type": "string"
23972397
},
23982398
"extendedProperties": {
@@ -2626,7 +2626,7 @@
26262626
},
26272627
"workingLocationProperties": {
26282628
"$ref": "EventWorkingLocationProperties",
2629-
"description": "Working Location event data. Developer Preview."
2629+
"description": "Working location event data."
26302630
}
26312631
},
26322632
"type": "object"
@@ -2768,26 +2768,26 @@
27682768
"type": "string"
27692769
},
27702770
"deskId": {
2771-
"description": "An optional arbitrary desk identifier.",
2771+
"description": "An optional desk identifier.",
27722772
"type": "string"
27732773
},
27742774
"floorId": {
2775-
"description": "An optional arbitrary floor identifier.",
2775+
"description": "An optional floor identifier.",
27762776
"type": "string"
27772777
},
27782778
"floorSectionId": {
2779-
"description": "An optional arbitrary floor section identifier.",
2779+
"description": "An optional floor section identifier.",
27802780
"type": "string"
27812781
},
27822782
"label": {
2783-
"description": "An optional extra label for additional information.",
2783+
"description": "The office name that's displayed in Calendar Web and Mobile clients. We recommend you reference a building name in the organization's Resources database.",
27842784
"type": "string"
27852785
}
27862786
},
27872787
"type": "object"
27882788
},
27892789
"type": {
2790-
"description": "Indicates what kind of location this is. Any details are specified in a sub-field of the specified name (but which may be missing if empty). Any other fields are ignored.",
2790+
"description": "Type of the working location. Possible values are: \n- \"homeOffice\" - The user is working at home. \n- \"officeLocation\" - The user is working from an office. \n- \"customLocation\" - The user is working from a custom location. Any details are specified in a sub-field of the specified name, but this field may be missing if empty. Any other fields are ignored.\nRequired when adding working location properties.",
27912791
"type": "string"
27922792
}
27932793
},

calendar/v3/calendar-gen.go

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)