Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
}
}
},
"revision": "20251022",
"revision": "20251104",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -5445,7 +5445,8 @@
"REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE",
"NEW_ACCOUNT_NOT_IN_ENTERPRISE",
"DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES",
"DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE"
"DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE",
"PRIVATE_DNS_HOST_NOT_SERVING"
],
"enumDescriptions": [
"Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.",
Expand All @@ -5461,7 +5462,8 @@
"Work account required by the workAccountSetupConfig policy setting is not part of the enterprise anymore. nonComplianceReason is set to USER_ACTION.",
"Work account added by the user is not part of the enterprise. nonComplianceReason is set to USER_ACTION.",
"The default application setting is applied to the scopes that are not supported by the management mode, even if the management mode itself is supported for the app type (e.g., a policy with DEFAULT_BROWSER app type and SCOPE_PERSONAL_PROFILE list sent to a fully managed device results in the scopes being inapplicable for the management mode). If the management mode is not supported for the app type, a NonComplianceDetail with MANAGEMENT_MODE is reported, without a specificNonComplianceReason.nonComplianceReason is set to MANAGEMENT_MODE.",
"The default application setting failed to apply for a specific scope. defaultApplicationContext is set. nonComplianceReason is set to INVALID_VALUE or APP_NOT_INSTALLED."
"The default application setting failed to apply for a specific scope. defaultApplicationContext is set. nonComplianceReason is set to INVALID_VALUE or APP_NOT_INSTALLED.",
"The specified host for private DNS is a valid hostname but was found to not be a private DNS server. nonComplianceReason is set to INVALID_VALUE."
],
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@
}
}
},
"revision": "20251028",
"revision": "20251104",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -2500,10 +2500,11 @@
"type": "object"
},
"MediaPlanner": {
"description": "Describes a single Media Planner account.",
"description": "Represents a media planner account.",
"id": "MediaPlanner",
"properties": {
"accountId": {
"deprecated": true,
"description": "Output only. Account ID of the media planner.",
"readOnly": true,
"type": "string"
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
}
}
},
"revision": "20251028",
"revision": "20251104",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -2755,10 +2755,11 @@
"type": "object"
},
"MediaPlanner": {
"description": "Describes a single Media Planner account.",
"description": "Represents a media planner account.",
"id": "MediaPlanner",
"properties": {
"accountId": {
"deprecated": true,
"description": "Output only. Account ID of the media planner.",
"readOnly": true,
"type": "string"
Expand Down

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

9 changes: 8 additions & 1 deletion backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@
}
}
},
"revision": "20251022",
"revision": "20251029",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -5129,6 +5129,13 @@
"nextPageToken": {
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
2 changes: 2 additions & 0 deletions backupdr/v1/backupdr-gen.go

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

18 changes: 13 additions & 5 deletions calendar/v3/calendar-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
]
},
"insert": {
"description": "Creates a secondary calendar.",
"description": "Creates a secondary calendar.\nThe authenticated user for the request is made the data owner of the new calendar.\n\nNote: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authentication, the service account is the data owner, which can lead to unexpected behavior. For example, if a service account is the data owner, data ownership cannot be transferred.",
"httpMethod": "POST",
"id": "calendar.calendars.insert",
"path": "calendars",
Expand Down Expand Up @@ -1890,7 +1890,7 @@
}
}
},
"revision": "20250404",
"revision": "20251028",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down Expand Up @@ -1945,7 +1945,7 @@
"calendar.acl.insert"
]
},
"description": "The role assigned to the scope. Possible values are: \n- \"none\" - Provides no access. \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar's ACLs. \n- \"owner\" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to manipulate ACLs.",
"description": "The role assigned to the scope. Possible values are: \n- \"none\" - Provides no access. \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar's ACLs. \n- \"owner\" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.",
"type": "string"
},
"scope": {
Expand Down Expand Up @@ -1984,6 +1984,10 @@
"$ref": "ConferenceProperties",
"description": "Conferencing properties for this calendar, for example what types of conferences are allowed."
},
"dataOwner": {
"description": "The email of the owner of the calendar. Set only for secondary calendars. Read-only.",
"type": "string"
},
"description": {
"description": "Description of the calendar. Optional.",
"type": "string"
Expand Down Expand Up @@ -2055,7 +2059,7 @@
"id": "CalendarListEntry",
"properties": {
"accessRole": {
"description": "The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.",
"description": "The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.",
"type": "string"
},
"backgroundColor": {
Expand All @@ -2070,6 +2074,10 @@
"$ref": "ConferenceProperties",
"description": "Conferencing properties for this calendar, for example what types of conferences are allowed."
},
"dataOwner": {
"description": "The email of the owner of the calendar. Set only for secondary calendars. Read-only.",
"type": "string"
},
"defaultReminders": {
"description": "The default reminders that the authenticated user has for this calendar.",
"items": {
Expand Down Expand Up @@ -3015,7 +3023,7 @@
"id": "Events",
"properties": {
"accessRole": {
"description": "The user's access role for this calendar. Read-only. Possible values are: \n- \"none\" - The user has no access. \n- \"freeBusyReader\" - The user has read access to free/busy information. \n- \"reader\" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.",
"description": "The user's access role for this calendar. Read-only. Possible values are: \n- \"none\" - The user has no access. \n- \"freeBusyReader\" - The user has read access to free/busy information. \n- \"reader\" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - The user has manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.",
"type": "string"
},
"defaultReminders": {
Expand Down
43 changes: 34 additions & 9 deletions calendar/v3/calendar-gen.go

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

Loading