
src.eventarc.v1.GetTriggerIamPolicyResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.eventarc.v1
final case class GetTriggerIamPolicyResult private(
auditConfigs: scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.AuditConfigResponse],
bindings: scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.BindingResponse],
etag: String,
version: Int
)
object GetTriggerIamPolicyResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetTriggerIamPolicyResult] =
besom.internal.Decoder.derived[GetTriggerIamPolicyResult]
given outputOps: {} with
extension(output: besom.types.Output[GetTriggerIamPolicyResult])
def auditConfigs : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.AuditConfigResponse]] = output.map(_.auditConfigs)
def bindings : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.BindingResponse]] = output.map(_.bindings)
def etag : besom.types.Output[String] = output.map(_.etag)
def version : besom.types.Output[Int] = output.map(_.version)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetTriggerIamPolicyResult]])
def auditConfigs : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.AuditConfigResponse]]] = output.map(_.map(_.auditConfigs))
def bindings : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.eventarc.v1.outputs.BindingResponse]]] = output.map(_.map(_.bindings))
def etag : besom.types.Output[scala.Option[String]] = output.map(_.map(_.etag))
def version : besom.types.Output[scala.Option[Int]] = output.map(_.map(_.version))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy