Functions

Link copied to clipboard
open override fun map(javaResource: Resource): InstanceDatabaseIamBinding

Creates new instance of corresponding KotlinResource for given JavaResource, with given javaResource as backing object.

Link copied to clipboard
open override fun supportsMappingOfType(javaResource: Resource): Boolean

Returns true if given subtype of JavaResource matches the type of KotlinResource's backing object (can be mapped to type T), false otherwise.