func google.golang.org/grpc.MaxCallRecvMsgSize

15 uses

	google.golang.org/grpc (current package)
		dialoptions.go#L154: 	return WithDefaultCallOptions(MaxCallRecvMsgSize(s))
		rpc_util.go#L285: func MaxCallRecvMsgSize(bytes int) CallOption {

	cloud.google.com/go/cloudtasks/apiv2
		cloud_tasks_client.go#L66: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L80: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),

	cloud.google.com/go/errorreporting/apiv1beta1
		error_group_client.go#L49: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		error_stats_client.go#L52: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		report_errors_client.go#L47: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),

	cloud.google.com/go/monitoring/apiv3
		alert_policy_client.go#L54: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		group_client.go#L56: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		metric_client.go#L59: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		notification_channel_client.go#L59: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		service_monitoring_client.go#L59: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),
		uptime_check_client.go#L55: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),

	cloud.google.com/go/secretmanager/apiv1
		secret_manager_client.go#L65: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),

	cloud.google.com/go/trace/apiv2
		trace_client.go#L49: 			grpc.MaxCallRecvMsgSize(math.MaxInt32))),