stages

@JvmName(name = "qrrwrjvmemruwyml")
suspend fun stages(value: List<String>?)

Parameters

value

The acceptable release stages of the permission in the output. Note that BETA does not include permissions in GA, but you can specify both with ["GA", "BETA"] for example. Can be a list of "ALPHA", "BETA", "GA", "DEPRECATED". Default is ["GA"].


@JvmName(name = "cjknrgidsafleqvu")
suspend fun stages(vararg values: String)

Parameters

values

The acceptable release stages of the permission in the output. Note that BETA does not include permissions in GA, but you can specify both with ["GA", "BETA"] for example. Can be a list of "ALPHA", "BETA", "GA", "DEPRECATED". Default is ["GA"].