diff --git a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/DevicePolicy.java b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/DevicePolicy.java index dafdf5476b74..d44e17b7b668 100644 --- a/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/DevicePolicy.java +++ b/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/DevicePolicy.java @@ -1324,8 +1324,8 @@ public int getAllowedEncryptionStatusesValue(int index) { * repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2; * * - * @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) { @@ -1978,9 +1978,8 @@ public int getAllowedDeviceManagementLevelsValue(int index) { * repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6; * * - * @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) {