type google.golang.org/grpc.ClientConnInterface

64 uses

	google.golang.org/grpc (current package)
		clientconn.go#L454: type ClientConnInterface interface {
		clientconn.go#L463: var _ ClientConnInterface = (*ClientConn)(nil)

	google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
		load_balancer.pb.go#L648: var _ grpc.ClientConnInterface
		load_balancer.pb.go#L663: 	cc grpc.ClientConnInterface
		load_balancer.pb.go#L666: func NewLoadBalancerClient(cc grpc.ClientConnInterface) LoadBalancerClient {

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
		handshaker.pb.go#L985: var _ grpc.ClientConnInterface
		handshaker.pb.go#L1005: 	cc grpc.ClientConnInterface
		handshaker.pb.go#L1008: func NewHandshakerServiceClient(cc grpc.ClientConnInterface) HandshakerServiceClient {

	google.golang.org/api/internal
		conn_pool.go#L29: 	grpc.ClientConnInterface

	google.golang.org/genproto/googleapis/cloud/secretmanager/v1
		service.pb.go#L1572: var _ grpc.ClientConnInterface
		service.pb.go#L1644: 	cc grpc.ClientConnInterface
		service.pb.go#L1647: func NewSecretManagerServiceClient(cc grpc.ClientConnInterface) SecretManagerServiceClient {

	google.golang.org/genproto/googleapis/cloud/tasks/v2
		cloudtasks.pb.go#L1693: var _ grpc.ClientConnInterface
		cloudtasks.pb.go#L1863: 	cc grpc.ClientConnInterface
		cloudtasks.pb.go#L1866: func NewCloudTasksClient(cc grpc.ClientConnInterface) CloudTasksClient {

	google.golang.org/genproto/googleapis/container/v1
		cluster_service.pb.go#L11558: var _ grpc.ClientConnInterface
		cluster_service.pb.go#L11657: 	cc grpc.ClientConnInterface
		cluster_service.pb.go#L11660: func NewClusterManagerClient(cc grpc.ClientConnInterface) ClusterManagerClient {

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1
		error_group_service.pb.go#L324: var _ grpc.ClientConnInterface
		error_group_service.pb.go#L342: 	cc grpc.ClientConnInterface
		error_group_service.pb.go#L345: func NewErrorGroupServiceClient(cc grpc.ClientConnInterface) ErrorGroupServiceClient {
		error_stats_service.pb.go#L1590: var _ grpc.ClientConnInterface
		error_stats_service.pb.go#L1609: 	cc grpc.ClientConnInterface
		error_stats_service.pb.go#L1612: func NewErrorStatsServiceClient(cc grpc.ClientConnInterface) ErrorStatsServiceClient {
		report_errors_service.pb.go#L456: var _ grpc.ClientConnInterface
		report_errors_service.pb.go#L479: 	cc grpc.ClientConnInterface
		report_errors_service.pb.go#L482: func NewReportErrorsServiceClient(cc grpc.ClientConnInterface) ReportErrorsServiceClient {

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2
		profiler.pb.go#L788: var _ grpc.ClientConnInterface
		profiler.pb.go#L824: 	cc grpc.ClientConnInterface
		profiler.pb.go#L827: func NewProfilerServiceClient(cc grpc.ClientConnInterface) ProfilerServiceClient {

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2
		tracing.pb.go#L258: var _ grpc.ClientConnInterface
		tracing.pb.go#L276: 	cc grpc.ClientConnInterface
		tracing.pb.go#L279: func NewTraceServiceClient(cc grpc.ClientConnInterface) TraceServiceClient {

	google.golang.org/genproto/googleapis/iam/v1
		iam_policy.pb.go#L480: var _ grpc.ClientConnInterface
		iam_policy.pb.go#L508: 	cc grpc.ClientConnInterface
		iam_policy.pb.go#L511: func NewIAMPolicyClient(cc grpc.ClientConnInterface) IAMPolicyClient {

	google.golang.org/genproto/googleapis/logging/v2
		logging.pb.go#L1240: var _ grpc.ClientConnInterface
		logging.pb.go#L1276: 	cc grpc.ClientConnInterface
		logging.pb.go#L1279: func NewLoggingServiceV2Client(cc grpc.ClientConnInterface) LoggingServiceV2Client {
		logging_config.pb.go#L3166: var _ grpc.ClientConnInterface
		logging_config.pb.go#L3251: 	cc grpc.ClientConnInterface
		logging_config.pb.go#L3254: func NewConfigServiceV2Client(cc grpc.ClientConnInterface) ConfigServiceV2Client {
		logging_metrics.pb.go#L1059: var _ grpc.ClientConnInterface
		logging_metrics.pb.go#L1082: 	cc grpc.ClientConnInterface
		logging_metrics.pb.go#L1085: func NewMetricsServiceV2Client(cc grpc.ClientConnInterface) MetricsServiceV2Client {

	google.golang.org/genproto/googleapis/monitoring/v3
		alert_service.pb.go#L773: var _ grpc.ClientConnInterface
		alert_service.pb.go#L799: 	cc grpc.ClientConnInterface
		alert_service.pb.go#L802: func NewAlertPolicyServiceClient(cc grpc.ClientConnInterface) AlertPolicyServiceClient {
		group_service.pb.go#L1048: var _ grpc.ClientConnInterface
		group_service.pb.go#L1074: 	cc grpc.ClientConnInterface
		group_service.pb.go#L1077: func NewGroupServiceClient(cc grpc.ClientConnInterface) GroupServiceClient {
		metric_service.pb.go#L2002: var _ grpc.ClientConnInterface
		metric_service.pb.go#L2038: 	cc grpc.ClientConnInterface
		metric_service.pb.go#L2041: func NewMetricServiceClient(cc grpc.ClientConnInterface) MetricServiceClient {
		notification_service.pb.go#L1475: var _ grpc.ClientConnInterface
		notification_service.pb.go#L1539: 	cc grpc.ClientConnInterface
		notification_service.pb.go#L1542: func NewNotificationChannelServiceClient(cc grpc.ClientConnInterface) NotificationChannelServiceClient {
		service_service.pb.go#L1373: var _ grpc.ClientConnInterface
		service_service.pb.go#L1406: 	cc grpc.ClientConnInterface
		service_service.pb.go#L1409: func NewServiceMonitoringServiceClient(cc grpc.ClientConnInterface) ServiceMonitoringServiceClient {
		uptime_service.pb.go#L935: var _ grpc.ClientConnInterface
		uptime_service.pb.go#L966: 	cc grpc.ClientConnInterface
		uptime_service.pb.go#L969: func NewUptimeCheckServiceClient(cc grpc.ClientConnInterface) UptimeCheckServiceClient {

	cloud.google.com/go/iam
		iam.go#L134: func InternalNewHandle(conn grpc.ClientConnInterface, resource string) *Handle {