matchesStorageClass

@JvmName(name = "qmkfetgmeaixovwx")
suspend fun matchesStorageClass(value: Output<List<String>>)
@JvmName(name = "ehnwceikjtoihemt")
suspend fun matchesStorageClass(value: List<String>?)

Parameters

value

Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.


@JvmName(name = "udmwaoxslrfngclr")
suspend fun matchesStorageClass(vararg values: Output<String>)


@JvmName(name = "oqfowbjroabwwsuc")
suspend fun matchesStorageClass(values: List<Output<String>>)
@JvmName(name = "etfqlqpqyqaggbvr")
suspend fun matchesStorageClass(vararg values: String)

Parameters

values

Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.