Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 20, 2023
1 parent fc96064 commit 68d92d4
Show file tree
Hide file tree
Showing 30 changed files with 9,603 additions and 4,484 deletions.
20 changes: 10 additions & 10 deletions calendar/v3/calendar-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
"type": "string"
},
"eventTypes": {
"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.",
"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.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1491,7 +1491,7 @@
"type": "string"
},
"eventTypes": {
"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.",
"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.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1735,7 +1735,7 @@
}
}
},
"revision": "20230714",
"revision": "20230907",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down Expand Up @@ -2392,7 +2392,7 @@
},
"eventType": {
"default": "default",
"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.",
"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.",
"type": "string"
},
"extendedProperties": {
Expand Down Expand Up @@ -2626,7 +2626,7 @@
},
"workingLocationProperties": {
"$ref": "EventWorkingLocationProperties",
"description": "Working Location event data. Developer Preview."
"description": "Working location event data."
}
},
"type": "object"
Expand Down Expand Up @@ -2768,26 +2768,26 @@
"type": "string"
},
"deskId": {
"description": "An optional arbitrary desk identifier.",
"description": "An optional desk identifier.",
"type": "string"
},
"floorId": {
"description": "An optional arbitrary floor identifier.",
"description": "An optional floor identifier.",
"type": "string"
},
"floorSectionId": {
"description": "An optional arbitrary floor section identifier.",
"description": "An optional floor section identifier.",
"type": "string"
},
"label": {
"description": "An optional extra label for additional information.",
"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.",
"type": "string"
}
},
"type": "object"
},
"type": {
"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.",
"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.",
"type": "string"
}
},
Expand Down
76 changes: 40 additions & 36 deletions calendar/v3/calendar-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68d92d4

Please sign in to comment.