matchesStorageClass

@JvmName(name = "eevishslhsmuagxi")
suspend fun matchesStorageClass(value: Output<List<String>>)
@JvmName(name = "scquecuhqkmnmxmj")
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 = "psyqqcmoaysxrukx")
suspend fun matchesStorageClass(vararg values: Output<String>)


@JvmName(name = "trrjrhccfhvitnts")
suspend fun matchesStorageClass(values: List<Output<String>>)
@JvmName(name = "igjqnbfishymygmw")
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.