()
| 1093 | } |
| 1094 | |
| 1095 | func (x *DataSource) GetAwsCredential() *DataSource_AWSCredential { |
| 1096 | if x != nil { |
| 1097 | if x, ok := x.IamExtension.(*DataSource_AwsCredential); ok { |
| 1098 | return x.AwsCredential |
| 1099 | } |
| 1100 | } |
| 1101 | return nil |
| 1102 | } |
| 1103 | |
| 1104 | func (x *DataSource) GetGcpCredential() *DataSource_GCPCredential { |
| 1105 | if x != nil { |
no outgoing calls
no test coverage detected