()
| 1102 | } |
| 1103 | |
| 1104 | func (x *DataSource) GetGcpCredential() *DataSource_GCPCredential { |
| 1105 | if x != nil { |
| 1106 | if x, ok := x.IamExtension.(*DataSource_GcpCredential); ok { |
| 1107 | return x.GcpCredential |
| 1108 | } |
| 1109 | } |
| 1110 | return nil |
| 1111 | } |
| 1112 | |
| 1113 | func (x *DataSource) GetSaslConfig() *SASLConfig { |
| 1114 | if x != nil { |
no outgoing calls
no test coverage detected