MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetGcpCredential

Method GetGcpCredential

backend/generated-go/store/instance.pb.go:1104–1111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1102}
1103
1104func (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
1113func (x *DataSource) GetSaslConfig() *SASLConfig {
1114 if x != nil {

Callers 9

EqualMethod · 0.95
OpenMethod · 0.45
OpenMethod · 0.45
GetGCPConnectionConfigFunction · 0.45
obfuscateInstanceMethod · 0.45
deobfuscateInstancesMethod · 0.45
UpdateDataSourceMethod · 0.45
convertDataSourcesFunction · 0.45
convertV1DataSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected