matchesStorageClass

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


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