func google.golang.org/grpc.WithDisableServiceConfig

15 uses

	google.golang.org/grpc (current package)
		dialoptions.go#L497: func WithDisableServiceConfig() DialOption {

	google.golang.org/api/transport/grpc
		dial.go#L148: 				grpc.WithDisableServiceConfig(),

	cloud.google.com/go/cloudtasks/apiv2
		cloud_tasks_client.go#L63: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L77: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),

	cloud.google.com/go/errorreporting/apiv1beta1
		error_group_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		error_stats_client.go#L49: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		report_errors_client.go#L44: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),

	cloud.google.com/go/monitoring/apiv3
		alert_policy_client.go#L51: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		group_client.go#L53: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		metric_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		notification_channel_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		service_monitoring_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		uptime_check_client.go#L52: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),

	cloud.google.com/go/secretmanager/apiv1
		secret_manager_client.go#L62: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),

	cloud.google.com/go/trace/apiv2
		trace_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),