()
| 1070 | } |
| 1071 | |
| 1072 | func (x *DataSource) GetCloudSqlIpType() DataSource_CloudSQLIPType { |
| 1073 | if x != nil { |
| 1074 | return x.CloudSqlIpType |
| 1075 | } |
| 1076 | return DataSource_CLOUD_SQL_IP_TYPE_UNSPECIFIED |
| 1077 | } |
| 1078 | |
| 1079 | func (x *DataSource) GetIamExtension() isDataSource_IamExtension { |
| 1080 | if x != nil { |
no outgoing calls