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 Sep 5, 2023
1 parent 1d82162 commit b789f2c
Show file tree
Hide file tree
Showing 421 changed files with 3,781 additions and 3,885 deletions.
8 changes: 4 additions & 4 deletions DiscoveryJson/androidmanagement_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20230814",
"revision": "20230828",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -1629,7 +1629,7 @@
"Grants access for enabling system apps.",
"Grants access to network activity logs. Allows the delegated application to call setNetworkLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#setNetworkLoggingEnabled%28android.content.ComponentName,%20boolean%29), isNetworkLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isNetworkLoggingEnabled%28android.content.ComponentName%29) and retrieveNetworkLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrieveNetworkLogs%28android.content.ComponentName,%20long%29) methods. This scope can be delegated to at most one application. Supported for fully managed devices on Android 10 and above. Supported for a work profile on Android 12 and above. When delegation is supported and set, NETWORK_ACTIVITY_LOGS is ignored.",
"Grants access to security logs. Allows the delegated application to call setSecurityLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#setSecurityLoggingEnabled%28android.content.ComponentName,%20boolean%29), isSecurityLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isSecurityLoggingEnabled%28android.content.ComponentName%29), retrieveSecurityLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrieveSecurityLogs%28android.content.ComponentName%29) and retrievePreRebootSecurityLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrievePreRebootSecurityLogs%28android.content.ComponentName%29) methods. This scope can be delegated to at most one application. Supported for fully managed devices and company-owned devices with a work profile on Android 12 and above. When delegation is supported and set, SECURITY_LOGS is ignored.",
"Grants access to selection of KeyChain certificates on behalf of requesting apps. Once granted, the delegated application will start receiving DelegatedAdminReceiver#onChoosePrivateKeyAlias(https://developer.android.com/reference/android/app/admin/DelegatedAdminReceiver#onChoosePrivateKeyAlias(android.content.Context,%20android.content.Intent,%20int,%20android.net.Uri,%20java.lang.String)). Allows the delegated application to call grantKeyPairToApp(https://developer.android.com/reference/android/app/admin/DevicePolicyManager#grantKeyPairToApp(android.content.ComponentName,%20java.lang.String,%20java.lang.String)) and revokeKeyPairFromApp(https://developer.android.com/reference/android/app/admin/DevicePolicyManager#revokeKeyPairFromApp(android.content.ComponentName,%20java.lang.String,%20java.lang.String)) methods. There can be at most one app that has this delegation. choosePrivateKeyRules must be empty and privateKeySelectionEnabled has no effect if certificate selection is delegated to an application."
"Grants access to selection of KeyChain certificates on behalf of requesting apps. Once granted, the delegated application will start receiving DelegatedAdminReceiver#onChoosePrivateKeyAlias (https://developer.android.com/reference/android/app/admin/DelegatedAdminReceiver#onChoosePrivateKeyAlias%28android.content.Context,%20android.content.Intent,%20int,%20android.net.Uri,%20java.lang.String%29). Allows the delegated application to call grantKeyPairToApp (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#grantKeyPairToApp%28android.content.ComponentName,%20java.lang.String,%20java.lang.String%29) and revokeKeyPairFromApp (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#revokeKeyPairFromApp%28android.content.ComponentName,%20java.lang.String,%20java.lang.String%29) methods. There can be at most one app that has this delegation. choosePrivateKeyRules must be empty and privateKeySelectionEnabled has no effect if certificate selection is delegated to an application."
],
"type": "string"
},
Expand Down Expand Up @@ -2622,14 +2622,14 @@
"id": "DeviceRadioState",
"properties": {
"airplaneModeState": {
"description": "Controls whether airplane mode can be toggled by the user or not",
"description": "Controls whether airplane mode can be toggled by the user or not.",
"enum": [
"AIRPLANE_MODE_STATE_UNSPECIFIED",
"AIRPLANE_MODE_USER_CHOICE",
"AIRPLANE_MODE_DISABLED"
],
"enumDescriptions": [
"Unspecified. Defaults to AIRPLANE_MODE_USER_CHOICE",
"Unspecified. Defaults to AIRPLANE_MODE_USER_CHOICE.",
"The user is allowed to toggle airplane mode on or off.",
"Airplane mode is disabled. The user is not allowed to toggle airplane mode on. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 9."
],
Expand Down
23 changes: 8 additions & 15 deletions DiscoveryJson/baremetalsolution_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@
}
}
},
"revision": "20230831",
"revision": "20230814",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -1832,7 +1832,7 @@
"type": "string"
},
"pod": {
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.",
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.",
"type": "string"
},
"state": {
Expand Down Expand Up @@ -1908,7 +1908,6 @@
"type": "boolean"
},
"id": {
"deprecated": true,
"description": "A transient unique identifier to idenfity an instance within an ProvisioningConfig request.",
"type": "string"
},
Expand All @@ -1924,7 +1923,8 @@
"type": "array"
},
"name": {
"description": "The name of the instance config.",
"description": "Output only. The name of the instance config.",
"readOnly": true,
"type": "string"
},
"networkConfig": {
Expand Down Expand Up @@ -1955,7 +1955,7 @@
"description": "Private network address, if any. Filled if InstanceConfig.multivlan_config is false."
},
"sshKeyNames": {
"description": "Optional. List of names of ssh keys used to provision the instance.",
"description": "List of names of ssh keys used to provision the instance.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -2486,7 +2486,8 @@
"type": "string"
},
"pod": {
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.",
"description": "Output only. Pod name.",
"readOnly": true,
"type": "string"
},
"reservations": {
Expand Down Expand Up @@ -2792,10 +2793,6 @@
"readOnly": true,
"type": "string"
},
"pod": {
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. NFSShare can only be connected to the assets (networks, instances) allocated in the same pod.",
"type": "string"
},
"requestedSizeGib": {
"description": "The requested size, in GiB.",
"format": "int64",
Expand Down Expand Up @@ -2956,10 +2953,6 @@
},
"type": "array"
},
"pod": {
"description": "Optional. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes, nfsshares) allocated in the same pod only.",
"type": "string"
},
"state": {
"description": "Output only. State of ProvisioningConfig.",
"enum": [
Expand Down Expand Up @@ -3467,7 +3460,7 @@
"type": "string"
},
"pod": {
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.",
"description": "Immutable. Pod name.",
"type": "string"
},
"protocol": {
Expand Down
36 changes: 31 additions & 5 deletions DiscoveryJson/datastream_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,12 +1025,12 @@
],
"parameters": {
"cdcStrategy.specificStartPosition.mysqlLogPosition.logFile": {
"description": "The binary log file name.",
"description": "Required. The binary log file name.",
"location": "query",
"type": "string"
},
"cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition": {
"description": "The position within the binary log file. Default is head of file.",
"description": "Optional. The position within the binary log file. Default is head of file.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1261,7 +1261,7 @@
}
}
},
"revision": "20230802",
"revision": "20230902",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down Expand Up @@ -2015,11 +2015,11 @@
"id": "MysqlLogPosition",
"properties": {
"logFile": {
"description": "The binary log file name.",
"description": "Required. The binary log file name.",
"type": "string"
},
"logPosition": {
"description": "The position within the binary log file. Default is head of file.",
"description": "Optional. The position within the binary log file. Default is head of file.",
"format": "int32",
"type": "integer"
}
Expand Down Expand Up @@ -2331,6 +2331,10 @@
"description": "Required. Hostname for the Oracle connection.",
"type": "string"
},
"oracleSslConfig": {
"$ref": "OracleSslConfig",
"description": "Optional. SSL configuration for the Oracle connection."
},
"password": {
"description": "Required. Password for the Oracle connection.",
"type": "string"
Expand Down Expand Up @@ -2412,6 +2416,22 @@
},
"type": "object"
},
"OracleSslConfig": {
"description": "Oracle SSL configuration information.",
"id": "OracleSslConfig",
"properties": {
"caCertificate": {
"description": "Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.",
"type": "string"
},
"caCertificateSet": {
"description": "Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
},
"OracleTable": {
"description": "Oracle table.",
"id": "OracleTable",
Expand Down Expand Up @@ -2912,6 +2932,12 @@
"description": "Labels.",
"type": "object"
},
"lastRecoveryTime": {
"description": "Output only. If the stream was recovered, the time of the last recovery. Note: This field is currently experimental.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Output only. The stream's name.",
"readOnly": true,
Expand Down
Loading

0 comments on commit b789f2c

Please sign in to comment.