Skip to content

Commit

Permalink
Update discovery documents and generated code
Browse files Browse the repository at this point in the history
automatically_generated_update
  • Loading branch information
amanda-tarafa authored and jskeet committed Oct 30, 2023
1 parent c672824 commit c052f96
Show file tree
Hide file tree
Showing 422 changed files with 1,599 additions and 1,236 deletions.
16 changes: 13 additions & 3 deletions DiscoveryJson/androiddeviceprovisioning_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,13 +851,18 @@
}
}
},
"revision": "20230830",
"revision": "20231029",
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
"schemas": {
"ClaimDeviceRequest": {
"description": "Request message to claim a device on behalf of a customer.",
"id": "ClaimDeviceRequest",
"properties": {
"configurationId": {
"description": "Optional. The unique identifier of the configuration (internally known as profile) to set for the section.",
"format": "int64",
"type": "string"
},
"customerId": {
"description": "The ID of the customer for whom the device is being claimed.",
"format": "int64",
Expand Down Expand Up @@ -894,7 +899,7 @@
"type": "string"
},
"simlockProfileId": {
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
"description": "Optional. ",
"format": "int64",
"type": "string"
}
Expand Down Expand Up @@ -1709,6 +1714,11 @@
"description": "Identifies one claim request.",
"id": "PartnerClaim",
"properties": {
"configurationId": {
"description": "Optional. The unique identifier of the configuration (internally known as profile) to set for the section.",
"format": "int64",
"type": "string"
},
"customerId": {
"description": "The ID of the customer for whom the device is being claimed.",
"format": "int64",
Expand Down Expand Up @@ -1745,7 +1755,7 @@
"type": "string"
},
"simlockProfileId": {
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
"description": "Optional. ",
"format": "int64",
"type": "string"
}
Expand Down
18 changes: 11 additions & 7 deletions DiscoveryJson/androidmanagement_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20231016",
"revision": "20231025",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -1568,7 +1568,7 @@
],
"enumDescriptions": [
"Unspecified. Defaults to AUTO_UPDATE_DEFAULT.",
"The app is automatically updated with low priority to minimize the impact on the user.The app is updated when all of the following constraints are met: The device is not actively used. The device is connected to an unmetered network. The device is charging.The device is notified about a new update within 24 hours after it is published by the developer, after which the app is updated the next time the constraints above are met.",
"The default update mode.The app is automatically updated with low priority to minimize the impact on the user.The app is updated when all of the following constraints are met: The device is not actively used. The device is connected to an unmetered network. The device is charging. The app to be updated is not running in the foreground.The device is notified about a new update within 24 hours after it is published by the developer, after which the app is updated the next time the constraints above are met.",
"The app is not automatically updated for a maximum of 90 days after the app becomes out of date.90 days after the app becomes out of date, the latest available version is installed automatically with low priority (see AUTO_UPDATE_DEFAULT). After the app is updated it is not automatically updated again until 90 days after it becomes out of date again.The user can still manually update the app from the Play Store at any time.",
"The app is updated as soon as possible. No constraints are applied.The device is notified immediately about a new update after it becomes available."
],
Expand Down Expand Up @@ -1657,7 +1657,7 @@
"enumDescriptions": [
"Unspecified. Defaults to AVAILABLE.",
"The app is automatically installed and can be removed by the user.",
"The app is automatically installed and can't be removed by the user.",
"The app is automatically installed regardless of a set maintenance window and can't be removed by the user.",
"The app is blocked and can't be installed. If the app was installed under a previous policy, it will be uninstalled. This also blocks its instant app functionality.",
"The app is available to install.",
"The app is automatically installed and can't be removed by the user and will prevent setup from completion until installation is complete.",
Expand Down Expand Up @@ -2021,7 +2021,7 @@
"type": "string"
},
"newPassword": {
"description": "For commands of type RESET_PASSWORD, optionally specifies the new password.",
"description": "For commands of type RESET_PASSWORD, optionally specifies the new password. Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.",
"type": "string"
},
"resetPasswordFlags": {
Expand Down Expand Up @@ -3850,7 +3850,9 @@
"NOT_AVAILABLE_IN_COUNTRY",
"NO_LICENSES_REMAINING",
"NOT_ENROLLED",
"USER_INVALID"
"USER_INVALID",
"NETWORK_ERROR_UNRELIABLE_CONNECTION",
"INSUFFICIENT_STORAGE"
],
"enumDescriptions": [
"This value is disallowed.",
Expand All @@ -3863,7 +3865,9 @@
"The app is not available in the user's country.",
"There are no licenses available to assign to the user.",
"The enterprise is no longer enrolled with Managed Google Play or the admin has not accepted the latest Managed Google Play Terms of Service.",
"The user is no longer valid. The user may have been deleted or disabled."
"The user is no longer valid. The user may have been deleted or disabled.",
"A network error on the user's device has prevented the install from succeeding. This usually happens when the device's internet connectivity is degraded, unavailable or there's a network configuration issue. Please ensure the device has access to full internet connectivity on a network that meets Android Enterprise Network Requirements (https://support.google.com/work/android/answer/10513641). App install or update will automatically resume once this is the case.",
"The user's device does not have sufficient storage space to install the app. This can be resolved by clearing up storage space on the device. App install or update will automatically resume once the device has sufficient storage."
],
"type": "string"
},
Expand Down Expand Up @@ -5591,7 +5595,7 @@
"Follow the default update behavior for the device, which typically requires the user to accept system updates.",
"Install automatically as soon as an update is available.",
"Install automatically within a daily maintenance window. This also configures Play apps to be updated within the window. This is strongly recommended for kiosk devices because this is the only way apps persistently pinned to the foreground can be updated by Play.If autoUpdateMode is set to AUTO_UPDATE_HIGH_PRIORITY for an app, then the maintenance window is ignored for that app and it is updated as soon as possible even outside of the maintenance window.",
"Postpone automatic install up to a maximum of 30 days."
"Postpone automatic install up to a maximum of 30 days. This policy does not affect security updates (e.g. monthly security patches)."
],
"type": "string"
}
Expand Down
15 changes: 5 additions & 10 deletions DiscoveryJson/androidpublisher_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20231012",
"revision": "20231030",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5413,8 +5413,7 @@
"CAN_MANAGE_ORDERS",
"CAN_MANAGE_APP_CONTENT",
"CAN_VIEW_NON_FINANCIAL_DATA",
"CAN_VIEW_APP_QUALITY",
"CAN_MANAGE_DEEPLINKS"
"CAN_VIEW_APP_QUALITY"
],
"enumDeprecated": [
false,
Expand All @@ -5430,7 +5429,6 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -5447,8 +5445,7 @@
"Manage orders and subscriptions.",
"Manage policy related pages.",
"View app information (read-only).",
"View app quality data such as Vitals, Crashes etc.",
"Manage the deep links setup of an app."
"View app quality data such as Vitals, Crashes etc."
],
"type": "string"
},
Expand Down Expand Up @@ -7762,8 +7759,7 @@
"CAN_MANAGE_ORDERS_GLOBAL",
"CAN_MANAGE_APP_CONTENT_GLOBAL",
"CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL",
"CAN_VIEW_APP_QUALITY_GLOBAL",
"CAN_MANAGE_DEEPLINKS_GLOBAL"
"CAN_VIEW_APP_QUALITY_GLOBAL"
],
"enumDescriptions": [
"Unknown or unspecified permission.",
Expand All @@ -7783,8 +7779,7 @@
"Manage orders and subscriptions.",
"Manage policy related pages on all apps for the developer.",
"View app information and download bulk reports (read-only).",
"View app quality information for all apps for the developer.",
"Manage the deep links setup for all apps for the developer."
"View app quality information for all apps for the developer."
],
"type": "string"
},
Expand Down
55 changes: 52 additions & 3 deletions DiscoveryJson/beyondcorp_v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,27 @@
"parent"
],
"parameters": {
"filter": {
"description": "Optional. A filter specifying constraints of a list operation. All fields in the PartnerTenant message are supported. For example, the following query will return the PartnerTenants with displayName \"test-tenant\" organizations/${ORG_ID}/locations/${LOCATION}/partnerTenants?filter=displayName=\"test-tenant\" Nested fields are also supported. The follow query will return PartnerTenants with internal_tenant_id \"1234\" organizations/${ORG_ID}/locations/${LOCATION}/partnerTenants?filter=partnerMetadata.internalTenantId=\"1234\" For more information, please refer to https://google.aip.dev/160.",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. The next_page_token value returned from a previous ListPartnerTenantsResponse, if any.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The parent organization to which the PartnerTenants belong. Format: `organizations/{organization_id}/locations/global`",
"location": "path",
Expand Down Expand Up @@ -727,6 +748,27 @@
"parent"
],
"parameters": {
"filter": {
"description": "Optional. A filter specifying constraints of a list operation. All fields in the ProxyConfig message are supported. For example, the following query will return the ProxyConfigs with displayName \"test-config\" organizations/${ORG_ID}/locations/global/partnerTenants/${PARTNER_TENANT_ID}/proxyConfigs?filter=displayName=\"test-config\" Nested fields are also supported. The follow query will return ProxyConfigs with pacUri \"example.com/pac.pac\" organizations/${ORG_ID}/locations/global/partnerTenants/${PARTNER_TENANT_ID}/proxyConfigs?filter=routingInfo.pacUri=\"example.com/pac.pac\" For more information, please refer to https://google.aip.dev/160.",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. The next_page_token value returned from a previous ListProxyConfigsRequest, if any.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The parent organization to which the ProxyConfigs belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`",
"location": "path",
Expand Down Expand Up @@ -3674,7 +3716,7 @@
}
}
},
"revision": "20231011",
"revision": "20231018",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5117,6 +5159,10 @@
"description": "Message for response to listing PartnerTenants.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse",
"properties": {
"nextPageToken": {
"description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
"type": "string"
},
"partnerTenants": {
"description": "The list of PartnerTenant objects.",
"items": {
Expand All @@ -5131,6 +5177,10 @@
"description": "Message for response to listing ProxyConfigs.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse",
"properties": {
"nextPageToken": {
"description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
"type": "string"
},
"proxyConfigs": {
"description": "The list of ProxyConfig objects.",
"items": {
Expand Down Expand Up @@ -5707,9 +5757,8 @@
"type": "string"
},
"seatCount": {
"description": "Output only. Number of seats in the subscription.",
"description": "Optional. Number of seats in the subscription.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"sku": {
Expand Down
40 changes: 39 additions & 1 deletion DiscoveryJson/servicenetworking_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,32 @@
"https://www.googleapis.com/auth/service.management"
]
},
"getVpcScControls": {
"description": "Consumers use this method to find out the state of VPC Service Controls. The controls could be enabled or disabled for a connection.",
"flatPath": "v1/services/{servicesId}/projects/{projectsId}/global/networks/{networksId}/vpcScControls",
"httpMethod": "GET",
"id": "servicenetworking.services.projects.global.networks.getVpcScControls",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the VPC Service Controls config to retrieve in the format: `services/{service}/projects/{project}/global/networks/{network}`. {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project} is a project number e.g. `12345` that contains the service consumer's VPC network. {network} is the name of the service consumer's VPC network.",
"location": "path",
"pattern": "^services/[^/]+/projects/[^/]+/global/networks/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}/vpcScControls",
"response": {
"$ref": "VpcServiceControls"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/service.management"
]
},
"updateConsumerConfig": {
"description": "Service producers use this method to update the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP.",
"flatPath": "v1/services/{servicesId}/projects/{projectsId}/global/networks/{networksId}:updateConsumerConfig",
Expand Down Expand Up @@ -1003,7 +1029,7 @@
}
}
},
"revision": "20231004",
"revision": "20231015",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -4048,6 +4074,18 @@
}
},
"type": "object"
},
"VpcServiceControls": {
"description": "Response for the get VPC Service Controls request.",
"id": "VpcServiceControls",
"properties": {
"enabled": {
"description": "Output only. Indicates whether the VPC Service Controls are enabled or disabled for the connection. If the consumer called the EnableVpcServiceControls method, then this is true. If the consumer called DisableVpcServiceControls, then this is false. The default is false.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
}
},
"servicePath": "",
Expand Down
14 changes: 13 additions & 1 deletion DiscoveryJson/servicenetworking_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20231004",
"revision": "20231015",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -2896,6 +2896,18 @@
}
},
"type": "object"
},
"VpcServiceControls": {
"description": "Response for the get VPC Service Controls request.",
"id": "VpcServiceControls",
"properties": {
"enabled": {
"description": "Output only. Indicates whether the VPC Service Controls are enabled or disabled for the connection. If the consumer called the EnableVpcServiceControls method, then this is true. If the consumer called DisableVpcServiceControls, then this is false. The default is false.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
}
},
"servicePath": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.ACMEDNS.v1 Client Library</Title>
<Version>1.62.0.2981</Version>
<Version>1.63.0.2981</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2023 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.62.0" />
<PackageReference Include="Google.Apis" Version="1.63.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AIPlatformNotebooks.v1 Client Library</Title>
<Version>1.62.1.3213</Version>
<Version>1.63.0.3213</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2023 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -57,8 +57,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.62.1" />
<PackageReference Include="Google.Apis.Auth" Version="1.62.1" />
<PackageReference Include="Google.Apis" Version="1.63.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.63.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit c052f96

Please sign in to comment.