matchesStorageClass

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


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