func google.golang.org/grpc.WithDefaultCallOptions

16 uses

	google.golang.org/grpc (current package)
		dialoptions.go#L154: 	return WithDefaultCallOptions(MaxCallRecvMsgSize(s))
		dialoptions.go#L159: func WithDefaultCallOptions(cos ...CallOption) DialOption {
		dialoptions.go#L171: 	return WithDefaultCallOptions(CallCustomCodec(c))

	cloud.google.com/go/cloudtasks/apiv2
		cloud_tasks_client.go#L65: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L79: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/errorreporting/apiv1beta1
		error_group_client.go#L48: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		error_stats_client.go#L51: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		report_errors_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/monitoring/apiv3
		alert_policy_client.go#L53: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		group_client.go#L55: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		metric_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		notification_channel_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		service_monitoring_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		uptime_check_client.go#L54: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/secretmanager/apiv1
		secret_manager_client.go#L64: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/trace/apiv2
		trace_client.go#L48: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(