
src.datastream.v1.GetConnectionProfileResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.datastream.v1
final case class GetConnectionProfileResult private(
bigqueryProfile: besom.api.googlenative.datastream.v1.outputs.BigQueryProfileResponse,
createTime: String,
displayName: String,
forwardSshConnectivity: besom.api.googlenative.datastream.v1.outputs.ForwardSshTunnelConnectivityResponse,
gcsProfile: besom.api.googlenative.datastream.v1.outputs.GcsProfileResponse,
labels: scala.Predef.Map[String, String],
mysqlProfile: besom.api.googlenative.datastream.v1.outputs.MysqlProfileResponse,
name: String,
oracleProfile: besom.api.googlenative.datastream.v1.outputs.OracleProfileResponse,
postgresqlProfile: besom.api.googlenative.datastream.v1.outputs.PostgresqlProfileResponse,
privateConnectivity: besom.api.googlenative.datastream.v1.outputs.PrivateConnectivityResponse,
staticServiceIpConnectivity: besom.api.googlenative.datastream.v1.outputs.StaticServiceIpConnectivityResponse,
updateTime: String
)
object GetConnectionProfileResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetConnectionProfileResult] =
besom.internal.Decoder.derived[GetConnectionProfileResult]
given outputOps: {} with
extension(output: besom.types.Output[GetConnectionProfileResult])
def bigqueryProfile : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.BigQueryProfileResponse] = output.map(_.bigqueryProfile)
def createTime : besom.types.Output[String] = output.map(_.createTime)
def displayName : besom.types.Output[String] = output.map(_.displayName)
def forwardSshConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.ForwardSshTunnelConnectivityResponse] = output.map(_.forwardSshConnectivity)
def gcsProfile : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.GcsProfileResponse] = output.map(_.gcsProfile)
def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
def mysqlProfile : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.MysqlProfileResponse] = output.map(_.mysqlProfile)
def name : besom.types.Output[String] = output.map(_.name)
def oracleProfile : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.OracleProfileResponse] = output.map(_.oracleProfile)
def postgresqlProfile : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.PostgresqlProfileResponse] = output.map(_.postgresqlProfile)
def privateConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.PrivateConnectivityResponse] = output.map(_.privateConnectivity)
def staticServiceIpConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.StaticServiceIpConnectivityResponse] = output.map(_.staticServiceIpConnectivity)
def updateTime : besom.types.Output[String] = output.map(_.updateTime)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetConnectionProfileResult]])
def bigqueryProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.BigQueryProfileResponse]] = output.map(_.map(_.bigqueryProfile))
def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
def forwardSshConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.ForwardSshTunnelConnectivityResponse]] = output.map(_.map(_.forwardSshConnectivity))
def gcsProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.GcsProfileResponse]] = output.map(_.map(_.gcsProfile))
def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
def mysqlProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.MysqlProfileResponse]] = output.map(_.map(_.mysqlProfile))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def oracleProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.OracleProfileResponse]] = output.map(_.map(_.oracleProfile))
def postgresqlProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.PostgresqlProfileResponse]] = output.map(_.map(_.postgresqlProfile))
def privateConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.PrivateConnectivityResponse]] = output.map(_.map(_.privateConnectivity))
def staticServiceIpConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.StaticServiceIpConnectivityResponse]] = output.map(_.map(_.staticServiceIpConnectivity))
def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy