Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -1324,8 +1324,8 @@ public int getAllowedEncryptionStatusesValue(int index) {
* repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of allowedEncryptionStatuses at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for allowedEncryptionStatuses to set.
* @return This builder for chaining.
*/
public Builder setAllowedEncryptionStatusesValue(int index, int value) {
Expand Down Expand Up @@ -1978,9 +1978,8 @@ public int getAllowedDeviceManagementLevelsValue(int index) {
* repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of allowedDeviceManagementLevels at the given
* index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for allowedDeviceManagementLevels to set.
* @return This builder for chaining.
*/
public Builder setAllowedDeviceManagementLevelsValue(int index, int value) {
Expand Down