Get Custom Class Result
data class GetCustomClassResult(val customClassId: String, val items: List<ClassItemResponse>, val kmsKeyName: String, val kmsKeyVersionName: String, val name: String)
Properties
Link copied to clipboard
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
Link copied to clipboard
A collection of class items.
Link copied to clipboard
The KMS key name with which the content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Link copied to clipboard
The KMS key version name with which content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.